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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getName()intvoidrestoreHeaderXml(XmlPullParser parser) abstract voidrestoreXml(XmlPullParser parser, SleighLanguage sleigh)
-
Constructor Details
-
Symbol
public Symbol()
-
-
Method Details
-
getName
-
getId
public int getId() -
getScopeId
public int getScopeId() -
restoreHeaderXml
-
restoreXml
public abstract void restoreXml(XmlPullParser parser, SleighLanguage sleigh) throws UnknownInstructionException - Throws:
UnknownInstructionException
-