/* Generated By:JavaCC: Do not edit this line. RSLParserConstants.java */
/*
* Copyright 1999-2006 University of Chicago
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.globus.rsl;
public interface RSLParserConstants {
int EOF = 0;
int EQUAL = 6;
int NOT_EQUAL = 7;
int GREATER_THAN = 8;
int GREATER_THAN_EQUAL = 9;
int LESS_THAN = 10;
int LESS_THAN_EQUAL = 11;
int AND = 12;
int OR = 13;
int MULTI = 14;
int RPAREN = 15;
int LPAREN = 16;
int VARSTART = 17;
int VARIABLES = 18;
int VARIABLES_DQUOTE = 19;
int VARIABLES_SQUOTE = 20;
int CHARACTER = 21;
int DIGIT = 22;
int OTHER_CHAR = 23;
int UNQUOTED_LITERAL = 24;
int DOUBLE_QUOTED_LITERAL = 25;
int SINGLE_QUOTED_LITERAL = 26;
int DEFAULT = 0;
String[] tokenImage = {
"<EOF>",
"\" \"",
"\"\\t\"",
"\"\\r\"",
"\"\\n\"",
"<token of kind 5>",
"\"=\"",
"\"!=\"",
"\">\"",
"\">=\"",
"\"<\"",
"\"<=\"",
"\"&\"",
"\"|\"",
"\"+\"",
"\"(\"",
"\")\"",
"\"$(\"",
"<VARIABLES>",
"<VARIABLES_DQUOTE>",
"<VARIABLES_SQUOTE>",
"<CHARACTER>",
"<DIGIT>",
"<OTHER_CHAR>",
"<UNQUOTED_LITERAL>",
"<DOUBLE_QUOTED_LITERAL>",
"<SINGLE_QUOTED_LITERAL>",
"\"#\"",
};
}