Class AssemblyParseActionGotoTable.Action
- java.lang.Object
-
- ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.Action
-
- All Implemented Interfaces:
java.lang.Comparable<AssemblyParseActionGotoTable.Action>
- Direct Known Subclasses:
AssemblyParseActionGotoTable.AcceptAction
,AssemblyParseActionGotoTable.GotoAction
,AssemblyParseActionGotoTable.ReduceAction
,AssemblyParseActionGotoTable.ShiftAction
- Enclosing class:
- AssemblyParseActionGotoTable
public abstract static class AssemblyParseActionGotoTable.Action extends java.lang.Object implements java.lang.Comparable<AssemblyParseActionGotoTable.Action>
An action in the Action/Goto table
-
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(AssemblyParseActionGotoTable.Action that)
boolean
equals(java.lang.Object that)
int
hashCode()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
compareTo
public int compareTo(AssemblyParseActionGotoTable.Action that)
- Specified by:
compareTo
in interfacejava.lang.Comparable<AssemblyParseActionGotoTable.Action>
-
-