com.yahoo.searchlib.treenet.parser.TreeNetParserConstants Maven / Gradle / Ivy
/* Generated by: ParserGeneratorCC: Do not edit this line. TreeNetParserConstants.java */
package com.yahoo.searchlib.treenet.parser;
/**
* Token literal values and constants.
* Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
*/
public interface TreeNetParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int INTEGER = 5;
/** RegularExpression Id. */
int DECIMAL = 6;
/** RegularExpression Id. */
int HEX = 7;
/** RegularExpression Id. */
int OCTAL = 8;
/** RegularExpression Id. */
int FLOAT = 9;
/** RegularExpression Id. */
int EXPONENT = 10;
/** RegularExpression Id. */
int STRING = 11;
/** RegularExpression Id. */
int ADD = 12;
/** RegularExpression Id. */
int BEGIN = 13;
/** RegularExpression Id. */
int COLON = 14;
/** RegularExpression Id. */
int ELSE = 15;
/** RegularExpression Id. */
int COMMA = 16;
/** RegularExpression Id. */
int DOT = 17;
/** RegularExpression Id. */
int SEMICOLON = 18;
/** RegularExpression Id. */
int EQ = 19;
/** RegularExpression Id. */
int GOTO = 20;
/** RegularExpression Id. */
int IF = 21;
/** RegularExpression Id. */
int IN = 22;
/** RegularExpression Id. */
int LINK = 23;
/** RegularExpression Id. */
int LT = 24;
/** RegularExpression Id. */
int NL = 25;
/** RegularExpression Id. */
int PRED = 26;
/** RegularExpression Id. */
int LBRACE = 27;
/** RegularExpression Id. */
int RBRACE = 28;
/** RegularExpression Id. */
int LCURLY = 29;
/** RegularExpression Id. */
int RCURLY = 30;
/** RegularExpression Id. */
int RESPONSE = 31;
/** RegularExpression Id. */
int RETURN = 32;
/** RegularExpression Id. */
int THEN = 33;
/** RegularExpression Id. */
int TNSCORE = 34;
/** RegularExpression Id. */
int IDENTIFIER = 35;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\"+\"",
"\"modelbegin\"",
"\":\"",
"\"else\"",
"\",\"",
"\".\"",
"\";\"",
"\"=\"",
"\"goto\"",
"\"if\"",
"\"in\"",
"\"link\"",
"\"<\"",
"\"\\n\"",
"\"pred\"",
"\"(\"",
"\")\"",
"\"{\"",
"\"}\"",
"\"response\"",
"\"return\"",
"\"then\"",
"\"tnscore\"",
"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy