/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ public interface ParserConstants { int EOF = 0; int DECIMAL_LITERAL = 81; int HEX_LITERAL = 82; int OCTAL_LITERAL = 83; int FLOATING_POINT_LITERAL = 84; int EXPONENT = 85; int CHARACTER_LITERAL = 86; int STRING_LITERAL = 87; int TEXT_LITERAL = 88; int TRUE = 89; int FALSE = 90; int IDENTIFIER = 91; int LETTER = 92; int DIGIT = 93; int LINE = 94; int WORD = 99; int DEFAULT = 0; int Line = 1; int Word = 2; String[] tokenImage = { "<EOF>", "\"<blackboard>\"", "\"<players>\"", "\"</players>\"", "\"<transactions>\"", "\"</transactions>\"", "\"</blackboard>\"", "\"<player>\"", "\"<account>\"", "\"</account>\"", "\"<turn>\"", "\"</turn>\"", "\"</player>\"", "\"<playerName>\"", "\"</playerName>\"", "\"<publicKey>\"", "\"</publicKey>\"", "\"<history>\"", "\"</history>\"", "\"<store>\"", "\"</store>\"", "\"<trans>\"", "\"</trans>\"", "\"<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>\"", "\"<lit>\"", "\"</lit>\"", "\"<pos>\"", "\"</pos>\"", "\"<neg>\"", "\"</neg>\"", "\"<v>\"", "\"</v>\"", "\"<assignment>\"", "\"</assignment>\"", "\"<quality>\"", "\"</quality>\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "<token of kind 79>", "<token of kind 80>", "<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>", }; }