/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ public interface ParserConstants { int EOF = 0; int DECIMAL_LITERAL = 30; int HEX_LITERAL = 31; int OCTAL_LITERAL = 32; int FLOATING_POINT_LITERAL = 33; int EXPONENT = 34; int CHARACTER_LITERAL = 35; int STRING_LITERAL = 36; int TEXT_LITERAL = 37; int TRUE = 38; int FALSE = 39; int IDENTIFIER = 40; int LETTER = 41; int DIGIT = 42; int LINE = 43; int WORD = 48; int DEFAULT = 0; int Line = 1; int Word = 2; String[] tokenImage = { "", "\"history\"", "\"(\"", "\")\"", "\"entry\"", "\"exit\"", "\"pointcut\"", "\"abstract\"", "\"pattern\"", "\"concrete\"", "\"::=\"", "\"call\"", "\"ordered\"", "\"ordered with bypassing\"", "\"bypassing\"", "\"[\"", "\"]\"", "\"{\"", "\"}\"", "\"modifiers\"", "\"formals\"", "\"actuals\"", "\"()\"", "\"|\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", "", "", "", "", "", "", "", "", "", "\"true\"", "\"false\"", "", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", }; }