unity.parser
Class ASTNot

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

public class ASTNot
extends SimpleNode


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

ASTNot

public ASTNot(int id)

ASTNot

public ASTNot(uql p,
              int id)