Package ghidra.app.util.viewer.proxy
Class AddressProxy
- java.lang.Object
-
- ghidra.app.util.viewer.proxy.ProxyObj<Address>
-
- ghidra.app.util.viewer.proxy.AddressProxy
-
-
Constructor Summary
Constructors Constructor Description AddressProxy(ListingModel model, Address addr)
Construct a address proxy
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getObject()
Returns the object that this proxy represents or null if the represented object no longer exists.-
Methods inherited from class ghidra.app.util.viewer.proxy.ProxyObj
getListingLayoutModel
-
-
-
-
Constructor Detail
-
AddressProxy
public AddressProxy(ListingModel model, Address addr)
Construct a address proxy- Parameters:
addr
- the address to proxy
-
-
Method Detail
-
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 classProxyObj<Address>
- Returns:
- the object that this proxy represents or null if the represented object no longer exists.
- See Also:
ProxyObj.getObject()
-
-