Class LabelHistory

java.lang.Object
ghidra.program.model.symbol.LabelHistory

public class LabelHistory extends Object
Container for history information about what happened to a label.
  • Field Details

  • Constructor Details

    • LabelHistory

      public LabelHistory(Address addr, String userName, byte actionID, String labelStr, Date modificationDate)
      Construct a new LabelHistory object.
      Parameters:
      addr - address of the label change
      userName - name of user who made the change
      actionID - either ADD, REMOVE, or RENAME
      labelStr - label string
      modificationDate - date of the change
  • Method Details

    • getAddress

      public Address getAddress()
      Get address for this label history object.
    • getUserName

      public String getUserName()
      Get the user that made the change.
    • getLabelString

      public String getLabelString()
      Get the label string for this label history object.
    • getActionID

      public byte getActionID()
      Get the action ID for this label history object.
      Returns:
      ADD, REMOVE, or RENAME
    • getModificationDate

      public Date getModificationDate()
      Get the modification date