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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve
(ParserWalker walker, SleighDebugLogger debug) void
restoreXml
(XmlPullParser parser, DecisionNode par, SubtableSymbol sub)
-
Constructor Details
-
DecisionNode
public DecisionNode()
-
-
Method Details
-
getPatterns
-
getConstructors
-
getChildren
-
resolve
public Constructor resolve(ParserWalker walker, SleighDebugLogger debug) throws MemoryAccessException, UnknownInstructionException -
restoreXml
-