![JAR search and dependency download from the Maven repository](/logo.png)
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-jdk1.6-j2ee1.3 Show documentation
Show all versions of mockrunner-jdk1.6-j2ee1.3 Show documentation
Mockrunner is a lightweight framework for unit testing applications
in the J2EE environment. It supports servlets, filters, tag classes
and Struts actions. It includes a JDBC a JMS and a JCA test
framework and can be used to test EJB based applications.
The newest version!
/* 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\"",
"",
"",
"",
"",
"",
"",
"",
"\"=\"",
"\"<>\"",
"\">\"",
"\">=\"",
"\"<\"",
"\"<=\"",
"\"(\"",
"\",\"",
"\")\"",
"\"+\"",
"\"-\"",
"\"*\"",
"\"/\"",
"\"%\"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy