org.apache.jsieve.parser.generated.SieveParserConstants 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&JavaCC: Do not edit this line. SieveParserConstants.java */
package org.apache.jsieve.parser.generated;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface SieveParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int HASH_COMMENT = 6;
/** RegularExpression Id. */
int BRACKET_COMMENT = 7;
/** RegularExpression Id. */
int EOF_HASH_COMMENT = 8;
/** RegularExpression Id. */
int IDENTIFIER = 9;
/** RegularExpression Id. */
int ALPHA = 10;
/** RegularExpression Id. */
int DIGIT = 11;
/** RegularExpression Id. */
int TAG = 12;
/** RegularExpression Id. */
int NUMBER = 13;
/** RegularExpression Id. */
int DECIMAL_LITERAL = 14;
/** RegularExpression Id. */
int QUANTIFIER = 15;
/** RegularExpression Id. */
int QUOTED_STRING = 16;
/** RegularExpression Id. */
int MULTI_LINE = 17;
/** RegularExpression Id. */
int MULTI_LINE_START = 18;
/** RegularExpression Id. */
int MULTI_LINE_END = 19;
/** RegularExpression Id. */
int NEWLINE = 20;
/** RegularExpression Id. */
int MULTI_LINE_LITERAL = 21;
/** RegularExpression Id. */
int CHAR_NOT_DOT = 22;
/** RegularExpression Id. */
int CHAR_NOT_NEWLINE = 23;
/** RegularExpression Id. */
int MULTI_LINE_DOTSTUFF = 24;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"\"\\n\"",
"\"\\r\"",
"\"\\f\"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\";\"",
"\"{\"",
"\"}\"",
"\"(\"",
"\",\"",
"\")\"",
"\"[\"",
"\"]\"",
};
}