Class AddressLabelPair

java.lang.Object
ghidra.program.model.symbol.AddressLabelPair
All Implemented Interfaces:
Serializable

public final class AddressLabelPair extends Object implements Serializable
Container for holding an address and label.
See Also:
  • Constructor Details

    • AddressLabelPair

      public AddressLabelPair(Address addr, String label)
      Creates a new AddressLabelPair.
      Parameters:
      addr - the address
      label - the label
  • Method Details