/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package scg.history; public interface TheParserConstants { int EOF = 0; int INT = 52; int DOUBLE = 53; int EXPON = 54; int TRUE = 62; int FALSE = 63; int CHAR = 64; int STRING = 65; int TEXT = 66; int IDENT = 67; int DEFAULT = 0; 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\"", "", "", "", "", }; }