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 SummaryConstructors
- 
Method SummaryMethods inherited from class ghidra.app.plugin.processors.sleigh.symbol.TripleSymbolgetFixedHandle, getPatternExpression, print, printList, resolveMethods inherited from class ghidra.app.plugin.processors.sleigh.symbol.Symboldecode, decodeHeader, getId, getName, getScopeId
- 
Constructor Details- 
SpecificSymbolpublic SpecificSymbol()
 
-