org.apache.jsieve.parser.generated.ASTtest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apache-jsieve Show documentation
Show all versions of apache-jsieve Show documentation
Apache jSieve is a server side mail filtering system
implementing RFC3028. Apache jSieve is developed by the
JAMES project.
/* Generated By:JJTree: Do not edit this line. ASTtest.java Version 4.1 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=org.apache.jsieve.parser.SieveNode,NODE_FACTORY= */
package org.apache.jsieve.parser.generated;
public class ASTtest extends SimpleNode {
public ASTtest(int id) {
super(id);
}
public ASTtest(SieveParser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(SieveParserVisitor visitor, Object data) throws org.apache.jsieve.exception.SieveException {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=caa24cf3e5a6ed24edebaf71e2d2b899 (do not edit this line) */