
org.apache.commons.jexl3.parser.ASTAnnotatedStatement Maven / Gradle / Ivy
/* Generated by: JJTree: Do not edit this line. ASTAnnotatedStatement.java Version 1.1 */
/* ParserGeneratorCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=true,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package org.apache.commons.jexl3.parser;
public
class ASTAnnotatedStatement extends JexlNode {
public ASTAnnotatedStatement(int id) {
super(id);
}
public ASTAnnotatedStatement(Parser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(ParserVisitor visitor, Object data) {
return
visitor.visit(this, data);
}
}
/* ParserGeneratorCC - OriginalChecksum=a4b6f99ce64d9977701193a577e07147 (do not edit this line) */
© 2015 - 2025 Weber Informatics LLC | Privacy Policy