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

org.apache.jsieve.parser.generated.SieveParserTreeConstants 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:JavaCC: Do not edit this line. SieveParserTreeConstants.java Version 4.1 */
package org.apache.jsieve.parser.generated;

public interface SieveParserTreeConstants
{
  public int JJTSTART = 0;
  public int JJTCOMMANDS = 1;
  public int JJTCOMMAND = 2;
  public int JJTBLOCK = 3;
  public int JJTARGUMENTS = 4;
  public int JJTARGUMENT = 5;
  public int JJTTEST = 6;
  public int JJTTEST_LIST = 7;
  public int JJTSTRING = 8;
  public int JJTSTRING_LIST = 9;


  public String[] jjtNodeName = {
    "start",
    "commands",
    "command",
    "block",
    "arguments",
    "argument",
    "test",
    "test_list",
    "string",
    "string_list",
  };
}
/* JavaCC - OriginalChecksum=1f0666f7fdae601fe281164ea6a23d06 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy