com.hardcode.gdbms.parser
Class ASTSQLUpdate

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

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

ASTSQLUpdate

public ASTSQLUpdate(int id)

ASTSQLUpdate

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