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 Modifier and Type Field Description protected AssemblyProduction
prod
-
Constructor Summary
Constructors Constructor Description ReduceAction(AssemblyProduction prod)
-
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
-
prod
protected AssemblyProduction prod
-
-
Constructor Detail
-
ReduceAction
public ReduceAction(AssemblyProduction prod)
-
-