Class EmptyProxy

java.lang.Object
ghidra.app.util.viewer.proxy.ProxyObj<Object>
ghidra.app.util.viewer.proxy.EmptyProxy

public class EmptyProxy extends ProxyObj<Object>
Used proxy a null value
  • Field Details

    • EMPTY_PROXY

      public static final EmptyProxy EMPTY_PROXY
  • Method Details

    • getObject

      public 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 class ProxyObj<Object>
      Returns:
      the object that this proxy represents or null if the represented object no longer exists.
      See Also: