Uses of Interface
xjavadoc.Node

Packages that use Node
xjavadoc   
 

Uses of Node in xjavadoc
 

Classes in xjavadoc that implement Node
 class SimpleNode
          Describe what this class does
 

Fields in xjavadoc declared as Node
protected  Node SimpleNode.parent
           
protected  Node[] SimpleNode.children
           
 

Methods in xjavadoc that return Node
 Node SimpleNode.jjtGetParent()
          Describe what the method does
 Node SimpleNode.jjtGetChild(int i)
          Describe what the method does
 Node Node.jjtGetParent()
           
 Node Node.jjtGetChild(int i)
          This method returns a child node.
 

Methods in xjavadoc with parameters of type Node
 void SimpleNode.jjtSetParent(Node n)
          Describe what the method does
 void SimpleNode.jjtAddChild(Node n, int i)
          Describe what the method does
 void Node.jjtSetParent(Node n)
          This pair of methods are used to inform the node of its parent.
 void Node.jjtAddChild(Node n, int i)
          This method tells the node to add its argument to the node's list of children.
 



Copyright © 2002-2003 XDoclet Team. All Rights Reserved.