org.activemq.selector.mockrunner.SelectorParserConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockrunner-jms Show documentation
Show all versions of mockrunner-jms Show documentation
Mock classes for Java Messaging System
/* Generated By:JavaCC: Do not edit this line. SelectorParserConstants.java */
/**
* Alwin Ibba: Changed package
*/
package org.activemq.selector.mockrunner;
public interface SelectorParserConstants {
int EOF = 0;
int LINE_COMMENT = 6;
int BLOCK_COMMENT = 7;
int NOT = 8;
int AND = 9;
int OR = 10;
int BETWEEN = 11;
int LIKE = 12;
int ESCAPE = 13;
int IN = 14;
int IS = 15;
int TRUE = 16;
int FALSE = 17;
int NULL = 18;
int XPATH = 19;
int XQUERY = 20;
int DECIMAL_LITERAL = 21;
int HEX_LITERAL = 22;
int OCTAL_LITERAL = 23;
int FLOATING_POINT_LITERAL = 24;
int EXPONENT = 25;
int STRING_LITERAL = 26;
int ID = 27;
int DEFAULT = 0;
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"\"\\n\"",
"\"\\r\"",
"\"\\f\"",
"",
"",
"\"NOT\"",
"\"AND\"",
"\"OR\"",
"\"BETWEEN\"",
"\"LIKE\"",
"\"ESCAPE\"",
"\"IN\"",
"\"IS\"",
"\"TRUE\"",
"\"FALSE\"",
"\"NULL\"",
"\"XPATH\"",
"\"XQUERY\"",
"",
"",
"",
"",
"",
"",
"",
"\"=\"",
"\"<>\"",
"\">\"",
"\">=\"",
"\"<\"",
"\"<=\"",
"\"(\"",
"\",\"",
"\")\"",
"\"+\"",
"\"-\"",
"\"*\"",
"\"/\"",
"\"%\"",
};
}