Package ghidra.trace.database.program
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 ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap
map, name -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class ghidra.trace.database.program.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.program.model.util.PropertyMap
get, getFirstPropertyAddress, getLastPropertyAddress, getName, getNextPropertyAddress, getPreviousPropertyAddress, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getSize, hasProperty, intersects, intersects, moveRange, remove, removeRangeMethods inherited from interface ghidra.program.model.util.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
-