Package jmri.jmris.simpleserver.parser
Interface JmriServerParserConstants
-
- All Known Implementing Classes:
JmriServerParser
,JmriServerParserTokenManager
public interface JmriServerParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
A
static int
ADDR
static int
B
static int
C
static int
CLOSED
static int
COMMA
static int
CONTINUE
static int
D
static int
DEFAULT
static int
DELAY
static int
DEVICENAME
static int
E
static int
EOF
static int
EOL
static int
EQUALS
static int
F
static int
G
static int
H
static int
HOUR
static int
I
static int
J
static int
JMRILIGHT
static int
JMRIREPORTER
static int
JMRISENSOR
static int
JMRITURNOUT
static int
JULDATE
static int
K
static int
L
static int
LIGHT
static int
LOCATIONS
static int
M
static int
MINSEC
static int
N
static int
O
static int
OFF
static int
ON
static int
ONOFF
static int
OPERATIONS
static int
P
static int
POWER
static int
Q
static int
R
static int
REPORTER
static int
RETURN
static int
S
static int
SENSOR
static int
SPACE
static int
T
static int
TAB
static int
TERMINATE
static int
THROTTLE
static int
THROWN
static int
THROWNCLOSED
static java.lang.String[]
tokenImage
static int
TRAIN
static int
TRAINCABOOSE
static int
TRAINCARS
static int
TRAINLEADLOCO
static int
TRAINLENGTH
static int
TRAINLOCATION
static int
TRAINS
static int
TRAINSTATUS
static int
TRAINWEIGHT
static int
TURNOUT
static int
U
static int
V
static int
VALUE
static int
W
static int
X
static int
Y
static int
Z
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
- See Also:
- Constant Field Values
-
TAB
static final int TAB
- See Also:
- Constant Field Values
-
SPACE
static final int SPACE
- See Also:
- Constant Field Values
-
EOL
static final int EOL
- See Also:
- Constant Field Values
-
A
static final int A
- See Also:
- Constant Field Values
-
B
static final int B
- See Also:
- Constant Field Values
-
C
static final int C
- See Also:
- Constant Field Values
-
D
static final int D
- See Also:
- Constant Field Values
-
E
static final int E
- See Also:
- Constant Field Values
-
F
static final int F
- See Also:
- Constant Field Values
-
G
static final int G
- See Also:
- Constant Field Values
-
H
static final int H
- See Also:
- Constant Field Values
-
I
static final int I
- See Also:
- Constant Field Values
-
J
static final int J
- See Also:
- Constant Field Values
-
K
static final int K
- See Also:
- Constant Field Values
-
L
static final int L
- See Also:
- Constant Field Values
-
M
static final int M
- See Also:
- Constant Field Values
-
N
static final int N
- See Also:
- Constant Field Values
-
O
static final int O
- See Also:
- Constant Field Values
-
P
static final int P
- See Also:
- Constant Field Values
-
Q
static final int Q
- See Also:
- Constant Field Values
-
R
static final int R
- See Also:
- Constant Field Values
-
S
static final int S
- See Also:
- Constant Field Values
-
T
static final int T
- See Also:
- Constant Field Values
-
U
static final int U
- See Also:
- Constant Field Values
-
V
static final int V
- See Also:
- Constant Field Values
-
W
static final int W
- See Also:
- Constant Field Values
-
X
static final int X
- See Also:
- Constant Field Values
-
Y
static final int Y
- See Also:
- Constant Field Values
-
Z
static final int Z
- See Also:
- Constant Field Values
-
JMRITURNOUT
static final int JMRITURNOUT
- See Also:
- Constant Field Values
-
JMRISENSOR
static final int JMRISENSOR
- See Also:
- Constant Field Values
-
JMRILIGHT
static final int JMRILIGHT
- See Also:
- Constant Field Values
-
JMRIREPORTER
static final int JMRIREPORTER
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
ADDR
static final int ADDR
- See Also:
- Constant Field Values
-
POWER
static final int POWER
- See Also:
- Constant Field Values
-
REPORTER
static final int REPORTER
- See Also:
- Constant Field Values
-
TURNOUT
static final int TURNOUT
- See Also:
- Constant Field Values
-
LIGHT
static final int LIGHT
- See Also:
- Constant Field Values
-
SENSOR
static final int SENSOR
- See Also:
- Constant Field Values
-
THROTTLE
static final int THROTTLE
- See Also:
- Constant Field Values
-
OPERATIONS
static final int OPERATIONS
- See Also:
- Constant Field Values
-
ONOFF
static final int ONOFF
- See Also:
- Constant Field Values
-
ON
static final int ON
- See Also:
- Constant Field Values
-
OFF
static final int OFF
- See Also:
- Constant Field Values
-
THROWNCLOSED
static final int THROWNCLOSED
- See Also:
- Constant Field Values
-
THROWN
static final int THROWN
- See Also:
- Constant Field Values
-
CLOSED
static final int CLOSED
- See Also:
- Constant Field Values
-
JULDATE
static final int JULDATE
- See Also:
- Constant Field Values
-
HOUR
static final int HOUR
- See Also:
- Constant Field Values
-
MINSEC
static final int MINSEC
- See Also:
- Constant Field Values
-
DELAY
static final int DELAY
- See Also:
- Constant Field Values
-
TRAIN
static final int TRAIN
- See Also:
- Constant Field Values
-
TRAINS
static final int TRAINS
- See Also:
- Constant Field Values
-
LOCATIONS
static final int LOCATIONS
- See Also:
- Constant Field Values
-
TRAINWEIGHT
static final int TRAINWEIGHT
- See Also:
- Constant Field Values
-
TRAINLENGTH
static final int TRAINLENGTH
- See Also:
- Constant Field Values
-
TRAINCARS
static final int TRAINCARS
- See Also:
- Constant Field Values
-
TRAINLEADLOCO
static final int TRAINLEADLOCO
- See Also:
- Constant Field Values
-
TRAINCABOOSE
static final int TRAINCABOOSE
- See Also:
- Constant Field Values
-
TRAINSTATUS
static final int TRAINSTATUS
- See Also:
- Constant Field Values
-
TRAINLOCATION
static final int TRAINLOCATION
- See Also:
- Constant Field Values
-
TERMINATE
static final int TERMINATE
- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
DEVICENAME
static final int DEVICENAME
- See Also:
- Constant Field Values
-
VALUE
static final int VALUE
- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
-
-