/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package scg; /** * 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 = 44; /** RegularExpression Id. */ int DOUBLE = 45; /** RegularExpression Id. */ int EXPON = 46; /** RegularExpression Id. */ int TRUE = 54; /** RegularExpression Id. */ int FALSE = 55; /** RegularExpression Id. */ int CHAR = 56; /** RegularExpression Id. */ int STRING = 57; /** RegularExpression Id. */ int TEXT = 58; /** RegularExpression Id. */ int IDENT = 59; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "", "\"add_tournament\"", "\"tournament_state\"", "\"sign_up\"", "\"approve_user\"", "\"register_player\"", "\".\"", "\"from\"", "\"Alice\"", "\"Bob\"", "\"instance\"", "\"solution\"", "\"of\"", "\"propose\"", "\"oppose\"", "\"protocolRequest\"", "\"provide\"", "\"solve\"", "\"protocolResponse\"", "\"agree\"", "\"strengthening\"", "\"refuting\"", "\"scg_config[\"", "\"domain:\"", "\"protocols:\"", "\"tournamentStyle:\"", "\"turnDuration:\"", "\"maxNumAvatars:\"", "\"minStrengthening:\"", "\"initialReputation:\"", "\"maxReputation:\"", "\"reputationFactor:\"", "\"minProposals:\"", "\"maxProposals:\"", "\"numRounds:\"", "\"proposedClaimMustBeNew:\"", "\"minConfidence:\"", "\"]\"", "\"full\"", "\"round-robin\"", "\"knockout\"", "\"swiss\"", "\"red\"", "\"black\"", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\r\\n\"", "", "", "\"true\"", "\"false\"", "", "", "", "", }; }