com.hardcode.gdbms.parser
Class ASTSQLCustom

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

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

ASTSQLCustom

public ASTSQLCustom(int id)

ASTSQLCustom

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