Package ghidra.app.util.viewer.proxy
Class EmptyProxy
- java.lang.Object
-
- ghidra.app.util.viewer.proxy.ProxyObj<java.lang.Object>
-
- ghidra.app.util.viewer.proxy.EmptyProxy
-
public class EmptyProxy extends ProxyObj<java.lang.Object>
Used proxy a null value
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyProxy
EMPTY_PROXY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
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
-
-
-
-
Field Detail
-
EMPTY_PROXY
public static final EmptyProxy EMPTY_PROXY
-
-
Method Detail
-
getObject
public java.lang.Object 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<java.lang.Object>
- Returns:
- the object that this proxy represents or null if the represented object no longer exists.
- See Also:
ProxyObj.getObject()
-
-