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

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

public class ASTSelectList
extends SimpleNode


Field Summary
 
Fields inherited from class org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTSelectList(int id)
           
ASTSelectList(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

ASTSelectList

public ASTSelectList(int id)

ASTSelectList

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