/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package gen; /** * 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 = 12; /** RegularExpression Id. */ int DOUBLE = 13; /** RegularExpression Id. */ int EXPON = 14; /** RegularExpression Id. */ int TRUE = 22; /** RegularExpression Id. */ int FALSE = 23; /** RegularExpression Id. */ int CHAR = 24; /** RegularExpression Id. */ int STRING = 25; /** RegularExpression Id. */ int TEXT = 26; /** RegularExpression Id. */ int IDENT = 27; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "", "\"(and\"", "\")\"", "\"(or\"", "\"(->\"", "\"(not\"", "\"(ForAll\"", "\"in\"", "\"(Exists\"", "\"instance\"", "\"solution\"", "\"(\"", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\r\\n\"", "", "", "\"true\"", "\"false\"", "", "", "", "", }; }