/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package csp; /** * 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 = 27; /** RegularExpression Id. */ int DOUBLE = 28; /** RegularExpression Id. */ int EXPON = 29; /** RegularExpression Id. */ int TRUE = 37; /** RegularExpression Id. */ int FALSE = 38; /** RegularExpression Id. */ int CHAR = 39; /** RegularExpression Id. */ int STRING = 40; /** RegularExpression Id. */ int TEXT = 41; /** RegularExpression Id. */ int IDENT = 42; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "", "\"(\"", "\"{\"", "\"}\"", "\")\"", "\".\"", "\"from\"", "\"Alice\"", "\"Bob\"", "\"instance\"", "\"solution\"", "\"of\"", "\"request[\"", "\"]\"", "\"transaction[\"", "\"propose\"", "\"oppose\"", "\"provide\"", "\"solve\"", "\"no\"", "\"opposition\"", "\"strengthening\"", "\"refuting\"", "\"red\"", "\"black\"", "\"[\"", "\"->\"", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\r\\n\"", "", "", "\"true\"", "\"false\"", "", "", "", "", }; }