unity.parser
Class ASTAscToken

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

public class ASTAscToken
extends SimpleNode


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

ASTAscToken

public ASTAscToken(int id)

ASTAscToken

public ASTAscToken(uql p,
                   int id)