com.hardcode.gdbms.parser
Class ASTSQLOrderBy

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

public class ASTSQLOrderBy
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
ASTSQLOrderBy(int id)
           
ASTSQLOrderBy(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

ASTSQLOrderBy

public ASTSQLOrderBy(int id)

ASTSQLOrderBy

public ASTSQLOrderBy(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.