Class UseropSymbol
java.lang.Object
ghidra.app.plugin.processors.sleigh.symbol.Symbol
ghidra.app.plugin.processors.sleigh.symbol.UseropSymbol
A user-defined pcode operation (PcodeOp)
This is implemented as a name and a unique id which is passed
as the first parameter to a PcodeOp with the opcode = "CALLOTHER".
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
void
restoreXml
(XmlPullParser parser, SleighLanguage sleigh) Methods inherited from class ghidra.app.plugin.processors.sleigh.symbol.Symbol
getId, getName, getScopeId, restoreHeaderXml
-
Constructor Details
-
UseropSymbol
public UseropSymbol()
-
-
Method Details
-
getIndex
public int getIndex() -
restoreXml
- Specified by:
restoreXml
in classSymbol
-