/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package gen; /** * Token literal values and constants. * Generated by org.javacc.parser.OtherFilesGen#start() */ public interface TheParserConstants { /** End of File. */ int EOF = 0; /** RegularExpression Id. */ int INT = 14; /** RegularExpression Id. */ int DOUBLE = 15; /** RegularExpression Id. */ int EXPON = 16; /** RegularExpression Id. */ int TRUE = 24; /** RegularExpression Id. */ int FALSE = 25; /** RegularExpression Id. */ int CHAR = 26; /** RegularExpression Id. */ int STRING = 27; /** RegularExpression Id. */ int TEXT = 28; /** RegularExpression Id. */ int IDENT = 29; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "", "\"playground\"", "\"game-specific intensional definition\"", "\"claim\"", "\"protocol\"", "\"IP\"", "\"IS\"", "\"START\"", "\"END\"", "\"game-specific Instance\"", "\"game-specific Solution\"", "\"domain\"", "\"red\"", "\"black\"", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\r\\n\"", "", "", "\"true\"", "\"false\"", "", "", "", "", }; }