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
,OperandSymbol
,PatternlessSymbol
,StartSymbol
public abstract class SpecificSymbol extends TripleSymbol
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
Constructors Constructor Description SpecificSymbol()
-
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
getId, getName, getScopeId, restoreHeaderXml, restoreXml
-
-