com.aegisql.java_path.parser.CCJavaPathParserConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-path Show documentation
Show all versions of java-path Show documentation
Deep access to Java object hierarchy
/* Generated by: JJTree&ParserGeneratorCC: Do not edit this line. CCJavaPathParserConstants.java */
package com.aegisql.java_path.parser;
/**
* Token literal values and constants.
* Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
*/
public interface CCJavaPathParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int K_LPARENTHESIS = 1;
/** RegularExpression Id. */
int K_RPARENTHESIS = 2;
/** RegularExpression Id. */
int K_DOT = 3;
/** RegularExpression Id. */
int K_OR = 4;
/** RegularExpression Id. */
int K_FACTORY_SEPARATOR = 5;
/** RegularExpression Id. */
int K_COMMA = 6;
/** RegularExpression Id. */
int K_SPACE = 7;
/** RegularExpression Id. */
int K_PATH_SEPARATOR = 8;
/** RegularExpression Id. */
int LETTER = 9;
/** RegularExpression Id. */
int DIGIT = 10;
/** RegularExpression Id. */
int SPECIAL = 11;
/** RegularExpression Id. */
int FIRST_LETTER = 12;
/** RegularExpression Id. */
int PART_LETTER = 13;
/** RegularExpression Id. */
int IDENTIFIER = 14;
/** RegularExpression Id. */
int K_BACK_REF_ELEMENT = 15;
/** RegularExpression Id. */
int K_REF_ELEMENT = 16;
/** RegularExpression Id. */
int K_TYPE_ELEMENT = 17;
/** RegularExpression Id. */
int K_PATH_ELEMENT = 18;
/** RegularExpression Id. */
int K_STRING = 19;
/** RegularExpression Id. */
int K_QUOTED_STRING = 20;
/** RegularExpression Id. */
int K_SINGLE_QUOTED_STRING = 21;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\"(\"",
"\")\"",
"\".\"",
"\"||\"",
"\"::\"",
"\",\"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
};
}