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