Uses of Interface
org.objectweb.speedo.query.parser.Node

Packages that use Node
org.objectweb.speedo.query.parser   
 

Uses of Node in org.objectweb.speedo.query.parser
 

Classes in org.objectweb.speedo.query.parser that implement Node
 class ASTAdditiveExpression
           
 class ASTArgumentList
           
 class ASTCastExpression
           
 class ASTLiteral
           
 class ASTPrimary
           
 class ASTQualifiedName
           
 class ASTRelationalExpression
           
 class ASTSpeedoPrimary
           
 class ASTSpeedoQL
           
 class ASTType
           
 class ASTUnaryExpression
           
 class SimpleNode
           
 

Fields in org.objectweb.speedo.query.parser declared as Node
protected  Node SimpleNode.parent
           
protected  Node[] SimpleNode.children
           
 

Methods in org.objectweb.speedo.query.parser that return Node
 Node Node.jjtGetParent()
           
 Node Node.jjtGetChild(int i)
          This method returns a child node.
 Node SimpleNode.jjtGetParent()
           
 Node SimpleNode.jjtGetChild(int i)
           
 

Methods in org.objectweb.speedo.query.parser with parameters of type Node
 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.
 void SimpleNode.jjtSetParent(Node n)
           
 void SimpleNode.jjtAddChild(Node n, int i)