unity.parser
Class ASTSelect

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

public class ASTSelect
extends SimpleNode


Constructor Summary
ASTSelect(int id)
           
ASTSelect(uql p, int id)
           
 
Method Summary
 boolean getDistinct()
           
 void setDistinct(boolean b)
           
 java.lang.String toString()
           
 
Methods inherited from class unity.parser.SimpleNode
dump, InsertChild, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtRemoveChild, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTSelect

public ASTSelect(int id)

ASTSelect

public ASTSelect(uql p,
                 int id)
Method Detail

setDistinct

public void setDistinct(boolean b)

getDistinct

public boolean getDistinct()

toString

public java.lang.String toString()
Overrides:
toString in class SimpleNode