Package ghidra.program.model.util
Interface ObjectPropertyMap
- 
- All Superinterfaces:
 PropertyMap
- All Known Implementing Classes:
 DefaultObjectPropertyMap,ObjectPropertyMapDB
public interface ObjectPropertyMap extends PropertyMap
Property manager that deals with properties that are of Object type. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Address addr, Saveable value)Add an object value at the specified address.java.lang.Class<?>getObjectClass()Returns Saveable object class.- 
Methods inherited from interface ghidra.program.model.util.PropertyMap
applyValue, getFirstPropertyAddress, getLastPropertyAddress, getName, getNextPropertyAddress, getObject, getPreviousPropertyAddress, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getPropertyIterator, getSize, hasProperty, intersects, intersects, moveRange, remove, removeRange 
 - 
 
 -