Class VariableModel.VariableNode
java.lang.Object
org.htmlunit.corejs.javascript.tools.debugger.VariableModel.VariableNode
- Enclosing class:
VariableModel
A variable node in the tree.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
object
The script object. -
id
The object name. Either a String or an Integer. -
children
Array of child nodes. This is filled with the properties of the object.
-
-
Constructor Details
-
VariableNode
Creates a new VariableNode.
-
-
Method Details