Class OperandSymbol
java.lang.Object
ghidra.app.plugin.processors.sleigh.symbol.Symbol
ghidra.app.plugin.processors.sleigh.symbol.TripleSymbol
ghidra.app.plugin.processors.sleigh.symbol.SpecificSymbol
ghidra.app.plugin.processors.sleigh.symbol.OperandSymbol
Variable representing an operand to a specific Constructor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(Decoder decoder, SleighLanguage lang) voidgetFixedHandle(FixedHandle hnd, ParserWalker walker) intgetIndex()intintintbooleanprint(ParserWalker walker) voidprintList(ParserWalker walker, ArrayList<Object> list) toString()Methods inherited from class ghidra.app.plugin.processors.sleigh.symbol.TripleSymbol
resolveMethods inherited from class ghidra.app.plugin.processors.sleigh.symbol.Symbol
decodeHeader, getId, getName, getScopeId
-
Constructor Details
-
OperandSymbol
public OperandSymbol()
-
-
Method Details
-
getRelativeOffset
public int getRelativeOffset() -
getOffsetBase
public int getOffsetBase() -
getMinimumLength
public int getMinimumLength() -
getDefiningExpression
-
getDefiningSymbol
-
getIndex
public int getIndex() -
isCodeAddress
public boolean isCodeAddress() -
getPatternExpression
- Specified by:
getPatternExpressionin classTripleSymbol
-
getFixedHandle
- Specified by:
getFixedHandlein classTripleSymbol
-
print
- Specified by:
printin classTripleSymbol- Throws:
MemoryAccessException
-
printList
- Specified by:
printListin classTripleSymbol- Throws:
MemoryAccessException
-
decode
- Specified by:
decodein classSymbol- Throws:
DecoderException
-
toString
-