Class Dim.DimIProxy

java.lang.Object
org.htmlunit.corejs.javascript.tools.debugger.Dim.DimIProxy
All Implemented Interfaces:
ContextAction, ContextFactory.Listener, Debugger
Enclosing class:
Dim

private static class Dim.DimIProxy extends Object implements ContextAction, ContextFactory.Listener, Debugger
Proxy class to implement debug interfaces without bloat of class files.
  • Field Details

    • dim

      private Dim dim
      The debugger.
    • type

      private int type
      The interface implementation type. One of the IPROXY_* constants defined in Dim.
    • url

      private String url
      The URL origin of the script to compile or evaluate.
    • text

      private String text
      The text of the script to compile, evaluate or test for compilation.
    • object

      private Object object
      The object to convert, get a property from or enumerate.
    • id

      private Object id
      The property to look up in object.
    • booleanResult

      private boolean booleanResult
      The boolean result of the action.
    • stringResult

      private String stringResult
      The String result of the action.
    • objectResult

      private Object objectResult
      The Object result of the action.
    • objectArrayResult

      private Object[] objectArrayResult
      The Object[] result of the action.
  • Constructor Details

    • DimIProxy

      private DimIProxy(Dim dim, int type)
      Creates a new DimIProxy.
  • Method Details