org.apache.jackrabbit.spi.commons.query.sql
Class ASTUpperFunction

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
      extended by org.apache.jackrabbit.spi.commons.query.sql.ASTUpperFunction
All Implemented Interfaces:
Node

public class ASTUpperFunction
extends SimpleNode


Field Summary
 
Fields inherited from class org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTUpperFunction(int id)
           
ASTUpperFunction(JCRSQLParser p, int id)
           
 
Method Summary
 Object jjtAccept(JCRSQLParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class org.apache.jackrabbit.spi.commons.query.sql.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

ASTUpperFunction

public ASTUpperFunction(int id)

ASTUpperFunction

public ASTUpperFunction(JCRSQLParser p,
                        int id)
Method Detail

jjtAccept

public Object jjtAccept(JCRSQLParserVisitor visitor,
                        Object data)
Accept the visitor.

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


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.