/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package gen; public interface TheParserConstants { int EOF = 0; int TRUE = 30; int FALSE = 31; int INT = 32; int DOUBLE = 33; int EXPON = 34; int CHAR = 35; int STRING = 36; int TEXT = 37; int IDENT = 38; int DEFAULT = 0; String[] tokenImage = { "", "\"VAL\"", "\"pred\"", "\"challenge\"", "\"[\"", "\"]\"", "\"rm\"", "\"finish\"", "\"history\"", "\"round\"", "\"BUY\"", "\"CREATE\"", "\"REOFFER\"", "\"DELIVER\"", "\"FINISH\"", "\"SDG\"", "\"players\"", "\"accounts\"", "\"store\"", "\"config\"", "\"player\"", "\"pstore\"", "\"bought\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\r\\n\"", "", "", "\"true\"", "\"false\"", "", "", "", "", "", "", "", }; }