Package ghidra.app.util.viewer.proxy
Class CodeUnitProxy
- java.lang.Object
-
- ghidra.app.util.viewer.proxy.ProxyObj<CodeUnit>
-
- ghidra.app.util.viewer.proxy.CodeUnitProxy
-
-
Constructor Summary
Constructors Constructor Description CodeUnitProxy(ListingModel model, Program program, CodeUnit cu)Construct a proxy for a code unit
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeUnitgetObject()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
-
CodeUnitProxy
public CodeUnitProxy(ListingModel model, Program program, CodeUnit cu)
Construct a proxy for a code unit- Parameters:
program- the program containing the code unitcu- the code unit to proxy.
-
-
Method Detail
-
getObject
public CodeUnit 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<CodeUnit>- Returns:
- the object that this proxy represents or null if the represented object no longer exists.
- See Also:
ProxyObj.getObject()
-
-