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 intcompareTo(AssemblyParseActionGotoTable.Action that)booleanequals(java.lang.Object that)inthashCode()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equalsin classjava.lang.Object
-
compareTo
public int compareTo(AssemblyParseActionGotoTable.Action that)
- Specified by:
compareToin interfacejava.lang.Comparable<AssemblyParseActionGotoTable.Action>
-
-