org.apache.jackrabbit.spi.commons.query.sql.ASTAndExpression Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
/* Generated By:JJTree: Do not edit this line. ASTAndExpression.java */
package org.apache.jackrabbit.spi.commons.query.sql;
public class ASTAndExpression extends SimpleNode {
public ASTAndExpression(int id) {
super(id);
}
public ASTAndExpression(JCRSQLParser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(JCRSQLParserVisitor visitor, Object data) {
return visitor.visit(this, data);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy