Class AssemblyParseActionGotoTable.ShiftAction

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

public static class AssemblyParseActionGotoTable.ShiftAction extends AssemblyParseActionGotoTable.Action
A SHIFT (Sn) entry
  • Field Details

    • newStateNum

      protected int newStateNum
  • Constructor Details

    • ShiftAction

      public ShiftAction(int newStateNum)
  • Method Details