org.apache.jsieve.parser.generated.SieveParserTreeConstants 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: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) */