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
ConstructorsConstructorDescriptionCodeUnitUserDataChangeRecord
(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 new value.Get the original value.Get the name of the property being changed.Methods inherited from class ghidra.framework.model.DomainObjectChangeRecord
getEventType, getSubEventType, toString
-
Constructor Details
-
Method Details
-
getPropertyName
Get the name of the property being changed. -
getAddress
Get the address of the code unit for this property change. -
getOldValue
Get the original value.- Overrides:
getOldValue
in classDomainObjectChangeRecord
-
getNewValue
Get the new value.- Overrides:
getNewValue
in classDomainObjectChangeRecord
-