YamParserTreeConstants.java
01 /* Generated By:JJTree: Do not edit this line. ./YamParserTreeConstants.java */
02 
03 package gate.yam.parse;
04 
05 public interface YamParserTreeConstants
06 {
07   public int JJTYAMDOCUMENT = 0;
08   public int JJTSEP = 1;
09   public int JJTTITLE = 2;
10   public int JJTTEXT = 3;
11   public int JJTVERBATIM = 4;
12   public int JJTWORD = 5;
13   public int JJTESCAPE = 6;
14   public int JJTPLAIN = 7;
15   public int JJTCONTROL = 8;
16   public int JJTTARGETCONTROL = 9;
17   public int JJTHR = 10;
18   public int JJTURL = 11;
19   public int JJTANCHOR = 12;
20   public int JJTBR = 13;
21   public int JJTNBSP = 14;
22   public int JJTUNIT = 15;
23   public int JJTSECTIONHEAD = 16;
24   public int JJTSECTIONTEXT = 17;
25   public int JJTPARAGRAPH = 18;
26   public int JJTLIST = 19;
27   public int JJTLISTITEM = 20;
28   public int JJTOLIST = 21;
29   public int JJTULIST = 22;
30   public int JJTTABLE = 23;
31   public int JJTROW = 24;
32   public int JJTCOLUMN = 25;
33   public int JJTTABLESEP = 26;
34   public int JJTWHSP = 27;
35   public int JJTCONTENTS = 28;
36   public int JJTPREDICATE = 29;
37   public int JJTTEXTORTABLE = 30;
38 
39 
40   public String[] jjtNodeName = {
41     "YamDocument",
42     "Sep",
43     "Title",
44     "Text",
45     "Verbatim",
46     "Word",
47     "Escape",
48     "Plain",
49     "Control",
50     "TargetControl",
51     "Hr",
52     "Url",
53     "Anchor",
54     "Br",
55     "Nbsp",
56     "Unit",
57     "SectionHead",
58     "SectionText",
59     "Paragraph",
60     "List",
61     "ListItem",
62     "OList",
63     "UList",
64     "Table",
65     "Row",
66     "Column",
67     "TableSep",
68     "Whsp",
69     "Contents",
70     "Predicate",
71     "TextOrTable",
72   };
73 }