Class SpecificSymbol
java.lang.Object
ghidra.app.plugin.processors.sleigh.symbol.Symbol
ghidra.app.plugin.processors.sleigh.symbol.TripleSymbol
ghidra.app.plugin.processors.sleigh.symbol.SpecificSymbol
- Direct Known Subclasses:
EndSymbol
,Next2Symbol
,OperandSymbol
,PatternlessSymbol
,StartSymbol
This is a TripleSymbol whose semantic value can be determined
at compile time (i.e. without an InstructionContext)
The functionality is not needed for the disassembler interface
but we keep the structure
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.plugin.processors.sleigh.symbol.TripleSymbol
getFixedHandle, getPatternExpression, print, printList, resolve
Methods inherited from class ghidra.app.plugin.processors.sleigh.symbol.Symbol
decode, decodeHeader, getId, getName, getScopeId
-
Constructor Details
-
SpecificSymbol
public SpecificSymbol()
-