/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package scg.net; public interface TheParserConstants { int EOF = 0; int INT = 7; int DOUBLE = 8; int EXPON = 9; int TRUE = 17; int FALSE = 18; int CHAR = 19; int STRING = 20; int TEXT = 21; int IDENT = 22; int DEFAULT = 0; String[] tokenImage = { "", "\"playerspec[\"", "\"]\"", "\"passwd[\"", "\"team[\"", "\"red\"", "\"black\"", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\r\\n\"", "", "", "\"true\"", "\"false\"", "", "", "", "", }; }