unity.parser
Class ASTAdd

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

public class ASTAdd
extends SimpleNode


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

ASTAdd

public ASTAdd(int id)

ASTAdd

public ASTAdd(uql p,
              int id)