org.apache.jsieve.parser.generated.address.ASTroute 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. ASTroute.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.address.AddressNode,NODE_FACTORY= */
package org.apache.jsieve.parser.generated.address;
public class ASTroute extends SimpleNode {
public ASTroute(int id) {
super(id);
}
public ASTroute(AddressListParser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(AddressListParserVisitor visitor, Object data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=82b5089a2da0470fd8ec3896a3571225 (do not edit this line) */