unity.parser
Class ASTStart

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

public class ASTStart
extends SimpleNode


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

ASTStart

public ASTStart(int id)

ASTStart

public ASTStart(uql p,
                int id)