Package ghidra.program.util
Class CodeUnitUserDataChangeRecord
java.lang.Object
ghidra.framework.model.DomainObjectChangeRecord
ghidra.program.util.CodeUnitUserDataChangeRecord
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionCodeUnitUserDataChangeRecord
(String propertyName, Address codeUnitAddr, Object oldValue, Object newValue) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet the address of the code unit for this property change.Get the name of the property being changed.toString()
Methods inherited from class ghidra.framework.model.DomainObjectChangeRecord
getEventType, getNewValue, getOldValue
-
Constructor Details
-
Method Details
-
getPropertyName
Get the name of the property being changed.- Returns:
- the name of the property being changed
-
getAddress
Get the address of the code unit for this property change.- Returns:
- the address of the code unit for this property change
-
toString
- Overrides:
toString
in classDomainObjectChangeRecord
-