Class VarTree

java.lang.Object
editor.debugger.VarTree
All Implemented Interfaces:
MutableTreeNode, TreeNode

public class VarTree extends Object implements MutableTreeNode
  • Field Details

    • _name

      private final String _name
    • _type

      private final String _type
    • _value

      private final com.sun.jdi.Value _value
    • _parent

      private VarTree _parent
    • _children

      private List<VarTree> _children
  • Constructor Details

  • Method Details