Package ghidra.trace.database.program
Class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewStringPropertyMap
java.lang.Object
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<String>
ghidra.trace.database.program.DBTraceProgramViewPropertyMapManager.DBTraceProgramViewStringPropertyMap
- All Implemented Interfaces:
PropertyMap<String>,StringPropertyMap
- Enclosing class:
DBTraceProgramViewPropertyMapManager
protected class DBTraceProgramViewPropertyMapManager.DBTraceProgramViewStringPropertyMap
extends DBTraceProgramViewPropertyMapManager.AbstractDBTraceProgramViewPropertyMap<String>
implements StringPropertyMap
-
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.StringPropertyMap
add, getValueClass
-
Constructor Details
-
DBTraceProgramViewStringPropertyMap
-
-
Method Details
-
add
Description copied from interface:StringPropertyMapAdd a String value at the specified address.- Specified by:
addin interfaceStringPropertyMap- Parameters:
addr- address for the propertyvalue- value of the property
-
getString
Description copied from interface:StringPropertyMapGet the String value at the given address.- Specified by:
getStringin interfaceStringPropertyMap- Parameters:
addr- the address from where to get the String value- Returns:
- String or null if property not found at addr.
-