unity.parser
Class ASTWhere

java.lang.Object
  extended by unity.parser.SimpleNode
      extended by unity.parser.ASTWhere
All Implemented Interfaces:
Node

public class ASTWhere
extends SimpleNode


Constructor Summary
ASTWhere(int id)
           
ASTWhere(uql p, int id)
           
 
Method Summary
 
Methods inherited from class unity.parser.SimpleNode
dump, InsertChild, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtRemoveChild, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTWhere

public ASTWhere(int id)

ASTWhere

public ASTWhere(uql p,
                int id)