/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ public interface ParserConstants { int EOF = 0; int DECIMAL_LITERAL = 27; int HEX_LITERAL = 28; int OCTAL_LITERAL = 29; int FLOATING_POINT_LITERAL = 30; int EXPONENT = 31; int CHARACTER_LITERAL = 32; int STRING_LITERAL = 33; int TEXT_LITERAL = 34; int TRUE = 35; int FALSE = 36; int IDENTIFIER = 37; int LETTER = 38; int DIGIT = 39; int LINE = 40; int WORD = 45; int DEFAULT = 0; int Line = 1; int Word = 2; String[] tokenImage = { "", "\"within\"", "\"(\"", "\")\"", "\"target\"", "\"this\"", "\"call\"", "\"execution\"", "\"withincode\"", "\"&&\"", "\"||\"", "\"!\"", "\"?\"", "\"??\"", "\".\"", "\"public\"", "\"..\"", "\"+\"", "\"*\"", "\"&\"", "\"|\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", "", "", "", "", "", "", "", "", "", "\"true\"", "\"false\"", "", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", }; }