Class AddressProxy

java.lang.Object
ghidra.app.util.viewer.proxy.ProxyObj<Address>
ghidra.app.util.viewer.proxy.AddressProxy

public class AddressProxy extends ProxyObj<Address>
Stores information about an address in a program.
  • Constructor Details

    • AddressProxy

      public AddressProxy(ListingModel model, Address addr)
      Construct a address proxy
      Parameters:
      model - the model
      addr - the address to proxy
  • Method Details

    • getObject

      public Address getObject()
      Description copied from class: ProxyObj
      Returns the object that this proxy represents or null if the object no longer exists.
      Specified by:
      getObject in class ProxyObj<Address>
      Returns:
      the object that this proxy represents or null if the object no longer exists.
    • contains

      public boolean contains(Address a)
      Description copied from class: ProxyObj
      Returns true if the proxy object of this class contains the given address.
      Specified by:
      contains in class ProxyObj<Address>
      Parameters:
      a - the address
      Returns:
      true if the proxy object of this class contains the given address.