/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package classes; public interface TheParserConstants { int EOF = 0; int INT = 33; int STRING = 34; int TRUE = 35; int FALSE = 36; int DOUBLE = 37; int IDENT = 38; int TEXT = 39; int CHAR = 40; int DEFAULT = 0; String[] tokenImage = { "", "\"assign[\"", "\"]\"", "\"+\"", "\"-\"", "\"player\"", "\"type[\"", "\"deriv[\"", "\"rm\"", "\"[\"", "\"finish\"", "\"history[\"", "\"round\"", "\"ptrans[\"", "\"trans[\"", "\"BUY\"", "\"CREATE\"", "\"REOFFER\"", "\"DELIVER\"", "\"FINISH\"", "\"players[\"", "\"accounts[\"", "\"store[\"", "\"pstore\"", "\"forsale\"", "\"bought\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\r\\n\"", "", "", "", "", "\"true\"", "\"false\"", "", "", "", "", }; }