/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */
public interface ParserConstants {

  int EOF = 0;
  int DECIMAL_LITERAL = 73;
  int HEX_LITERAL = 74;
  int OCTAL_LITERAL = 75;
  int FLOATING_POINT_LITERAL = 76;
  int EXPONENT = 77;
  int CHARACTER_LITERAL = 78;
  int STRING_LITERAL = 79;
  int TEXT_LITERAL = 80;
  int TRUE = 81;
  int FALSE = 82;
  int IDENTIFIER = 83;
  int LETTER = 84;
  int DIGIT = 85;
  int LINE = 86;
  int WORD = 91;

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

  String[] tokenImage = {
    "<EOF>",
    "\"<players>\"",
    "\"</players>\"",
    "\"<transactions>\"",
    "\"</transactions>\"",
    "\"<player>\"",
    "\"<account>\"",
    "\"</account>\"",
    "\"<turn>\"",
    "\"</turn>\"",
    "\"</player>\"",
    "\"<playerName>\"",
    "\"</playerName>\"",
    "\"<publicKey>\"",
    "\"</publicKey>\"",
    "\"<history>\"",
    "\"</history>\"",
    "\"<store>\"",
    "\"</store>\"",
    "\"<buy>\"",
    "\"</buy>\"",
    "\"<create>\"",
    "\"</create>\"",
    "\"<deliver>\"",
    "\"</deliver>\"",
    "\"<finish>\"",
    "\"</finish>\"",
    "\"<digitalSignature>\"",
    "\"</digitalSignature>\"",
    "\"<derivative>\"",
    "\"<creator>\"",
    "\"</creator>\"",
    "\"<price>\"",
    "\"</price>\"",
    "\"<boughtBy>\"",
    "\"</boughtBy>\"",
    "\"</derivative>\"",
    "\"<finishedProduct>\"",
    "\"</finishedProduct>\"",
    "\"<derivativeName>\"",
    "\"</derivativeName>\"",
    "\"<money>\"",
    "\"</money>\"",
    "\"<derivativeType>\"",
    "\"</derivativeType>\"",
    "\"<clauseType>\"",
    "\"</clauseType>\"",
    "\"<totalLiterals>\"",
    "\"</totalLiterals>\"",
    "\"<posLiterals>\"",
    "\"</posLiterals>\"",
    "\"<rawMaterial>\"",
    "\"</rawMaterial>\"",
    "\"<clause>\"",
    "\"<literals>\"",
    "\"</literals>\"",
    "\"</clause>\"",
    "\"<weight>\"",
    "\"</weight>\"",
    "\"<posLiteral>\"",
    "\"</posLiteral>\"",
    "\"<negLiteral>\"",
    "\"</negLiteral>\"",
    "\"<assignment>\"",
    "\"</assignment>\"",
    "\"<quality>\"",
    "\"</quality>\"",
    "\" \"",
    "\"\\t\"",
    "\"\\n\"",
    "\"\\r\"",
    "<token of kind 71>",
    "<token of kind 72>",
    "<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>",
  };

}