Class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewIntPropertyMap
java.lang.Object
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<Integer>
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.DBTraceProgramViewIntPropertyMap
- All Implemented Interfaces:
IntPropertyMap, PropertyMap<Integer>
- Enclosing class:
DBTraceProgramViewPropertyMapManager
protected class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewIntPropertyMap
extends DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<Integer>
implements IntPropertyMap
-
Field Summary
Fields inherited from class DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap
map, name -
Constructor Summary
ConstructorsConstructorDescription -
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 IntPropertyMap
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
-
DBTraceProgramViewIntPropertyMap
-
-
Method Details
-
add
Description copied from interface:IntPropertyMapAdd an int value at the specified address.- Specified by:
addin interfaceIntPropertyMap- Parameters:
addr- address for the propertyvalue- value of the property
-
getInt
Description copied from interface:IntPropertyMapGet the integer value at the given address.- Specified by:
getIntin interfaceIntPropertyMap- Parameters:
addr- the address from where to get the int value- Returns:
- integer property value
- Throws:
NoValueException- if there is no property value at addr.
-