
us.monoid.web.jp.javacc.JSONPathCompilerConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resty Show documentation
Show all versions of resty Show documentation
Simple Java client to talk to RESTful backends
/* Generated By:JJTree&JavaCC: Do not edit this line. JSONPathCompilerConstants.java */
package us.monoid.web.jp.javacc;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface JSONPathCompilerConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int OPEN_ARRAY = 5;
/** RegularExpression Id. */
int CLOSE_ARRAY = 6;
/** RegularExpression Id. */
int LETTER = 7;
/** RegularExpression Id. */
int CNAME = 8;
/** RegularExpression Id. */
int DIGIT = 9;
/** RegularExpression Id. */
int DIGIT19 = 10;
/** RegularExpression Id. */
int OTHER = 11;
/** RegularExpression Id. */
int DOT = 12;
/** RegularExpression Id. */
int OR = 13;
/** RegularExpression Id. */
int AND = 14;
/** RegularExpression Id. */
int NOT = 15;
/** RegularExpression Id. */
int OP = 16;
/** RegularExpression Id. */
int INTEGER = 17;
/** RegularExpression Id. */
int NUMBER = 18;
/** RegularExpression Id. */
int FRAC = 19;
/** RegularExpression Id. */
int EXP = 20;
/** RegularExpression Id. */
int EXPONENT = 21;
/** RegularExpression Id. */
int IDENTIFIER = 22;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"\"\\n\"",
"\"\\r\"",
"\"[\"",
"\"]\"",
"",
"",
"",
"",
"\"-\"",
"\".\"",
"\"||\"",
"\"&&\"",
"\"!\"",
"",
"",
"",
"",
"",
"",
"",
"\"(\"",
"\")\"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy