001/* Generated By:JJTree&JavaCC: Do not edit this line. JmriServerParserConstants.java */
002package jmri.jmris.simpleserver.parser;
003
004
005/*
006 * Token literal values and constants.
007 * Generated by org.javacc.parser.OtherFilesGen#start()
008 */
009public interface JmriServerParserConstants {
010
011  /* End of File. */
012  int EOF = 0;
013  /* RegularExpression Id. */
014  int RETURN = 1;
015  /* RegularExpression Id. */
016  int CONTINUE = 2;
017  /* RegularExpression Id. */
018  int TAB = 3;
019  /* RegularExpression Id. */
020  int SPACE = 4;
021  /* RegularExpression Id. */
022  int EOL = 5;
023  /* RegularExpression Id. */
024  int A = 6;
025  /* RegularExpression Id. */
026  int B = 7;
027  /* RegularExpression Id. */
028  int C = 8;
029  /* RegularExpression Id. */
030  int D = 9;
031  /* RegularExpression Id. */
032  int E = 10;
033  /* RegularExpression Id. */
034  int F = 11;
035  /* RegularExpression Id. */
036  int G = 12;
037  /* RegularExpression Id. */
038  int H = 13;
039  /* RegularExpression Id. */
040  int I = 14;
041  /* RegularExpression Id. */
042  int J = 15;
043  /* RegularExpression Id. */
044  int K = 16;
045  /* RegularExpression Id. */
046  int L = 17;
047  /* RegularExpression Id. */
048  int M = 18;
049  /* RegularExpression Id. */
050  int N = 19;
051  /* RegularExpression Id. */
052  int O = 20;
053  /* RegularExpression Id. */
054  int P = 21;
055  /* RegularExpression Id. */
056  int Q = 22;
057  /* RegularExpression Id. */
058  int R = 23;
059  /* RegularExpression Id. */
060  int S = 24;
061  /* RegularExpression Id. */
062  int T = 25;
063  /* RegularExpression Id. */
064  int U = 26;
065  /* RegularExpression Id. */
066  int V = 27;
067  /* RegularExpression Id. */
068  int W = 28;
069  /* RegularExpression Id. */
070  int X = 29;
071  /* RegularExpression Id. */
072  int Y = 30;
073  /* RegularExpression Id. */
074  int Z = 31;
075  /* RegularExpression Id. */
076  int JMRITURNOUT = 33;
077  /* RegularExpression Id. */
078  int JMRISENSOR = 34;
079  /* RegularExpression Id. */
080  int JMRILIGHT = 35;
081  /* RegularExpression Id. */
082  int JMRIREPORTER = 36;
083  /* RegularExpression Id. */
084  int COMMA = 38;
085  /* RegularExpression Id. */
086  int ADDR = 39;
087  /* RegularExpression Id. */
088  int POWER = 40;
089  /* RegularExpression Id. */
090  int REPORTER = 41;
091  /* RegularExpression Id. */
092  int TURNOUT = 42;
093  /* RegularExpression Id. */
094  int LIGHT = 43;
095  /* RegularExpression Id. */
096  int SENSOR = 44;
097  /* RegularExpression Id. */
098  int THROTTLE = 45;
099  /* RegularExpression Id. */
100  int OPERATIONS = 46;
101  /* RegularExpression Id. */
102  int ONOFF = 47;
103  /* RegularExpression Id. */
104  int ON = 48;
105  /* RegularExpression Id. */
106  int OFF = 49;
107  /* RegularExpression Id. */
108  int THROWNCLOSED = 50;
109  /* RegularExpression Id. */
110  int THROWN = 51;
111  /* RegularExpression Id. */
112  int CLOSED = 52;
113  /* RegularExpression Id. */
114  int JULDATE = 53;
115  /* RegularExpression Id. */
116  int HOUR = 54;
117  /* RegularExpression Id. */
118  int MINSEC = 55;
119  /* RegularExpression Id. */
120  int DELAY = 56;
121  /* RegularExpression Id. */
122  int TRAIN = 57;
123  /* RegularExpression Id. */
124  int TRAINS = 58;
125  /* RegularExpression Id. */
126  int LOCATIONS = 59;
127  /* RegularExpression Id. */
128  int TRAINWEIGHT = 60;
129  /* RegularExpression Id. */
130  int TRAINLENGTH = 61;
131  /* RegularExpression Id. */
132  int TRAINCARS = 62;
133  /* RegularExpression Id. */
134  int TRAINLEADLOCO = 63;
135  /* RegularExpression Id. */
136  int TRAINCABOOSE = 64;
137  /* RegularExpression Id. */
138  int TRAINSTATUS = 65;
139  /* RegularExpression Id. */
140  int TRAINLOCATION = 66;
141  /* RegularExpression Id. */
142  int TERMINATE = 67;
143  /* RegularExpression Id. */
144  int EQUALS = 68;
145
146  /* Lexical state. */
147  int DEFAULT = 0;
148  /* Lexical state. */
149  int DEVICENAME = 1;
150  /* Lexical state. */
151  int VALUE = 2;
152
153  /* Literal token values. */
154  String[] tokenImage = {
155    "<EOF>",
156    "\"\\r\"",
157    "\"\\\\\\n\"",
158    "\"\\t\"",
159    "\" \"",
160    "\"\\n\"",
161    "<A>",
162    "<B>",
163    "<C>",
164    "<D>",
165    "<E>",
166    "<F>",
167    "<G>",
168    "<H>",
169    "<I>",
170    "<J>",
171    "<K>",
172    "<L>",
173    "<M>",
174    "<N>",
175    "<O>",
176    "<P>",
177    "<Q>",
178    "<R>",
179    "<S>",
180    "<T>",
181    "<U>",
182    "<V>",
183    "<W>",
184    "<X>",
185    "<Y>",
186    "<Z>",
187    "<token of kind 32>",
188    "<JMRITURNOUT>",
189    "<JMRISENSOR>",
190    "<JMRILIGHT>",
191    "<JMRIREPORTER>",
192    "<token of kind 37>",
193    "\",\"",
194    "<ADDR>",
195    "<POWER>",
196    "<REPORTER>",
197    "<TURNOUT>",
198    "<LIGHT>",
199    "<SENSOR>",
200    "<THROTTLE>",
201    "<OPERATIONS>",
202    "<ONOFF>",
203    "<ON>",
204    "<OFF>",
205    "<THROWNCLOSED>",
206    "<THROWN>",
207    "<CLOSED>",
208    "<JULDATE>",
209    "<HOUR>",
210    "<MINSEC>",
211    "<DELAY>",
212    "<TRAIN>",
213    "<TRAINS>",
214    "<LOCATIONS>",
215    "<TRAINWEIGHT>",
216    "<TRAINLENGTH>",
217    "<TRAINCARS>",
218    "<TRAINLEADLOCO>",
219    "<TRAINCABOOSE>",
220    "<TRAINSTATUS>",
221    "<TRAINLOCATION>",
222    "<TERMINATE>",
223    "\"=\"",
224  };
225
226}