com.hardcode.gdbms.parser
Class ASTSQLUnion

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

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

ASTSQLUnion

public ASTSQLUnion(int id)

ASTSQLUnion

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