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