Class AssemblyParseActionGotoTable.Action
java.lang.Object
ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.Action
- All Implemented Interfaces:
Comparable<AssemblyParseActionGotoTable.Action>
- Direct Known Subclasses:
AssemblyParseActionGotoTable.AcceptAction
,AssemblyParseActionGotoTable.GotoAction
,AssemblyParseActionGotoTable.ReduceAction
,AssemblyParseActionGotoTable.ShiftAction
- Enclosing class:
AssemblyParseActionGotoTable
public abstract static class AssemblyParseActionGotoTable.Action
extends Object
implements Comparable<AssemblyParseActionGotoTable.Action>
An action in the Action/Goto table
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AssemblyParseActionGotoTable.Action>
-