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 SummaryConstructors Constructor Description AddressProxy(ListingModel model, Address addr)Construct a address proxy
 - 
Method SummaryAll 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.ProxyObjgetListingLayoutModel
 
- 
 
- 
- 
- 
Constructor Detail- 
AddressProxypublic AddressProxy(ListingModel model, Address addr) Construct a address proxy- Parameters:
- addr- the address to proxy
 
 
- 
 - 
Method Detail- 
getObjectpublic 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 class- ProxyObj<Address>
- Returns:
- the object that this proxy represents or null if the represented object no longer exists.
- See Also:
- ProxyObj.getObject()
 
 
- 
 
-