Package ghidra.program.model.symbol
Interface ShiftedReference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getShift()
Returns the left shift amount.long
getValue()
Returns the base value.-
Methods inherited from interface ghidra.program.model.symbol.Reference
getFromAddress, getOperandIndex, getReferenceType, getSource, getSymbolID, getToAddress, isEntryPointReference, isExternalReference, isMemoryReference, isMnemonicReference, isOffsetReference, isOperandReference, isPrimary, isRegisterReference, isShiftedReference, isStackReference
-
-