/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */
package EDU.neu.ccs.demeter.tools.apstudio.graphedit;

public interface ParserConstants {

  int EOF = 0;
  int DECIMAL_LITERAL = 131;
  int HEX_LITERAL = 132;
  int OCTAL_LITERAL = 133;
  int FLOATING_POINT_LITERAL = 134;
  int EXPONENT = 135;
  int CHARACTER_LITERAL = 136;
  int STRING_LITERAL = 137;
  int TEXT_LITERAL = 138;
  int TRUE = 139;
  int FALSE = 140;
  int IDENTIFIER = 141;
  int LETTER = 142;
  int DIGIT = 143;
  int LINE = 144;
  int WORD = 149;

  int DEFAULT = 0;
  int Line = 1;
  int Word = 2;

  String[] tokenImage = {
    "<EOF>",
    "\"#Class\"",
    "\"#Dictionary\"",
    "\"#Graph\"",
    "\"#Vertex\"",
    "\"#List\"",
    "\"#parse\"",
    "\"#noparse\"",
    "\"#Incoming\"",
    "\"#Outgoing\"",
    "\"#ConstVertex\"",
    "\"#Before\"",
    "\"#After\"",
    "\"#AltVertex\"",
    "\"#Interface\"",
    "\"#public\"",
    "\"#TermConstVertex\"",
    "\"#TermInterface\"",
    "\"#final\"",
    "\"#Edge\"",
    "\"#AltEdge\"",
    "\"#ExtendEdge\"",
    "\"#ImplEdge\"",
    "\"#ConstEdge\"",
    "\"#static\"",
    "\"#read-only\"",
    "\"#private\"",
    "\"#Cardinality\"",
    "\".\"",
    "\"{\"",
    "\"}\"",
    "\"travstat\"",
    "\"import\"",
    "\";\"",
    "\".*\"",
    "\"tg:\"",
    "\"package\"",
    "\"(\"",
    "\")\"",
    "\"<\"",
    "\">\"",
    "\"[\"",
    "\"]\"",
    "\"=\"",
    "\":\"",
    "\"~\"",
    "\"+\"",
    "\"-\"",
    "\"*l\"",
    "\"*s\"",
    "\"*EOF*\"",
    "\"strategy\"",
    "\"vec:\"",
    "\"source:\"",
    "\"source-edge:\"",
    "\"target:\"",
    "\"->\"",
    "\"through\"",
    "\"via\"",
    "\"bypassing\"",
    "\"only-through\"",
    "\"to\"",
    "\"to-stop\"",
    "\"do\"",
    "\"join\"",
    "\"merge\"",
    "\"intersect\"",
    "\",\"",
    "\"=>\"",
    "\":>\"",
    "\"*\"",
    "\"wrappers:\"",
    "\"exact:\"",
    "\"partnames:\"",
    "\"globs:\"",
    "\"traversal\"",
    "\"public\"",
    "\"protected\"",
    "\"private\"",
    "\"static\"",
    "\"final\"",
    "\"abstract\"",
    "\"throws\"",
    "\"with\"",
    "\"before\"",
    "\"around\"",
    "\"after\"",
    "\"get\"",
    "\"set\"",
    "\"init\"",
    "\"start\"",
    "\"finish\"",
    "\"return\"",
    "\"parse\"",
    "\"noparse\"",
    "\"visitors\"",
    "\"endvisitors\"",
    "\"visitor\"",
    "\"notparsed\"",
    "\"derived\"",
    "\"common\"",
    "\"lookahead\"",
    "\"*parse*\"",
    "\"*noparse*\"",
    "\"*visitors*\"",
    "\"*endvisitors*\"",
    "\"*public*\"",
    "\"*final*\"",
    "\"interface\"",
    "\"*interface*\"",
    "\"*visitor*\"",
    "\"*notparsed*\"",
    "\"*static*\"",
    "\"read-only\"",
    "\"*read-only*\"",
    "\"*private*\"",
    "\"*derived*\"",
    "\"*init*\"",
    "\"extends\"",
    "\"*extends*\"",
    "\"implements\"",
    "\"*implements*\"",
    "\"*common*\"",
    "\"*lookahead*\"",
    "\"|\"",
    "\" \"",
    "\"\\t\"",
    "\"\\n\"",
    "\"\\r\"",
    "<token of kind 129>",
    "<token of kind 130>",
    "<DECIMAL_LITERAL>",
    "<HEX_LITERAL>",
    "<OCTAL_LITERAL>",
    "<FLOATING_POINT_LITERAL>",
    "<EXPONENT>",
    "<CHARACTER_LITERAL>",
    "<STRING_LITERAL>",
    "<TEXT_LITERAL>",
    "\"true\"",
    "\"false\"",
    "<IDENTIFIER>",
    "<LETTER>",
    "<DIGIT>",
    "<LINE>",
    "\" \"",
    "\"\\t\"",
    "\"\\n\"",
    "\"\\r\"",
    "<WORD>",
  };

}

