/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ package edu.neu.ccs.demeter.aplib.sg; 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 = { "", "\"strategies\"", "\"node\"", "\"sets\"", "\"selector:\"", "\"class\"", "\"dictionary\"", "\"=\"", "\";\"", "\"(\"", "\")\"", "\"||\"", "\"&&\"", "\"!\"", "\"(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\"", "", }; }