org.apache.ode.ql.jcc
Class ASTStart

java.lang.Object
  extended by org.apache.ode.ql.jcc.SimpleNode
      extended by org.apache.ode.ql.jcc.ASTStart
All Implemented Interfaces:
Node

public class ASTStart
extends SimpleNode


Field Summary
 
Fields inherited from class org.apache.ode.ql.jcc.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTStart(int id)
           
ASTStart(org.apache.ode.ql.jcc.QLParser p, int id)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.ql.jcc.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTStart

public ASTStart(int id)

ASTStart

public ASTStart(org.apache.ode.ql.jcc.QLParser p,
                int id)