Interface TraceOffsetReference
- All Superinterfaces:
Comparable<Reference>, OffsetReference, Reference, TraceReference
- All Known Implementing Classes:
DBTraceOffsetReference
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault AddressReturns Get the "to" address for this reference..default booleanReturns Returns true if this reference is an instance of OffsetReference..Methods inherited from interface OffsetReference
getBaseAddress, getOffsetMethods inherited from interface Reference
getFromAddress, getOperandIndex, getReferenceType, getSource, getSymbolID, isPrimaryMethods inherited from interface TraceReference
clearAssociatedSymbol, compareTo, delete, getAssociatedSymbol, getLifespan, getStartSnap, getToRange, getTrace, isEntryPointReference, isExternalReference, isMemoryReference, isMnemonicReference, isOperandReference, isRegisterReference, isShiftedReference, isStackReference, setAssociatedSymbol, setPrimary, setReferenceType
-
Method Details
-
isOffsetReference
default boolean isOffsetReference()Description copied from interface:ReferenceReturns Returns true if this reference is an instance of OffsetReference..- Specified by:
isOffsetReferencein interfaceReference- Specified by:
isOffsetReferencein interfaceTraceReference- Returns:
- Returns true if this reference is an instance of OffsetReference.
-
getToAddress
Description copied from interface:TraceReferenceReturns Get the "to" address for this reference..For a trace reference, the "to" part is actually a range. This returns the minimum address of that range.
- Specified by:
getToAddressin interfaceOffsetReference- Specified by:
getToAddressin interfaceReference- Specified by:
getToAddressin interfaceTraceReference- Returns:
- Get the "to" address for this reference.
- See Also:
-