/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ public interface ParserConstants { int EOF = 0; int DECIMAL_LITERAL = 25; int HEX_LITERAL = 26; int OCTAL_LITERAL = 27; int FLOATING_POINT_LITERAL = 28; int EXPONENT = 29; int CHARACTER_LITERAL = 30; int STRING_LITERAL = 31; int TEXT_LITERAL = 32; int TRUE = 33; int FALSE = 34; int IDENTIFIER = 35; int LETTER = 36; int DIGIT = 37; int LINE = 38; int WORD = 43; int DEFAULT = 0; int Line = 1; int Word = 2; String[] tokenImage = { "", "\"tracematch\"", "\"(\"", "\")\"", "\"sym\"", "\":\"", "\";\"", "\"before\"", "\"after\"", "\"call\"", "\"*\"", "\".\"", "\"(..)\"", "\"target\"", "\"this\"", "\"|\"", "\"&\"", "\"regex\"", "\",\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", "", "", "", "", "", "", "", "", "", "\"true\"", "\"false\"", "", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", }; }