Class AssemblyParseActionGotoTable.AcceptAction
- java.lang.Object
-
- ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.Action
-
- ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.AcceptAction
-
- All Implemented Interfaces:
java.lang.Comparable<AssemblyParseActionGotoTable.Action>
- Enclosing class:
- AssemblyParseActionGotoTable
public static class AssemblyParseActionGotoTable.AcceptAction extends AssemblyParseActionGotoTable.Action
An ACCEPT (acc) entry
-
-
Field Summary
Fields Modifier and Type Field Description static AssemblyParseActionGotoTable.AcceptAction
ACCEPT
-
Constructor Summary
Constructors Constructor Description AcceptAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.Action
compareTo, equals, hashCode
-
-
-
-
Field Detail
-
ACCEPT
public static final AssemblyParseActionGotoTable.AcceptAction ACCEPT
-
-