Package ghidra.program.model.util
Interface VoidPropertyMap
-
- All Superinterfaces:
PropertyMap
- All Known Implementing Classes:
DefaultVoidPropertyMap
,VoidPropertyMapDB
public interface VoidPropertyMap extends PropertyMap
Property manager that deals with properties that are of "void" type, which is a marker for whether a property exists.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Address addr)
Mark the specified address as having a property-
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
-
-
-
-
Method Detail
-
add
void add(Address addr)
Mark the specified address as having a property- Parameters:
addr
- address for the property
-
-