Class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewVoidPropertyMap
java.lang.Object
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<Boolean>
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.DBTraceProgramViewVoidPropertyMap
- All Implemented Interfaces:
PropertyMap<Boolean>, VoidPropertyMap
- Enclosing class:
DBTraceProgramViewPropertyMapManager
protected class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewVoidPropertyMap
extends DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<Boolean>
implements VoidPropertyMap
-
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 PropertyMap
get, getFirstPropertyAddress, getLastPropertyAddress, getName, getNextPropertyAddress, getPreviousPropertyAddress, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getSize, hasProperty, intersects, intersects, moveRange, remove, removeRangeMethods inherited from interface VoidPropertyMap
add, getValueClass
-
Constructor Details
-
DBTraceProgramViewVoidPropertyMap
-
-
Method Details
-
add
Description copied from interface:VoidPropertyMapMark the specified address as having a property- Specified by:
addin interfaceVoidPropertyMap- Parameters:
addr- address for the property
-