org.apache.ode.ql.jcc
Class ASTIn

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

public class ASTIn
extends SimpleNode


Field Summary
 
Fields inherited from class org.apache.ode.ql.jcc.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTIn(int id)
           
ASTIn(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

ASTIn

public ASTIn(int id)

ASTIn

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