unity.parser
Class ASTAnd

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

public class ASTAnd
extends SimpleNode


Constructor Summary
ASTAnd(int id)
           
ASTAnd(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

ASTAnd

public ASTAnd(int id)

ASTAnd

public ASTAnd(uql p,
              int id)