Class SubtableSymbol
java.lang.Object
ghidra.app.plugin.processors.sleigh.symbol.Symbol
ghidra.app.plugin.processors.sleigh.symbol.TripleSymbol
ghidra.app.plugin.processors.sleigh.symbol.SubtableSymbol
A collection of Constructors or a Symbol representing
one out of a family of Constructors, chosen based on InstructionContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(Decoder decoder, SleighLanguage sleigh) getConstructor(int i) voidgetFixedHandle(FixedHandle hand, ParserWalker walker) intprint(ParserWalker walker) voidprintList(ParserWalker walker, ArrayList<Object> list) resolve(ParserWalker walker, SleighDebugLogger debug) Methods inherited from class ghidra.app.plugin.processors.sleigh.symbol.Symbol
decodeHeader, getId, getName, getScopeId
-
Constructor Details
-
SubtableSymbol
public SubtableSymbol()
-
-
Method Details
-
getDecisionNode
-
resolve
public Constructor resolve(ParserWalker walker, SleighDebugLogger debug) throws MemoryAccessException, UnknownInstructionException - Overrides:
resolvein classTripleSymbol- Throws:
MemoryAccessExceptionUnknownInstructionException
-
getNumConstructors
public int getNumConstructors() -
getConstructor
-
getPatternExpression
- Specified by:
getPatternExpressionin classTripleSymbol
-
getFixedHandle
- Specified by:
getFixedHandlein classTripleSymbol
-
print
- Specified by:
printin classTripleSymbol- Throws:
MemoryAccessException
-
printList
- Specified by:
printListin classTripleSymbol
-
decode
- Specified by:
decodein classSymbol- Throws:
DecoderException
-