Class CodeUnitUserDataChangeRecord

java.lang.Object
ghidra.framework.model.DomainObjectChangeRecord
ghidra.program.util.CodeUnitUserDataChangeRecord
All Implemented Interfaces:
Serializable

public class CodeUnitUserDataChangeRecord extends DomainObjectChangeRecord
See Also:
  • Constructor Details

    • CodeUnitUserDataChangeRecord

      public CodeUnitUserDataChangeRecord(String propertyName, Address codeUnitAddr, Object oldValue, Object newValue)
      Constructor
      Parameters:
      propertyName - name of the property
      codeUnitAddr - address of the code unit
      oldValue - old value
      newValue - new value
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Get the name of the property being changed.
      Returns:
      the name of the property being changed
    • getAddress

      public Address getAddress()
      Get the address of the code unit for this property change.
      Returns:
      the address of the code unit for this property change
    • toString

      public String toString()
      Overrides:
      toString in class DomainObjectChangeRecord