Class VariableModel.VariableNode

java.lang.Object
org.mozilla.javascript.tools.debugger.VariableModel.VariableNode
Enclosing class:
VariableModel

private static class VariableModel.VariableNode extends Object
A variable node in the tree.
  • Field Details

    • object

      private Object object
      The script object.
    • id

      private Object id
      The object name. Either a String or an Integer.
    • children

      private VariableModel.VariableNode[] children
      Array of child nodes. This is filled with the properties of the object.
  • Constructor Details

    • VariableNode

      public VariableNode(Object object, Object id)
      Creates a new VariableNode.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of this node.
      Overrides:
      toString in class Object