unity.parser
Class ASTDSC

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

public class ASTDSC
extends SimpleNode


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

ASTDSC

public ASTDSC(int id)

ASTDSC

public ASTDSC(uql p,
              int id)