01: /* Generated By:JavaCC: Do not edit this line. mtGrammarConstants.java */
02: package org.apache.derby.impl.tools.ij;
03:
04: public interface mtGrammarConstants {
05:
06: int EOF = 0;
07: int SINGLE_LINE_SQLCOMMENT = 7;
08: int SINGLE_LINE_COMMENT = 8;
09: int SINGLE_LINE_COMMENT2 = 9;
10: int CASE = 10;
11: int FILE = 11;
12: int LAST = 12;
13: int INIT = 13;
14: int WEIGHT = 14;
15: int DESCRIPTION = 15;
16: int IGNOREERRORS = 16;
17: int PROPERTIES = 17;
18: int THREADS = 18;
19: int RUNTIME = 19;
20: int INT = 20;
21: int WORD = 21;
22: int STRING = 22;
23: int COMMA = 23;
24: int COLON = 24;
25:
26: int DEFAULT = 0;
27:
28: String[] tokenImage = { "<EOF>", "\" \"", "\"\\t\"", "\"\\r\\n\"",
29: "\"\\n\"", "\"\\r\"", "\"\\f\"",
30: "<SINGLE_LINE_SQLCOMMENT>", "<SINGLE_LINE_COMMENT>",
31: "<SINGLE_LINE_COMMENT2>", "\"case:\"", "\"file:\"",
32: "\"last:\"", "\"init:\"", "\"weight:\"",
33: "\"description:\"", "\"ignoreErrors:\"", "\"properties:\"",
34: "\"threads:\"", "\"runtime:\"", "<INT>", "<WORD>",
35: "<STRING>", "\",\"", "\":\"", };
36:
37: }
|