Class Dim.DimIProxy

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean booleanResult
      The boolean result of the action.
      private Dim dim
      The debugger.
      private java.lang.Object id
      The property to look up in object.
      private java.lang.Object object
      The object to convert, get a property from or enumerate.
      private java.lang.Object[] objectArrayResult
      The Object[] result of the action.
      private java.lang.Object objectResult
      The Object result of the action.
      private java.lang.String stringResult
      The String result of the action.
      private java.lang.String text
      The text of the script to compile, evaluate or test for compilation.
      private int type
      The interface implementation type.
      private java.lang.String url
      The URL origin of the script to compile or evaluate.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DimIProxy​(Dim dim, int type)
      Creates a new DimIProxy.
    • Field Detail

      • dim

        private Dim dim
        The debugger.
      • type

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

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

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

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

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

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

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

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

        private java.lang.Object[] objectArrayResult
        The Object[] result of the action.
    • Constructor Detail

      • DimIProxy

        private DimIProxy​(Dim dim,
                          int type)
        Creates a new DimIProxy.