01: /* Generated By:JJTree&JavaCC: Do not edit this line. BDEParserConstants.java */
02: package org.netbeans.performance.bde.generated;
03:
04: public interface BDEParserConstants {
05:
06: int EOF = 0;
07: int INTEGER_LITERAL = 7;
08: int DECIMAL_LITERAL = 8;
09: int HEX_LITERAL = 9;
10: int OCTAL_LITERAL = 10;
11:
12: int DEFAULT = 0;
13:
14: String[] tokenImage = { "<EOF>", "\" \"", "\"\\t\"", "\"\\n\"",
15: "\"\\r\"", "<token of kind 5>", "<token of kind 6>",
16: "<INTEGER_LITERAL>", "<DECIMAL_LITERAL>", "<HEX_LITERAL>",
17: "<OCTAL_LITERAL>", "<token of kind 11>",
18: "<token of kind 12>", "<token of kind 13>",
19: "<token of kind 14>", "\";\"", "\"load\"", "\"store\"",
20: "<token of kind 18>", "\":\"", "\"[\"", "\"]\"", "\"@\"",
21: "<token of kind 23>", "\",\"", "<token of kind 25>",
22: "\"=\"", "\"..\"", };
23:
24: }
|