unity.parser
Class ASTIn

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

public class ASTIn
extends SimpleNode


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

ASTIn

public ASTIn(int id)

ASTIn

public ASTIn(uql p,
             int id)