/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package scg; public interface TheParserConstants { int EOF = 0; int INT = 44; int DOUBLE = 45; int EXPON = 46; int TRUE = 54; int FALSE = 55; int CHAR = 56; int STRING = 57; int TEXT = 58; int IDENT = 59; int DEFAULT = 0; 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\"", "", "", "", "", }; }