Class AssemblyParseActionGotoTable.ReduceAction
- java.lang.Object
-
- ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.Action
-
- ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.ReduceAction
-
- All Implemented Interfaces:
java.lang.Comparable<AssemblyParseActionGotoTable.Action>
- Enclosing class:
- AssemblyParseActionGotoTable
public static class AssemblyParseActionGotoTable.ReduceAction extends AssemblyParseActionGotoTable.Action
A REDUCE (Rn) entry
-
-
Field Summary
Fields Change Modifier and Type Field Description NEW protected AssemblyProductionprod
-
Constructor Summary
Constructors Change Constructor Description ReduceAction(AssemblyProduction prod)
-
Method Summary
All Methods Instance Methods Concrete Methods Change Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class ghidra.app.plugin.assembler.sleigh.parse.AssemblyParseActionGotoTable.Action
compareTo, equals, hashCode
-
-
-
-
Field Detail
Constructor Detail
-
ReduceAction
public ReduceAction(AssemblyProduction prod)
-
-