Class AssemblyParseActionGotoTable.GotoAction

java.lang.Object
ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.Action
ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.GotoAction
All Implemented Interfaces:
Comparable<AssemblyParseActionGotoTable.Action>
Enclosing class:
AssemblyParseActionGotoTable

public static class AssemblyParseActionGotoTable.GotoAction extends AssemblyParseActionGotoTable.Action
A GOTO (Gn) entry
  • Field Details

    • newStateNum

      protected int newStateNum
  • Constructor Details

    • GotoAction

      public GotoAction(int newStateNum)
  • Method Details