Class UseropSymbol
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.symbol.Symbol
-
- ghidra.app.plugin.processors.sleigh.symbol.UseropSymbol
-
public class UseropSymbol extends Symbol
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 Constructor Description UseropSymbol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
void
restoreXml(XmlPullParser parser, SleighLanguage sleigh)
-
Methods inherited from class ghidra.app.plugin.processors.sleigh.symbol.Symbol
getId, getName, getScopeId, restoreHeaderXml
-
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
restoreXml
public void restoreXml(XmlPullParser parser, SleighLanguage sleigh)
- Specified by:
restoreXml
in classSymbol
-
-