Class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewLongPropertyMap
java.lang.Object
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<Long>
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.DBTraceProgramViewLongPropertyMap
- All Implemented Interfaces:
LongPropertyMap, PropertyMap<Long>
- Enclosing class:
DBTraceProgramViewPropertyMapManager
protected class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewLongPropertyMap
extends DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<Long>
implements LongPropertyMap
-
Field Summary
Fields inherited from class DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap
map, name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap
get, getAddressSetView, getFirstPropertyAddress, getLastPropertyAddress, getName, getNextPropertyAddress, getPreviousPropertyAddress, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getSize, hasProperty, intersects, intersects, moveRange, remove, removeRangeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LongPropertyMap
add, getValueClassMethods inherited from interface PropertyMap
get, getFirstPropertyAddress, getLastPropertyAddress, getName, getNextPropertyAddress, getPreviousPropertyAddress, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getSize, hasProperty, intersects, intersects, moveRange, remove, removeRange
-
Constructor Details
-
DBTraceProgramViewLongPropertyMap
-
-
Method Details
-
add
Description copied from interface:LongPropertyMapAdd a long value at the specified address.- Specified by:
addin interfaceLongPropertyMap- Parameters:
addr- address for the propertyvalue- value of the property
-
getLong
Description copied from interface:LongPropertyMapGet the long value at the given address.- Specified by:
getLongin interfaceLongPropertyMap- Parameters:
addr- the address from where to get the long value- Returns:
- long property value
- Throws:
NoValueException- if there is no property value at addr.
-