Class ASTAndExpression
- java.lang.Object
- 
- org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
- 
- org.apache.jackrabbit.spi.commons.query.sql.ASTAndExpression
 
 
- 
- All Implemented Interfaces:
- Node
 
 public class ASTAndExpression extends SimpleNode 
- 
- 
Field Summary- 
Fields inherited from class org.apache.jackrabbit.spi.commons.query.sql.SimpleNodechildren, id, parent, parser
 
- 
 - 
Constructor SummaryConstructors Constructor Description ASTAndExpression(int id)ASTAndExpression(JCRSQLParser p, int id)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectjjtAccept(JCRSQLParserVisitor visitor, Object data)Accept the visitor.- 
Methods inherited from class org.apache.jackrabbit.spi.commons.query.sql.SimpleNodechildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ASTAndExpressionpublic ASTAndExpression(int id) 
 - 
ASTAndExpressionpublic ASTAndExpression(JCRSQLParser p, int id) 
 
- 
 - 
Method Detail- 
jjtAcceptpublic Object jjtAccept(JCRSQLParserVisitor visitor, Object data) Accept the visitor.- Specified by:
- jjtAcceptin interface- Node
- Overrides:
- jjtAcceptin class- SimpleNode
 
 
- 
 
-