Class DecisionNode
java.lang.Object
ghidra.app.plugin.processors.sleigh.DecisionNode
A node in the decision tree for resolving a Constructor in
a SubtableSymbol based on the InstructionContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(Decoder decoder, DecisionNode par, SubtableSymbol sub) resolve
(ParserWalker walker, SleighDebugLogger debug)
-
Constructor Details
-
DecisionNode
public DecisionNode()
-
-
Method Details
-
getPatterns
-
getConstructors
-
getChildren
-
resolve
public Constructor resolve(ParserWalker walker, SleighDebugLogger debug) throws MemoryAccessException, UnknownInstructionException -
decode
- Throws:
DecoderException
-