/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ package edu.neu.ccs.demeter.aplib.cd; public interface ParserConstants { int EOF = 0; int DECIMAL_LITERAL = 48; int HEX_LITERAL = 49; int OCTAL_LITERAL = 50; int FLOATING_POINT_LITERAL = 51; int EXPONENT = 52; int CHARACTER_LITERAL = 53; int STRING_LITERAL = 54; int TEXT_LITERAL = 55; int TRUE = 56; int FALSE = 57; int IDENTIFIER = 58; int LETTER = 59; int DIGIT = 60; int LINE = 61; int WORD = 66; int DEFAULT = 0; int Line = 1; int Word = 2; String[] tokenImage = { "", "\"package\"", "\";\"", "\"import\"", "\".*\"", "\".\"", "\"(\"", "\")\"", "\"<\"", "\">\"", "\"[\"", "\"]\"", "\"=\"", "\":\"", "\"~\"", "\"}\"", "\"{\"", "\"+\"", "\"-\"", "\"*l\"", "\"*s\"", "\"parse\"", "\"noparse\"", "\"visitors\"", "\"endvisitors\"", "\"visitor\"", "\"notparsed\"", "\"derived\"", "\"init\"", "\"common\"", "\"lookahead\"", "\"public\"", "\"final\"", "\"interface\"", "\"static\"", "\"read-only\"", "\"private\"", "\"extends\"", "\"implements\"", "\"EOF\"", "\",\"", "\"|\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", "", "", "", "", "", "", "", "", "", "\"true\"", "\"false\"", "", "", "", "", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "", }; }