/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package protocol; /** * 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 = 21; /** RegularExpression Id. */ int DOUBLE = 22; /** RegularExpression Id. */ int EXPON = 23; /** RegularExpression Id. */ int TRUE = 31; /** RegularExpression Id. */ int FALSE = 32; /** RegularExpression Id. */ int CHAR = 33; /** RegularExpression Id. */ int STRING = 34; /** RegularExpression Id. */ int TEXT = 35; /** RegularExpression Id. */ int IDENT = 36; /** 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\"", "", "", "", "", }; }