Package ghidra.trace.database.target
Interface ValueShape
- All Superinterfaces:
BoundedShape<ValueBox>
- All Known Implementing Classes:
DBTraceObjectValueData,ImmutableValueShape
-
Method Summary
Modifier and TypeMethodDescriptionintIf the value is an address or range, the id of the address spacegetChild()default AddressgetMaxAddress(AddressFactory factory) longdefault AddressgetMinAddress(AddressFactory factory) longdefault AddressRangegetRange(AddressFactory factory) Methods inherited from interface ghidra.util.database.spatial.BoundedShape
description, getBounds
-
Method Details
-
getParent
DBTraceObject getParent() -
getChild
DBTraceObject getChild() -
getChildOrNull
DBTraceObject getChildOrNull() -
getEntryKey
String getEntryKey() -
getLifespan
Lifespan getLifespan() -
getAddressSpaceId
int getAddressSpaceId()If the value is an address or range, the id of the address space- Returns:
- the space id, or -1 for non-address value
-
getMinAddressOffset
long getMinAddressOffset() -
getMaxAddressOffset
long getMaxAddressOffset() -
getMinAddress
-
getMaxAddress
-
getRange
-