github.com/TIBCOSoftware/flogo-lib@v0.5.9/core/mapper/exprmapper/expression/gocc/lexer/acttab.go (about) 1 // Code generated by gocc; DO NOT EDIT. 2 3 package lexer 4 5 import ( 6 "fmt" 7 8 "github.com/TIBCOSoftware/flogo-lib/core/mapper/exprmapper/expression/gocc/token" 9 ) 10 11 type ActionTable [NumStates]ActionRow 12 13 type ActionRow struct { 14 Accept token.Type 15 Ignore string 16 } 17 18 func (a ActionRow) String() string { 19 return fmt.Sprintf("Accept=%d, Ignore=%s", a.Accept, a.Ignore) 20 } 21 22 var ActTab = ActionTable{ 23 ActionRow{ // S0 24 Accept: 17, 25 Ignore: "", 26 }, 27 ActionRow{ // S1 28 Accept: -1, 29 Ignore: "!whitespace", 30 }, 31 ActionRow{ // S2 32 Accept: 0, 33 Ignore: "", 34 }, 35 ActionRow{ // S3 36 Accept: 0, 37 Ignore: "", 38 }, 39 ActionRow{ // S4 40 Accept: 0, 41 Ignore: "", 42 }, 43 ActionRow{ // S5 44 Accept: 16, 45 Ignore: "", 46 }, 47 ActionRow{ // S6 48 Accept: 0, 49 Ignore: "", 50 }, 51 ActionRow{ // S7 52 Accept: 0, 53 Ignore: "", 54 }, 55 ActionRow{ // S8 56 Accept: 4, 57 Ignore: "", 58 }, 59 ActionRow{ // S9 60 Accept: 5, 61 Ignore: "", 62 }, 63 ActionRow{ // S10 64 Accept: 14, 65 Ignore: "", 66 }, 67 ActionRow{ // S11 68 Accept: 12, 69 Ignore: "", 70 }, 71 ActionRow{ // S12 72 Accept: 19, 73 Ignore: "", 74 }, 75 ActionRow{ // S13 76 Accept: 13, 77 Ignore: "", 78 }, 79 ActionRow{ // S14 80 Accept: 17, 81 Ignore: "", 82 }, 83 ActionRow{ // S15 84 Accept: 15, 85 Ignore: "", 86 }, 87 ActionRow{ // S16 88 Accept: 24, 89 Ignore: "", 90 }, 91 ActionRow{ // S17 92 Accept: 21, 93 Ignore: "", 94 }, 95 ActionRow{ // S18 96 Accept: 8, 97 Ignore: "", 98 }, 99 ActionRow{ // S19 100 Accept: 0, 101 Ignore: "", 102 }, 103 ActionRow{ // S20 104 Accept: 10, 105 Ignore: "", 106 }, 107 ActionRow{ // S21 108 Accept: 20, 109 Ignore: "", 110 }, 111 ActionRow{ // S22 112 Accept: 17, 113 Ignore: "", 114 }, 115 ActionRow{ // S23 116 Accept: 17, 117 Ignore: "", 118 }, 119 ActionRow{ // S24 120 Accept: 17, 121 Ignore: "", 122 }, 123 ActionRow{ // S25 124 Accept: 17, 125 Ignore: "", 126 }, 127 ActionRow{ // S26 128 Accept: 0, 129 Ignore: "", 130 }, 131 ActionRow{ // S27 132 Accept: 7, 133 Ignore: "", 134 }, 135 ActionRow{ // S28 136 Accept: 22, 137 Ignore: "", 138 }, 139 ActionRow{ // S29 140 Accept: 0, 141 Ignore: "", 142 }, 143 ActionRow{ // S30 144 Accept: 25, 145 Ignore: "", 146 }, 147 ActionRow{ // S31 148 Accept: 25, 149 Ignore: "", 150 }, 151 ActionRow{ // S32 152 Accept: 3, 153 Ignore: "", 154 }, 155 ActionRow{ // S33 156 Accept: 23, 157 Ignore: "", 158 }, 159 ActionRow{ // S34 160 Accept: 0, 161 Ignore: "", 162 }, 163 ActionRow{ // S35 164 Accept: 18, 165 Ignore: "", 166 }, 167 ActionRow{ // S36 168 Accept: 28, 169 Ignore: "", 170 }, 171 ActionRow{ // S37 172 Accept: 17, 173 Ignore: "", 174 }, 175 ActionRow{ // S38 176 Accept: 17, 177 Ignore: "", 178 }, 179 ActionRow{ // S39 180 Accept: 17, 181 Ignore: "", 182 }, 183 ActionRow{ // S40 184 Accept: 9, 185 Ignore: "", 186 }, 187 ActionRow{ // S41 188 Accept: 6, 189 Ignore: "", 190 }, 191 ActionRow{ // S42 192 Accept: 11, 193 Ignore: "", 194 }, 195 ActionRow{ // S43 196 Accept: 17, 197 Ignore: "", 198 }, 199 ActionRow{ // S44 200 Accept: 17, 201 Ignore: "", 202 }, 203 ActionRow{ // S45 204 Accept: 17, 205 Ignore: "", 206 }, 207 ActionRow{ // S46 208 Accept: 17, 209 Ignore: "", 210 }, 211 ActionRow{ // S47 212 Accept: 2, 213 Ignore: "", 214 }, 215 ActionRow{ // S48 216 Accept: 0, 217 Ignore: "", 218 }, 219 ActionRow{ // S49 220 Accept: 25, 221 Ignore: "", 222 }, 223 ActionRow{ // S50 224 Accept: 0, 225 Ignore: "", 226 }, 227 ActionRow{ // S51 228 Accept: 0, 229 Ignore: "", 230 }, 231 ActionRow{ // S52 232 Accept: 0, 233 Ignore: "", 234 }, 235 ActionRow{ // S53 236 Accept: 28, 237 Ignore: "", 238 }, 239 ActionRow{ // S54 240 Accept: 28, 241 Ignore: "", 242 }, 243 ActionRow{ // S55 244 Accept: 17, 245 Ignore: "", 246 }, 247 ActionRow{ // S56 248 Accept: 0, 249 Ignore: "", 250 }, 251 ActionRow{ // S57 252 Accept: 28, 253 Ignore: "", 254 }, 255 ActionRow{ // S58 256 Accept: 17, 257 Ignore: "", 258 }, 259 ActionRow{ // S59 260 Accept: 29, 261 Ignore: "", 262 }, 263 ActionRow{ // S60 264 Accept: 17, 265 Ignore: "", 266 }, 267 ActionRow{ // S61 268 Accept: 17, 269 Ignore: "", 270 }, 271 ActionRow{ // S62 272 Accept: 28, 273 Ignore: "", 274 }, 275 ActionRow{ // S63 276 Accept: 17, 277 Ignore: "", 278 }, 279 ActionRow{ // S64 280 Accept: 0, 281 Ignore: "", 282 }, 283 ActionRow{ // S65 284 Accept: 28, 285 Ignore: "", 286 }, 287 ActionRow{ // S66 288 Accept: 28, 289 Ignore: "", 290 }, 291 ActionRow{ // S67 292 Accept: 17, 293 Ignore: "", 294 }, 295 ActionRow{ // S68 296 Accept: 30, 297 Ignore: "", 298 }, 299 ActionRow{ // S69 300 Accept: 26, 301 Ignore: "", 302 }, 303 ActionRow{ // S70 304 Accept: 0, 305 Ignore: "", 306 }, 307 ActionRow{ // S71 308 Accept: 28, 309 Ignore: "", 310 }, 311 ActionRow{ // S72 312 Accept: 28, 313 Ignore: "", 314 }, 315 ActionRow{ // S73 316 Accept: 27, 317 Ignore: "", 318 }, 319 ActionRow{ // S74 320 Accept: 28, 321 Ignore: "", 322 }, 323 }