/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ public interface ParserConstants { int EOF = 0; int DECIMAL_LITERAL = 35; int HEX_LITERAL = 36; int OCTAL_LITERAL = 37; int FLOATING_POINT_LITERAL = 38; int EXPONENT = 39; int CHARACTER_LITERAL = 40; int STRING_LITERAL = 41; int TEXT_LITERAL = 42; int TRUE = 43; int FALSE = 44; int IDENTIFIER = 45; int LETTER = 46; int DIGIT = 47; int LINE = 48; int WORD = 53; int DEFAULT = 0; int Line = 1; int Word = 2; String[] tokenImage = { "", "\"BusRoute:\"", "\"total\"", "\"route\"", "\"length\"", "\":\"", "\"consisting\"", "\"of\"", "\"bus\"", "\"stops\"", "\"with\"", "\"assigned\"", "\"busses\"", "\"at:\"", "\"waiting\"", "\"list\"", "\"currently\"", "\"at\"", "\"stop\"", "\"capacity:\"", "\"speed:\"", "\"carrying\"", "\"passenger(s)\"", "\"destination:\"", "\"ft\"", "\"passengers\"", "\"ft/min\"", "\"(\"", "\")\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", "", "", "", "", "", "", "", "", "", "\"true\"", "\"false\"", "", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", }; }