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 a address in a program such that the address can be retrieved when needed.
  • Constructor Details

    • AddressProxy

      public AddressProxy(ListingModel model, Address addr)
      Construct a address proxy
      Parameters:
      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 represented object no longer exists.
      Specified by:
      getObject in class ProxyObj<Address>
      Returns:
      the object that this proxy represents or null if the represented object no longer exists.
      See Also: