Class ASTBracketExpression
java.lang.Object
org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
org.apache.jackrabbit.spi.commons.query.sql.ASTBracketExpression
- 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
-
ASTBracketExpression
public ASTBracketExpression(int id) -
ASTBracketExpression
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
-