Class Symbol
java.lang.Object
ghidra.app.plugin.processors.sleigh.symbol.Symbol
- Direct Known Subclasses:
TripleSymbol
,UseropSymbol
Base class for symbols in sleigh
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
decode
(Decoder decoder, SleighLanguage sleigh) void
decodeHeader
(Decoder decoder) int
getId()
getName()
int
-
Constructor Details
-
Symbol
public Symbol()
-
-
Method Details
-
getName
-
getId
public int getId() -
getScopeId
public int getScopeId() -
decodeHeader
- Throws:
DecoderException
-
decode
- Throws:
DecoderException
-