org.apache.jsieve.parser.generated.ASTcommands 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. ASTcommands.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 ASTcommands extends SimpleNode {
public ASTcommands(int id) {
super(id);
}
public ASTcommands(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=90cc6360a21581eee63a1921a105f565 (do not edit this line) */