Package ghidra.app.util.viewer.proxy
Class AddressProxy
Stores information about a address in a program such that the address can
be retrieved when needed.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ghidra.app.util.viewer.proxy.ProxyObj
getListingLayoutModel
-
Constructor Details
-
AddressProxy
Construct a address proxy- Parameters:
addr
- the address to proxy
-
-
Method Details
-
getObject
Description copied from class:ProxyObj
Returns the object that this proxy represents or null if the represented object no longer exists.
-