/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ public interface ParserConstants { int EOF = 0; int DECIMAL_LITERAL = 49; int HEX_LITERAL = 50; int OCTAL_LITERAL = 51; int FLOATING_POINT_LITERAL = 52; int EXPONENT = 53; int CHARACTER_LITERAL = 54; int STRING_LITERAL = 55; int TEXT_LITERAL = 56; int TRUE = 57; int FALSE = 58; int IDENTIFIER = 59; int LETTER = 60; int DIGIT = 61; int LINE = 62; int WORD = 67; int DEFAULT = 0; int Line = 1; int Word = 2; String[] tokenImage = { "", "\"aspect\"", "\"(\"", "\"ClassDictionary\"", "\")\"", "\"Traversal\"", "\"{\"", "\"declare\"", "\"chosen\"", "\"selector:\"", "\";\"", "\"class\"", "\"dictionary:\"", "\"}\"", "\"strategy\"", "\":\"", "\"node\"", "\"set\"", "\"or\"", "\"and\"", "\"!\"", "\"nodes\"", "\"regexp\"", "\"*\"", "\"with\"", "\"->\"", "\"source:\"", "\"target:\"", "\"from\"", "\"through\"", "\"via\"", "\"bypassing\"", "\"only-through\"", "\"to\"", "\"to-stop\"", "\",\"", "\"join\"", "\"merge\"", "\"intersect\"", "\"=\"", "\"=>\"", "\":>\"", "\".\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", "", "", "", "", "", "", "", "", "", "\"true\"", "\"false\"", "", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", }; }