Package ghidra.pcodeCPort.slghsymbol
Class MacroSymbol
- java.lang.Object
-
- ghidra.pcodeCPort.slghsymbol.SleighSymbol
-
- ghidra.pcodeCPort.slghsymbol.MacroSymbol
-
- All Implemented Interfaces:
java.lang.Comparable<SleighSymbol>
public class MacroSymbol extends SleighSymbol
-
-
Field Summary
-
Fields inherited from class ghidra.pcodeCPort.slghsymbol.SleighSymbol
location
-
-
Constructor Summary
Constructors Constructor Description MacroSymbol(Location location, java.lang.String nm, int i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOperand(OperandSymbol sym)ConstructTplgetConstruct()intgetIndex()intgetNumOperands()OperandSymbolgetOperand(int i)symbol_typegetType()voidsetConstruct(ConstructTpl ct)-
Methods inherited from class ghidra.pcodeCPort.slghsymbol.SleighSymbol
compareTo, dispose, getId, getLocation, getName, restoreXml, saveSleighSymbolXmlHeader, saveXml, saveXmlHeader, setLocation, setWasSought, toDetailedString, toString, wasSought
-
-
-
-
Constructor Detail
-
MacroSymbol
public MacroSymbol(Location location, java.lang.String nm, int i)
-
-
Method Detail
-
getIndex
public int getIndex()
-
setConstruct
public void setConstruct(ConstructTpl ct)
-
getConstruct
public ConstructTpl getConstruct()
-
addOperand
public void addOperand(OperandSymbol sym)
-
getNumOperands
public int getNumOperands()
-
getOperand
public OperandSymbol getOperand(int i)
-
getType
public symbol_type getType()
- Overrides:
getTypein classSleighSymbol
-
-