Class ASTSelectList
java.lang.Object
org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
org.apache.jackrabbit.spi.commons.query.sql.ASTSelectList
- All Implemented Interfaces:
Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjjtAccept(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
-
Constructor Details
-
ASTSelectList
public ASTSelectList(int id) -
ASTSelectList
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
-