com.hardcode.gdbms.parser
Class ASTSQLGroupBy

java.lang.Object
  extended by com.hardcode.gdbms.parser.TokenSupport
      extended by com.hardcode.gdbms.parser.SimpleNode
          extended by com.hardcode.gdbms.parser.ASTSQLGroupBy
All Implemented Interfaces:
Node

public class ASTSQLGroupBy
extends SimpleNode


Field Summary
 
Fields inherited from class com.hardcode.gdbms.parser.SimpleNode
children, id, parent, parser
 
Fields inherited from class com.hardcode.gdbms.parser.TokenSupport
first_token, last_token
 
Constructor Summary
ASTSQLGroupBy(int id)
           
ASTSQLGroupBy(SQLEngine p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(SQLEngineVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class com.hardcode.gdbms.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTSQLGroupBy

public ASTSQLGroupBy(int id)

ASTSQLGroupBy

public ASTSQLGroupBy(SQLEngine p,
                     int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(SQLEngineVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode


Copyright © 2005-2006 . All Rights Reserved.