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 AddressgetObject()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:ProxyObjReturns the object that this proxy represents or null if the represented object no longer exists.- Specified by:
getObjectin classProxyObj<Address>- Returns:
- the object that this proxy represents or null if the represented object no longer exists.
- See Also:
ProxyObj.getObject()
-
-