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