All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.jsieve.parser.generated.ASTcommand Maven / Gradle / Ivy

Go to download

Apache jSieve is a server side mail filtering system implementing RFC3028. Apache jSieve is developed by the JAMES project.

There is a newer version: 0.8
Show newest version
/* Generated By:JJTree: Do not edit this line. ASTcommand.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 ASTcommand extends SimpleNode {
  public ASTcommand(int id) {
    super(id);
  }

  public ASTcommand(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=3f33b466d3de4359573e7f178dd79c25 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy