/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ public interface ParserConstants { int EOF = 0; int DECIMAL_LITERAL = 100; int HEX_LITERAL = 101; int OCTAL_LITERAL = 102; int FLOATING_POINT_LITERAL = 103; int EXPONENT = 104; int CHARACTER_LITERAL = 105; int STRING_LITERAL = 106; int TEXT_LITERAL = 107; int TRUE = 108; int FALSE = 109; int IDENTIFIER = 110; int LETTER = 111; int DIGIT = 112; int LINE = 113; int WORD = 118; int DEFAULT = 0; int Line = 1; int Word = 2; String[] tokenImage = { "", "\"package\"", "\";\"", "\"import\"", "\".*\"", "\"abstract\"", "\"final\"", "\"public\"", "\"class\"", "\"extends\"", "\"implements\"", "\"{\"", "\"}\"", "\"static\"", "\"protected\"", "\"private\"", "\"interface\"", "\"(\"", "\"native\"", "\"synchronized\"", "\"=\"", "\"[\"", "\"]\"", "\",\"", "\"throws\"", "\")\"", "\"this\"", "\".\"", "\"super\"", "\"transient\"", "\"volatile\"", "\"boolean\"", "\"byte\"", "\"char\"", "\"short\"", "\"int\"", "\"float\"", "\"long\"", "\"double\"", "\"void\"", "\"*=\"", "\"/=\"", "\"%=\"", "\"+=\"", "\"-=\"", "\"<<=\"", "\">>=\"", "\">>>=\"", "\"&=\"", "\"^=\"", "\"|=\"", "\"?\"", "\":\"", "\"==\"", "\"!=\"", "\"instanceof\"", "\"<\"", "\">\"", "\"<=\"", "\">=\"", "\"<<\"", "\">>\"", "\">>>\"", "\"+\"", "\"-\"", "\"*\"", "\"/\"", "\"%\"", "\"++\"", "\"--\"", "\"!\"", "\"~\"", "\"null\"", "\"new\"", "\"switch\"", "\"case\"", "\"default\"", "\"if\"", "\"else\"", "\"while\"", "\"do\"", "\"for\"", "\"break\"", "\"continue\"", "\"return\"", "\"throw\"", "\"try\"", "\"finally\"", "\"catch\"", "\"||\"", "\"&&\"", "\"|\"", "\"^\"", "\"&\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", "", "", "", "", "", "", "", "", "", "\"true\"", "\"false\"", "", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", }; }