/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package scg.history; /** * 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 = 52; /** RegularExpression Id. */ int DOUBLE = 53; /** RegularExpression Id. */ int EXPON = 54; /** RegularExpression Id. */ int TRUE = 62; /** RegularExpression Id. */ int FALSE = 63; /** RegularExpression Id. */ int CHAR = 64; /** RegularExpression Id. */ int STRING = 65; /** RegularExpression Id. */ int TEXT = 66; /** RegularExpression Id. */ int IDENT = 67; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "", "\"claim\"", "\"proposer\"", "\"opposer\"", "\"action\"", "\"responses\"", "\"winner\"", "\"pointsWon\"", "\"provider\"", "\"pr\"", "\"request\"", "\"reply\"", "\"teamName\"", "\"reputation\"", "\".\"", "\"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\"", "", "", "", "", }; }