aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-02-28 18:08:18 -0500
committerLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-02-28 18:08:18 -0500
commit890a50f2eaa1fc56e0514726b74f055c248e74d6 (patch)
treedbd10b1d970dd4d61e103a85bff73dcf95f97799 /Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java
parentViatra Solver support for tasks with no partial model (diff)
downloadVIATRA-Generator-890a50f2eaa1fc56e0514726b74f055c248e74d6.tar.gz
VIATRA-Generator-890a50f2eaa1fc56e0514726b74f055c248e74d6.tar.zst
VIATRA-Generator-890a50f2eaa1fc56e0514726b74f055c248e74d6.zip
Grammar update
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java843
1 files changed, 520 insertions, 323 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java b/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java
index ef91feac..4dceaca3 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java
@@ -19,9 +19,15 @@ public class InternalApplicationConfigurationLexer extends Lexer {
19 public static final int T__17=17; 19 public static final int T__17=17;
20 public static final int T__18=18; 20 public static final int T__18=18;
21 public static final int T__11=11; 21 public static final int T__11=11;
22 public static final int T__55=55;
22 public static final int T__12=12; 23 public static final int T__12=12;
24 public static final int T__56=56;
23 public static final int T__13=13; 25 public static final int T__13=13;
24 public static final int T__14=14; 26 public static final int T__14=14;
27 public static final int T__51=51;
28 public static final int T__52=52;
29 public static final int T__53=53;
30 public static final int T__54=54;
25 public static final int RULE_ID=4; 31 public static final int RULE_ID=4;
26 public static final int T__26=26; 32 public static final int T__26=26;
27 public static final int T__27=27; 33 public static final int T__27=27;
@@ -79,10 +85,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
79 try { 85 try {
80 int _type = T__11; 86 int _type = T__11;
81 int _channel = DEFAULT_TOKEN_CHANNEL; 87 int _channel = DEFAULT_TOKEN_CHANNEL;
82 // InternalApplicationConfiguration.g:11:7: ( 'SMTSolver' ) 88 // InternalApplicationConfiguration.g:11:7: ( 'none' )
83 // InternalApplicationConfiguration.g:11:9: 'SMTSolver' 89 // InternalApplicationConfiguration.g:11:9: 'none'
84 { 90 {
85 match("SMTSolver"); 91 match("none");
86 92
87 93
88 } 94 }
@@ -100,10 +106,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
100 try { 106 try {
101 int _type = T__12; 107 int _type = T__12;
102 int _channel = DEFAULT_TOKEN_CHANNEL; 108 int _channel = DEFAULT_TOKEN_CHANNEL;
103 // InternalApplicationConfiguration.g:12:7: ( 'AlloySolver' ) 109 // InternalApplicationConfiguration.g:12:7: ( 'normal' )
104 // InternalApplicationConfiguration.g:12:9: 'AlloySolver' 110 // InternalApplicationConfiguration.g:12:9: 'normal'
105 { 111 {
106 match("AlloySolver"); 112 match("normal");
107 113
108 114
109 } 115 }
@@ -121,10 +127,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
121 try { 127 try {
122 int _type = T__13; 128 int _type = T__13;
123 int _channel = DEFAULT_TOKEN_CHANNEL; 129 int _channel = DEFAULT_TOKEN_CHANNEL;
124 // InternalApplicationConfiguration.g:13:7: ( 'ViatraSolver' ) 130 // InternalApplicationConfiguration.g:13:7: ( 'full' )
125 // InternalApplicationConfiguration.g:13:9: 'ViatraSolver' 131 // InternalApplicationConfiguration.g:13:9: 'full'
126 { 132 {
127 match("ViatraSolver"); 133 match("full");
128 134
129 135
130 } 136 }
@@ -142,10 +148,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
142 try { 148 try {
143 int _type = T__14; 149 int _type = T__14;
144 int _channel = DEFAULT_TOKEN_CHANNEL; 150 int _channel = DEFAULT_TOKEN_CHANNEL;
145 // InternalApplicationConfiguration.g:14:7: ( '.' ) 151 // InternalApplicationConfiguration.g:14:7: ( 'SMTSolver' )
146 // InternalApplicationConfiguration.g:14:9: '.' 152 // InternalApplicationConfiguration.g:14:9: 'SMTSolver'
147 { 153 {
148 match('.'); 154 match("SMTSolver");
155
149 156
150 } 157 }
151 158
@@ -162,10 +169,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
162 try { 169 try {
163 int _type = T__15; 170 int _type = T__15;
164 int _channel = DEFAULT_TOKEN_CHANNEL; 171 int _channel = DEFAULT_TOKEN_CHANNEL;
165 // InternalApplicationConfiguration.g:15:7: ( 'import' ) 172 // InternalApplicationConfiguration.g:15:7: ( 'AlloySolver' )
166 // InternalApplicationConfiguration.g:15:9: 'import' 173 // InternalApplicationConfiguration.g:15:9: 'AlloySolver'
167 { 174 {
168 match("import"); 175 match("AlloySolver");
169 176
170 177
171 } 178 }
@@ -183,10 +190,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
183 try { 190 try {
184 int _type = T__16; 191 int _type = T__16;
185 int _channel = DEFAULT_TOKEN_CHANNEL; 192 int _channel = DEFAULT_TOKEN_CHANNEL;
186 // InternalApplicationConfiguration.g:16:7: ( 'epackage' ) 193 // InternalApplicationConfiguration.g:16:7: ( 'ViatraSolver' )
187 // InternalApplicationConfiguration.g:16:9: 'epackage' 194 // InternalApplicationConfiguration.g:16:9: 'ViatraSolver'
188 { 195 {
189 match("epackage"); 196 match("ViatraSolver");
190 197
191 198
192 } 199 }
@@ -204,11 +211,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
204 try { 211 try {
205 int _type = T__17; 212 int _type = T__17;
206 int _channel = DEFAULT_TOKEN_CHANNEL; 213 int _channel = DEFAULT_TOKEN_CHANNEL;
207 // InternalApplicationConfiguration.g:17:7: ( 'viatra' ) 214 // InternalApplicationConfiguration.g:17:7: ( '.' )
208 // InternalApplicationConfiguration.g:17:9: 'viatra' 215 // InternalApplicationConfiguration.g:17:9: '.'
209 { 216 {
210 match("viatra"); 217 match('.');
211
212 218
213 } 219 }
214 220
@@ -225,10 +231,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
225 try { 231 try {
226 int _type = T__18; 232 int _type = T__18;
227 int _channel = DEFAULT_TOKEN_CHANNEL; 233 int _channel = DEFAULT_TOKEN_CHANNEL;
228 // InternalApplicationConfiguration.g:18:7: ( 'file' ) 234 // InternalApplicationConfiguration.g:18:7: ( 'import' )
229 // InternalApplicationConfiguration.g:18:9: 'file' 235 // InternalApplicationConfiguration.g:18:9: 'import'
230 { 236 {
231 match("file"); 237 match("import");
232 238
233 239
234 } 240 }
@@ -246,10 +252,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
246 try { 252 try {
247 int _type = T__19; 253 int _type = T__19;
248 int _channel = DEFAULT_TOKEN_CHANNEL; 254 int _channel = DEFAULT_TOKEN_CHANNEL;
249 // InternalApplicationConfiguration.g:19:7: ( '=' ) 255 // InternalApplicationConfiguration.g:19:7: ( 'epackage' )
250 // InternalApplicationConfiguration.g:19:9: '=' 256 // InternalApplicationConfiguration.g:19:9: 'epackage'
251 { 257 {
252 match('='); 258 match("epackage");
259
253 260
254 } 261 }
255 262
@@ -266,10 +273,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
266 try { 273 try {
267 int _type = T__20; 274 int _type = T__20;
268 int _channel = DEFAULT_TOKEN_CHANNEL; 275 int _channel = DEFAULT_TOKEN_CHANNEL;
269 // InternalApplicationConfiguration.g:20:7: ( '{' ) 276 // InternalApplicationConfiguration.g:20:7: ( 'viatra' )
270 // InternalApplicationConfiguration.g:20:9: '{' 277 // InternalApplicationConfiguration.g:20:9: 'viatra'
271 { 278 {
272 match('{'); 279 match("viatra");
280
273 281
274 } 282 }
275 283
@@ -286,10 +294,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
286 try { 294 try {
287 int _type = T__21; 295 int _type = T__21;
288 int _channel = DEFAULT_TOKEN_CHANNEL; 296 int _channel = DEFAULT_TOKEN_CHANNEL;
289 // InternalApplicationConfiguration.g:21:7: ( '}' ) 297 // InternalApplicationConfiguration.g:21:7: ( 'file' )
290 // InternalApplicationConfiguration.g:21:9: '}' 298 // InternalApplicationConfiguration.g:21:9: 'file'
291 { 299 {
292 match('}'); 300 match("file");
301
293 302
294 } 303 }
295 304
@@ -306,10 +315,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
306 try { 315 try {
307 int _type = T__22; 316 int _type = T__22;
308 int _channel = DEFAULT_TOKEN_CHANNEL; 317 int _channel = DEFAULT_TOKEN_CHANNEL;
309 // InternalApplicationConfiguration.g:22:7: ( ',' ) 318 // InternalApplicationConfiguration.g:22:7: ( '=' )
310 // InternalApplicationConfiguration.g:22:9: ',' 319 // InternalApplicationConfiguration.g:22:9: '='
311 { 320 {
312 match(','); 321 match('=');
313 322
314 } 323 }
315 324
@@ -326,11 +335,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
326 try { 335 try {
327 int _type = T__23; 336 int _type = T__23;
328 int _channel = DEFAULT_TOKEN_CHANNEL; 337 int _channel = DEFAULT_TOKEN_CHANNEL;
329 // InternalApplicationConfiguration.g:23:7: ( 'package' ) 338 // InternalApplicationConfiguration.g:23:7: ( '{' )
330 // InternalApplicationConfiguration.g:23:9: 'package' 339 // InternalApplicationConfiguration.g:23:9: '{'
331 { 340 {
332 match("package"); 341 match('{');
333
334 342
335 } 343 }
336 344
@@ -347,11 +355,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
347 try { 355 try {
348 int _type = T__24; 356 int _type = T__24;
349 int _channel = DEFAULT_TOKEN_CHANNEL; 357 int _channel = DEFAULT_TOKEN_CHANNEL;
350 // InternalApplicationConfiguration.g:24:7: ( 'excluding' ) 358 // InternalApplicationConfiguration.g:24:7: ( '}' )
351 // InternalApplicationConfiguration.g:24:9: 'excluding' 359 // InternalApplicationConfiguration.g:24:9: '}'
352 { 360 {
353 match("excluding"); 361 match('}');
354
355 362
356 } 363 }
357 364
@@ -368,11 +375,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
368 try { 375 try {
369 int _type = T__25; 376 int _type = T__25;
370 int _channel = DEFAULT_TOKEN_CHANNEL; 377 int _channel = DEFAULT_TOKEN_CHANNEL;
371 // InternalApplicationConfiguration.g:25:7: ( '::' ) 378 // InternalApplicationConfiguration.g:25:7: ( ',' )
372 // InternalApplicationConfiguration.g:25:9: '::' 379 // InternalApplicationConfiguration.g:25:9: ','
373 { 380 {
374 match("::"); 381 match(',');
375
376 382
377 } 383 }
378 384
@@ -389,10 +395,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
389 try { 395 try {
390 int _type = T__26; 396 int _type = T__26;
391 int _channel = DEFAULT_TOKEN_CHANNEL; 397 int _channel = DEFAULT_TOKEN_CHANNEL;
392 // InternalApplicationConfiguration.g:26:7: ( 'metamodel' ) 398 // InternalApplicationConfiguration.g:26:7: ( 'package' )
393 // InternalApplicationConfiguration.g:26:9: 'metamodel' 399 // InternalApplicationConfiguration.g:26:9: 'package'
394 { 400 {
395 match("metamodel"); 401 match("package");
396 402
397 403
398 } 404 }
@@ -410,10 +416,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
410 try { 416 try {
411 int _type = T__27; 417 int _type = T__27;
412 int _channel = DEFAULT_TOKEN_CHANNEL; 418 int _channel = DEFAULT_TOKEN_CHANNEL;
413 // InternalApplicationConfiguration.g:27:7: ( 'folder' ) 419 // InternalApplicationConfiguration.g:27:7: ( 'excluding' )
414 // InternalApplicationConfiguration.g:27:9: 'folder' 420 // InternalApplicationConfiguration.g:27:9: 'excluding'
415 { 421 {
416 match("folder"); 422 match("excluding");
417 423
418 424
419 } 425 }
@@ -431,10 +437,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
431 try { 437 try {
432 int _type = T__28; 438 int _type = T__28;
433 int _channel = DEFAULT_TOKEN_CHANNEL; 439 int _channel = DEFAULT_TOKEN_CHANNEL;
434 // InternalApplicationConfiguration.g:28:7: ( 'models' ) 440 // InternalApplicationConfiguration.g:28:7: ( '::' )
435 // InternalApplicationConfiguration.g:28:9: 'models' 441 // InternalApplicationConfiguration.g:28:9: '::'
436 { 442 {
437 match("models"); 443 match("::");
438 444
439 445
440 } 446 }
@@ -452,10 +458,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
452 try { 458 try {
453 int _type = T__29; 459 int _type = T__29;
454 int _channel = DEFAULT_TOKEN_CHANNEL; 460 int _channel = DEFAULT_TOKEN_CHANNEL;
455 // InternalApplicationConfiguration.g:29:7: ( 'patterns' ) 461 // InternalApplicationConfiguration.g:29:7: ( 'metamodel' )
456 // InternalApplicationConfiguration.g:29:9: 'patterns' 462 // InternalApplicationConfiguration.g:29:9: 'metamodel'
457 { 463 {
458 match("patterns"); 464 match("metamodel");
459 465
460 466
461 } 467 }
@@ -473,10 +479,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
473 try { 479 try {
474 int _type = T__30; 480 int _type = T__30;
475 int _channel = DEFAULT_TOKEN_CHANNEL; 481 int _channel = DEFAULT_TOKEN_CHANNEL;
476 // InternalApplicationConfiguration.g:30:7: ( 'config' ) 482 // InternalApplicationConfiguration.g:30:7: ( 'folder' )
477 // InternalApplicationConfiguration.g:30:9: 'config' 483 // InternalApplicationConfiguration.g:30:9: 'folder'
478 { 484 {
479 match("config"); 485 match("folder");
480 486
481 487
482 } 488 }
@@ -494,10 +500,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
494 try { 500 try {
495 int _type = T__31; 501 int _type = T__31;
496 int _channel = DEFAULT_TOKEN_CHANNEL; 502 int _channel = DEFAULT_TOKEN_CHANNEL;
497 // InternalApplicationConfiguration.g:31:7: ( '#' ) 503 // InternalApplicationConfiguration.g:31:7: ( 'models' )
498 // InternalApplicationConfiguration.g:31:9: '#' 504 // InternalApplicationConfiguration.g:31:9: 'models'
499 { 505 {
500 match('#'); 506 match("models");
507
501 508
502 } 509 }
503 510
@@ -514,10 +521,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
514 try { 521 try {
515 int _type = T__32; 522 int _type = T__32;
516 int _channel = DEFAULT_TOKEN_CHANNEL; 523 int _channel = DEFAULT_TOKEN_CHANNEL;
517 // InternalApplicationConfiguration.g:32:7: ( '<' ) 524 // InternalApplicationConfiguration.g:32:7: ( 'patterns' )
518 // InternalApplicationConfiguration.g:32:9: '<' 525 // InternalApplicationConfiguration.g:32:9: 'patterns'
519 { 526 {
520 match('<'); 527 match("patterns");
528
521 529
522 } 530 }
523 531
@@ -534,10 +542,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
534 try { 542 try {
535 int _type = T__33; 543 int _type = T__33;
536 int _channel = DEFAULT_TOKEN_CHANNEL; 544 int _channel = DEFAULT_TOKEN_CHANNEL;
537 // InternalApplicationConfiguration.g:33:7: ( '>' ) 545 // InternalApplicationConfiguration.g:33:7: ( 'config' )
538 // InternalApplicationConfiguration.g:33:9: '>' 546 // InternalApplicationConfiguration.g:33:9: 'config'
539 { 547 {
540 match('>'); 548 match("config");
549
541 550
542 } 551 }
543 552
@@ -554,10 +563,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
554 try { 563 try {
555 int _type = T__34; 564 int _type = T__34;
556 int _channel = DEFAULT_TOKEN_CHANNEL; 565 int _channel = DEFAULT_TOKEN_CHANNEL;
557 // InternalApplicationConfiguration.g:34:7: ( 'node' ) 566 // InternalApplicationConfiguration.g:34:7: ( 'log-level' )
558 // InternalApplicationConfiguration.g:34:9: 'node' 567 // InternalApplicationConfiguration.g:34:9: 'log-level'
559 { 568 {
560 match("node"); 569 match("log-level");
561 570
562 571
563 } 572 }
@@ -575,10 +584,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
575 try { 584 try {
576 int _type = T__35; 585 int _type = T__35;
577 int _channel = DEFAULT_TOKEN_CHANNEL; 586 int _channel = DEFAULT_TOKEN_CHANNEL;
578 // InternalApplicationConfiguration.g:35:7: ( 'int' ) 587 // InternalApplicationConfiguration.g:35:7: ( 'runtime' )
579 // InternalApplicationConfiguration.g:35:9: 'int' 588 // InternalApplicationConfiguration.g:35:9: 'runtime'
580 { 589 {
581 match("int"); 590 match("runtime");
582 591
583 592
584 } 593 }
@@ -596,10 +605,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
596 try { 605 try {
597 int _type = T__36; 606 int _type = T__36;
598 int _channel = DEFAULT_TOKEN_CHANNEL; 607 int _channel = DEFAULT_TOKEN_CHANNEL;
599 // InternalApplicationConfiguration.g:36:7: ( 'real' ) 608 // InternalApplicationConfiguration.g:36:7: ( 'memory' )
600 // InternalApplicationConfiguration.g:36:9: 'real' 609 // InternalApplicationConfiguration.g:36:9: 'memory'
601 { 610 {
602 match("real"); 611 match("memory");
603 612
604 613
605 } 614 }
@@ -617,11 +626,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
617 try { 626 try {
618 int _type = T__37; 627 int _type = T__37;
619 int _channel = DEFAULT_TOKEN_CHANNEL; 628 int _channel = DEFAULT_TOKEN_CHANNEL;
620 // InternalApplicationConfiguration.g:37:7: ( 'string' ) 629 // InternalApplicationConfiguration.g:37:7: ( '#' )
621 // InternalApplicationConfiguration.g:37:9: 'string' 630 // InternalApplicationConfiguration.g:37:9: '#'
622 { 631 {
623 match("string"); 632 match('#');
624
625 633
626 } 634 }
627 635
@@ -638,11 +646,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
638 try { 646 try {
639 int _type = T__38; 647 int _type = T__38;
640 int _channel = DEFAULT_TOKEN_CHANNEL; 648 int _channel = DEFAULT_TOKEN_CHANNEL;
641 // InternalApplicationConfiguration.g:38:7: ( '..' ) 649 // InternalApplicationConfiguration.g:38:7: ( '<' )
642 // InternalApplicationConfiguration.g:38:9: '..' 650 // InternalApplicationConfiguration.g:38:9: '<'
643 { 651 {
644 match(".."); 652 match('<');
645
646 653
647 } 654 }
648 655
@@ -659,11 +666,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
659 try { 666 try {
660 int _type = T__39; 667 int _type = T__39;
661 int _channel = DEFAULT_TOKEN_CHANNEL; 668 int _channel = DEFAULT_TOKEN_CHANNEL;
662 // InternalApplicationConfiguration.g:39:7: ( 'scope' ) 669 // InternalApplicationConfiguration.g:39:7: ( '>' )
663 // InternalApplicationConfiguration.g:39:9: 'scope' 670 // InternalApplicationConfiguration.g:39:9: '>'
664 { 671 {
665 match("scope"); 672 match('>');
666
667 673
668 } 674 }
669 675
@@ -680,10 +686,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
680 try { 686 try {
681 int _type = T__40; 687 int _type = T__40;
682 int _channel = DEFAULT_TOKEN_CHANNEL; 688 int _channel = DEFAULT_TOKEN_CHANNEL;
683 // InternalApplicationConfiguration.g:40:7: ( 'generate' ) 689 // InternalApplicationConfiguration.g:40:7: ( 'node' )
684 // InternalApplicationConfiguration.g:40:9: 'generate' 690 // InternalApplicationConfiguration.g:40:9: 'node'
685 { 691 {
686 match("generate"); 692 match("node");
687 693
688 694
689 } 695 }
@@ -701,10 +707,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
701 try { 707 try {
702 int _type = T__41; 708 int _type = T__41;
703 int _channel = DEFAULT_TOKEN_CHANNEL; 709 int _channel = DEFAULT_TOKEN_CHANNEL;
704 // InternalApplicationConfiguration.g:41:7: ( 'partial-model' ) 710 // InternalApplicationConfiguration.g:41:7: ( 'int' )
705 // InternalApplicationConfiguration.g:41:9: 'partial-model' 711 // InternalApplicationConfiguration.g:41:9: 'int'
706 { 712 {
707 match("partial-model"); 713 match("int");
708 714
709 715
710 } 716 }
@@ -722,10 +728,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
722 try { 728 try {
723 int _type = T__42; 729 int _type = T__42;
724 int _channel = DEFAULT_TOKEN_CHANNEL; 730 int _channel = DEFAULT_TOKEN_CHANNEL;
725 // InternalApplicationConfiguration.g:42:7: ( 'solver' ) 731 // InternalApplicationConfiguration.g:42:7: ( 'real' )
726 // InternalApplicationConfiguration.g:42:9: 'solver' 732 // InternalApplicationConfiguration.g:42:9: 'real'
727 { 733 {
728 match("solver"); 734 match("real");
729 735
730 736
731 } 737 }
@@ -743,10 +749,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
743 try { 749 try {
744 int _type = T__43; 750 int _type = T__43;
745 int _channel = DEFAULT_TOKEN_CHANNEL; 751 int _channel = DEFAULT_TOKEN_CHANNEL;
746 // InternalApplicationConfiguration.g:43:7: ( 'debug' ) 752 // InternalApplicationConfiguration.g:43:7: ( 'string' )
747 // InternalApplicationConfiguration.g:43:9: 'debug' 753 // InternalApplicationConfiguration.g:43:9: 'string'
748 { 754 {
749 match("debug"); 755 match("string");
750 756
751 757
752 } 758 }
@@ -764,10 +770,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
764 try { 770 try {
765 int _type = T__44; 771 int _type = T__44;
766 int _channel = DEFAULT_TOKEN_CHANNEL; 772 int _channel = DEFAULT_TOKEN_CHANNEL;
767 // InternalApplicationConfiguration.g:44:7: ( 'log' ) 773 // InternalApplicationConfiguration.g:44:7: ( '..' )
768 // InternalApplicationConfiguration.g:44:9: 'log' 774 // InternalApplicationConfiguration.g:44:9: '..'
769 { 775 {
770 match("log"); 776 match("..");
771 777
772 778
773 } 779 }
@@ -785,10 +791,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
785 try { 791 try {
786 int _type = T__45; 792 int _type = T__45;
787 int _channel = DEFAULT_TOKEN_CHANNEL; 793 int _channel = DEFAULT_TOKEN_CHANNEL;
788 // InternalApplicationConfiguration.g:45:7: ( 'statistics' ) 794 // InternalApplicationConfiguration.g:45:7: ( 'scope' )
789 // InternalApplicationConfiguration.g:45:9: 'statistics' 795 // InternalApplicationConfiguration.g:45:9: 'scope'
790 { 796 {
791 match("statistics"); 797 match("scope");
792 798
793 799
794 } 800 }
@@ -806,10 +812,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
806 try { 812 try {
807 int _type = T__46; 813 int _type = T__46;
808 int _channel = DEFAULT_TOKEN_CHANNEL; 814 int _channel = DEFAULT_TOKEN_CHANNEL;
809 // InternalApplicationConfiguration.g:46:7: ( 'output' ) 815 // InternalApplicationConfiguration.g:46:7: ( 'generate' )
810 // InternalApplicationConfiguration.g:46:9: 'output' 816 // InternalApplicationConfiguration.g:46:9: 'generate'
811 { 817 {
812 match("output"); 818 match("generate");
813 819
814 820
815 } 821 }
@@ -827,10 +833,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
827 try { 833 try {
828 int _type = T__47; 834 int _type = T__47;
829 int _channel = DEFAULT_TOKEN_CHANNEL; 835 int _channel = DEFAULT_TOKEN_CHANNEL;
830 // InternalApplicationConfiguration.g:47:7: ( '+=' ) 836 // InternalApplicationConfiguration.g:47:7: ( 'partial-model' )
831 // InternalApplicationConfiguration.g:47:9: '+=' 837 // InternalApplicationConfiguration.g:47:9: 'partial-model'
832 { 838 {
833 match("+="); 839 match("partial-model");
834 840
835 841
836 } 842 }
@@ -848,10 +854,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
848 try { 854 try {
849 int _type = T__48; 855 int _type = T__48;
850 int _channel = DEFAULT_TOKEN_CHANNEL; 856 int _channel = DEFAULT_TOKEN_CHANNEL;
851 // InternalApplicationConfiguration.g:48:7: ( '*' ) 857 // InternalApplicationConfiguration.g:48:7: ( 'solver' )
852 // InternalApplicationConfiguration.g:48:9: '*' 858 // InternalApplicationConfiguration.g:48:9: 'solver'
853 { 859 {
854 match('*'); 860 match("solver");
861
855 862
856 } 863 }
857 864
@@ -868,10 +875,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
868 try { 875 try {
869 int _type = T__49; 876 int _type = T__49;
870 int _channel = DEFAULT_TOKEN_CHANNEL; 877 int _channel = DEFAULT_TOKEN_CHANNEL;
871 // InternalApplicationConfiguration.g:49:7: ( 'number' ) 878 // InternalApplicationConfiguration.g:49:7: ( 'debug' )
872 // InternalApplicationConfiguration.g:49:9: 'number' 879 // InternalApplicationConfiguration.g:49:9: 'debug'
873 { 880 {
874 match("number"); 881 match("debug");
875 882
876 883
877 } 884 }
@@ -889,10 +896,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
889 try { 896 try {
890 int _type = T__50; 897 int _type = T__50;
891 int _channel = DEFAULT_TOKEN_CHANNEL; 898 int _channel = DEFAULT_TOKEN_CHANNEL;
892 // InternalApplicationConfiguration.g:50:7: ( 'runs' ) 899 // InternalApplicationConfiguration.g:50:7: ( 'log' )
893 // InternalApplicationConfiguration.g:50:9: 'runs' 900 // InternalApplicationConfiguration.g:50:9: 'log'
894 { 901 {
895 match("runs"); 902 match("log");
896 903
897 904
898 } 905 }
@@ -905,15 +912,140 @@ public class InternalApplicationConfigurationLexer extends Lexer {
905 } 912 }
906 // $ANTLR end "T__50" 913 // $ANTLR end "T__50"
907 914
915 // $ANTLR start "T__51"
916 public final void mT__51() throws RecognitionException {
917 try {
918 int _type = T__51;
919 int _channel = DEFAULT_TOKEN_CHANNEL;
920 // InternalApplicationConfiguration.g:51:7: ( 'statistics' )
921 // InternalApplicationConfiguration.g:51:9: 'statistics'
922 {
923 match("statistics");
924
925
926 }
927
928 state.type = _type;
929 state.channel = _channel;
930 }
931 finally {
932 }
933 }
934 // $ANTLR end "T__51"
935
936 // $ANTLR start "T__52"
937 public final void mT__52() throws RecognitionException {
938 try {
939 int _type = T__52;
940 int _channel = DEFAULT_TOKEN_CHANNEL;
941 // InternalApplicationConfiguration.g:52:7: ( 'output' )
942 // InternalApplicationConfiguration.g:52:9: 'output'
943 {
944 match("output");
945
946
947 }
948
949 state.type = _type;
950 state.channel = _channel;
951 }
952 finally {
953 }
954 }
955 // $ANTLR end "T__52"
956
957 // $ANTLR start "T__53"
958 public final void mT__53() throws RecognitionException {
959 try {
960 int _type = T__53;
961 int _channel = DEFAULT_TOKEN_CHANNEL;
962 // InternalApplicationConfiguration.g:53:7: ( '+=' )
963 // InternalApplicationConfiguration.g:53:9: '+='
964 {
965 match("+=");
966
967
968 }
969
970 state.type = _type;
971 state.channel = _channel;
972 }
973 finally {
974 }
975 }
976 // $ANTLR end "T__53"
977
978 // $ANTLR start "T__54"
979 public final void mT__54() throws RecognitionException {
980 try {
981 int _type = T__54;
982 int _channel = DEFAULT_TOKEN_CHANNEL;
983 // InternalApplicationConfiguration.g:54:7: ( '*' )
984 // InternalApplicationConfiguration.g:54:9: '*'
985 {
986 match('*');
987
988 }
989
990 state.type = _type;
991 state.channel = _channel;
992 }
993 finally {
994 }
995 }
996 // $ANTLR end "T__54"
997
998 // $ANTLR start "T__55"
999 public final void mT__55() throws RecognitionException {
1000 try {
1001 int _type = T__55;
1002 int _channel = DEFAULT_TOKEN_CHANNEL;
1003 // InternalApplicationConfiguration.g:55:7: ( 'number' )
1004 // InternalApplicationConfiguration.g:55:9: 'number'
1005 {
1006 match("number");
1007
1008
1009 }
1010
1011 state.type = _type;
1012 state.channel = _channel;
1013 }
1014 finally {
1015 }
1016 }
1017 // $ANTLR end "T__55"
1018
1019 // $ANTLR start "T__56"
1020 public final void mT__56() throws RecognitionException {
1021 try {
1022 int _type = T__56;
1023 int _channel = DEFAULT_TOKEN_CHANNEL;
1024 // InternalApplicationConfiguration.g:56:7: ( 'runs' )
1025 // InternalApplicationConfiguration.g:56:9: 'runs'
1026 {
1027 match("runs");
1028
1029
1030 }
1031
1032 state.type = _type;
1033 state.channel = _channel;
1034 }
1035 finally {
1036 }
1037 }
1038 // $ANTLR end "T__56"
1039
908 // $ANTLR start "RULE_ID" 1040 // $ANTLR start "RULE_ID"
909 public final void mRULE_ID() throws RecognitionException { 1041 public final void mRULE_ID() throws RecognitionException {
910 try { 1042 try {
911 int _type = RULE_ID; 1043 int _type = RULE_ID;
912 int _channel = DEFAULT_TOKEN_CHANNEL; 1044 int _channel = DEFAULT_TOKEN_CHANNEL;
913 // InternalApplicationConfiguration.g:9800:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 1045 // InternalApplicationConfiguration.g:10264:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
914 // InternalApplicationConfiguration.g:9800:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1046 // InternalApplicationConfiguration.g:10264:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
915 { 1047 {
916 // InternalApplicationConfiguration.g:9800:11: ( '^' )? 1048 // InternalApplicationConfiguration.g:10264:11: ( '^' )?
917 int alt1=2; 1049 int alt1=2;
918 int LA1_0 = input.LA(1); 1050 int LA1_0 = input.LA(1);
919 1051
@@ -922,7 +1054,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
922 } 1054 }
923 switch (alt1) { 1055 switch (alt1) {
924 case 1 : 1056 case 1 :
925 // InternalApplicationConfiguration.g:9800:11: '^' 1057 // InternalApplicationConfiguration.g:10264:11: '^'
926 { 1058 {
927 match('^'); 1059 match('^');
928 1060
@@ -940,7 +1072,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
940 recover(mse); 1072 recover(mse);
941 throw mse;} 1073 throw mse;}
942 1074
943 // InternalApplicationConfiguration.g:9800:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1075 // InternalApplicationConfiguration.g:10264:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
944 loop2: 1076 loop2:
945 do { 1077 do {
946 int alt2=2; 1078 int alt2=2;
@@ -989,10 +1121,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
989 try { 1121 try {
990 int _type = RULE_INT; 1122 int _type = RULE_INT;
991 int _channel = DEFAULT_TOKEN_CHANNEL; 1123 int _channel = DEFAULT_TOKEN_CHANNEL;
992 // InternalApplicationConfiguration.g:9802:10: ( ( '0' .. '9' )+ ) 1124 // InternalApplicationConfiguration.g:10266:10: ( ( '0' .. '9' )+ )
993 // InternalApplicationConfiguration.g:9802:12: ( '0' .. '9' )+ 1125 // InternalApplicationConfiguration.g:10266:12: ( '0' .. '9' )+
994 { 1126 {
995 // InternalApplicationConfiguration.g:9802:12: ( '0' .. '9' )+ 1127 // InternalApplicationConfiguration.g:10266:12: ( '0' .. '9' )+
996 int cnt3=0; 1128 int cnt3=0;
997 loop3: 1129 loop3:
998 do { 1130 do {
@@ -1006,7 +1138,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1006 1138
1007 switch (alt3) { 1139 switch (alt3) {
1008 case 1 : 1140 case 1 :
1009 // InternalApplicationConfiguration.g:9802:13: '0' .. '9' 1141 // InternalApplicationConfiguration.g:10266:13: '0' .. '9'
1010 { 1142 {
1011 matchRange('0','9'); 1143 matchRange('0','9');
1012 1144
@@ -1038,10 +1170,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1038 try { 1170 try {
1039 int _type = RULE_STRING; 1171 int _type = RULE_STRING;
1040 int _channel = DEFAULT_TOKEN_CHANNEL; 1172 int _channel = DEFAULT_TOKEN_CHANNEL;
1041 // InternalApplicationConfiguration.g:9804:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 1173 // InternalApplicationConfiguration.g:10268:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
1042 // InternalApplicationConfiguration.g:9804:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1174 // InternalApplicationConfiguration.g:10268:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1043 { 1175 {
1044 // InternalApplicationConfiguration.g:9804:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1176 // InternalApplicationConfiguration.g:10268:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1045 int alt6=2; 1177 int alt6=2;
1046 int LA6_0 = input.LA(1); 1178 int LA6_0 = input.LA(1);
1047 1179
@@ -1059,10 +1191,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1059 } 1191 }
1060 switch (alt6) { 1192 switch (alt6) {
1061 case 1 : 1193 case 1 :
1062 // InternalApplicationConfiguration.g:9804:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1194 // InternalApplicationConfiguration.g:10268:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
1063 { 1195 {
1064 match('\"'); 1196 match('\"');
1065 // InternalApplicationConfiguration.g:9804:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1197 // InternalApplicationConfiguration.g:10268:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
1066 loop4: 1198 loop4:
1067 do { 1199 do {
1068 int alt4=3; 1200 int alt4=3;
@@ -1078,7 +1210,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1078 1210
1079 switch (alt4) { 1211 switch (alt4) {
1080 case 1 : 1212 case 1 :
1081 // InternalApplicationConfiguration.g:9804:21: '\\\\' . 1213 // InternalApplicationConfiguration.g:10268:21: '\\\\' .
1082 { 1214 {
1083 match('\\'); 1215 match('\\');
1084 matchAny(); 1216 matchAny();
@@ -1086,7 +1218,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1086 } 1218 }
1087 break; 1219 break;
1088 case 2 : 1220 case 2 :
1089 // InternalApplicationConfiguration.g:9804:28: ~ ( ( '\\\\' | '\"' ) ) 1221 // InternalApplicationConfiguration.g:10268:28: ~ ( ( '\\\\' | '\"' ) )
1090 { 1222 {
1091 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1223 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1092 input.consume(); 1224 input.consume();
@@ -1111,10 +1243,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1111 } 1243 }
1112 break; 1244 break;
1113 case 2 : 1245 case 2 :
1114 // InternalApplicationConfiguration.g:9804:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1246 // InternalApplicationConfiguration.g:10268:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
1115 { 1247 {
1116 match('\''); 1248 match('\'');
1117 // InternalApplicationConfiguration.g:9804:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1249 // InternalApplicationConfiguration.g:10268:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
1118 loop5: 1250 loop5:
1119 do { 1251 do {
1120 int alt5=3; 1252 int alt5=3;
@@ -1130,7 +1262,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1130 1262
1131 switch (alt5) { 1263 switch (alt5) {
1132 case 1 : 1264 case 1 :
1133 // InternalApplicationConfiguration.g:9804:54: '\\\\' . 1265 // InternalApplicationConfiguration.g:10268:54: '\\\\' .
1134 { 1266 {
1135 match('\\'); 1267 match('\\');
1136 matchAny(); 1268 matchAny();
@@ -1138,7 +1270,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1138 } 1270 }
1139 break; 1271 break;
1140 case 2 : 1272 case 2 :
1141 // InternalApplicationConfiguration.g:9804:61: ~ ( ( '\\\\' | '\\'' ) ) 1273 // InternalApplicationConfiguration.g:10268:61: ~ ( ( '\\\\' | '\\'' ) )
1142 { 1274 {
1143 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1275 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1144 input.consume(); 1276 input.consume();
@@ -1181,12 +1313,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1181 try { 1313 try {
1182 int _type = RULE_ML_COMMENT; 1314 int _type = RULE_ML_COMMENT;
1183 int _channel = DEFAULT_TOKEN_CHANNEL; 1315 int _channel = DEFAULT_TOKEN_CHANNEL;
1184 // InternalApplicationConfiguration.g:9806:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1316 // InternalApplicationConfiguration.g:10270:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1185 // InternalApplicationConfiguration.g:9806:19: '/*' ( options {greedy=false; } : . )* '*/' 1317 // InternalApplicationConfiguration.g:10270:19: '/*' ( options {greedy=false; } : . )* '*/'
1186 { 1318 {
1187 match("/*"); 1319 match("/*");
1188 1320
1189 // InternalApplicationConfiguration.g:9806:24: ( options {greedy=false; } : . )* 1321 // InternalApplicationConfiguration.g:10270:24: ( options {greedy=false; } : . )*
1190 loop7: 1322 loop7:
1191 do { 1323 do {
1192 int alt7=2; 1324 int alt7=2;
@@ -1211,7 +1343,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1211 1343
1212 switch (alt7) { 1344 switch (alt7) {
1213 case 1 : 1345 case 1 :
1214 // InternalApplicationConfiguration.g:9806:52: . 1346 // InternalApplicationConfiguration.g:10270:52: .
1215 { 1347 {
1216 matchAny(); 1348 matchAny();
1217 1349
@@ -1241,12 +1373,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1241 try { 1373 try {
1242 int _type = RULE_SL_COMMENT; 1374 int _type = RULE_SL_COMMENT;
1243 int _channel = DEFAULT_TOKEN_CHANNEL; 1375 int _channel = DEFAULT_TOKEN_CHANNEL;
1244 // InternalApplicationConfiguration.g:9808:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1376 // InternalApplicationConfiguration.g:10272:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1245 // InternalApplicationConfiguration.g:9808:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1377 // InternalApplicationConfiguration.g:10272:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1246 { 1378 {
1247 match("//"); 1379 match("//");
1248 1380
1249 // InternalApplicationConfiguration.g:9808:24: (~ ( ( '\\n' | '\\r' ) ) )* 1381 // InternalApplicationConfiguration.g:10272:24: (~ ( ( '\\n' | '\\r' ) ) )*
1250 loop8: 1382 loop8:
1251 do { 1383 do {
1252 int alt8=2; 1384 int alt8=2;
@@ -1259,7 +1391,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1259 1391
1260 switch (alt8) { 1392 switch (alt8) {
1261 case 1 : 1393 case 1 :
1262 // InternalApplicationConfiguration.g:9808:24: ~ ( ( '\\n' | '\\r' ) ) 1394 // InternalApplicationConfiguration.g:10272:24: ~ ( ( '\\n' | '\\r' ) )
1263 { 1395 {
1264 if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) { 1396 if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) {
1265 input.consume(); 1397 input.consume();
@@ -1279,7 +1411,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1279 } 1411 }
1280 } while (true); 1412 } while (true);
1281 1413
1282 // InternalApplicationConfiguration.g:9808:40: ( ( '\\r' )? '\\n' )? 1414 // InternalApplicationConfiguration.g:10272:40: ( ( '\\r' )? '\\n' )?
1283 int alt10=2; 1415 int alt10=2;
1284 int LA10_0 = input.LA(1); 1416 int LA10_0 = input.LA(1);
1285 1417
@@ -1288,9 +1420,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1288 } 1420 }
1289 switch (alt10) { 1421 switch (alt10) {
1290 case 1 : 1422 case 1 :
1291 // InternalApplicationConfiguration.g:9808:41: ( '\\r' )? '\\n' 1423 // InternalApplicationConfiguration.g:10272:41: ( '\\r' )? '\\n'
1292 { 1424 {
1293 // InternalApplicationConfiguration.g:9808:41: ( '\\r' )? 1425 // InternalApplicationConfiguration.g:10272:41: ( '\\r' )?
1294 int alt9=2; 1426 int alt9=2;
1295 int LA9_0 = input.LA(1); 1427 int LA9_0 = input.LA(1);
1296 1428
@@ -1299,7 +1431,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1299 } 1431 }
1300 switch (alt9) { 1432 switch (alt9) {
1301 case 1 : 1433 case 1 :
1302 // InternalApplicationConfiguration.g:9808:41: '\\r' 1434 // InternalApplicationConfiguration.g:10272:41: '\\r'
1303 { 1435 {
1304 match('\r'); 1436 match('\r');
1305 1437
@@ -1331,10 +1463,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1331 try { 1463 try {
1332 int _type = RULE_WS; 1464 int _type = RULE_WS;
1333 int _channel = DEFAULT_TOKEN_CHANNEL; 1465 int _channel = DEFAULT_TOKEN_CHANNEL;
1334 // InternalApplicationConfiguration.g:9810:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1466 // InternalApplicationConfiguration.g:10274:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1335 // InternalApplicationConfiguration.g:9810:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1467 // InternalApplicationConfiguration.g:10274:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1336 { 1468 {
1337 // InternalApplicationConfiguration.g:9810:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1469 // InternalApplicationConfiguration.g:10274:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1338 int cnt11=0; 1470 int cnt11=0;
1339 loop11: 1471 loop11:
1340 do { 1472 do {
@@ -1388,8 +1520,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1388 try { 1520 try {
1389 int _type = RULE_ANY_OTHER; 1521 int _type = RULE_ANY_OTHER;
1390 int _channel = DEFAULT_TOKEN_CHANNEL; 1522 int _channel = DEFAULT_TOKEN_CHANNEL;
1391 // InternalApplicationConfiguration.g:9812:16: ( . ) 1523 // InternalApplicationConfiguration.g:10276:16: ( . )
1392 // InternalApplicationConfiguration.g:9812:18: . 1524 // InternalApplicationConfiguration.g:10276:18: .
1393 { 1525 {
1394 matchAny(); 1526 matchAny();
1395 1527
@@ -1404,8 +1536,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1404 // $ANTLR end "RULE_ANY_OTHER" 1536 // $ANTLR end "RULE_ANY_OTHER"
1405 1537
1406 public void mTokens() throws RecognitionException { 1538 public void mTokens() throws RecognitionException {
1407 // InternalApplicationConfiguration.g:1:8: ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER ) 1539 // InternalApplicationConfiguration.g:1:8: ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
1408 int alt12=47; 1540 int alt12=53;
1409 alt12 = dfa12.predict(input); 1541 alt12 = dfa12.predict(input);
1410 switch (alt12) { 1542 switch (alt12) {
1411 case 1 : 1543 case 1 :
@@ -1689,49 +1821,91 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1689 } 1821 }
1690 break; 1822 break;
1691 case 41 : 1823 case 41 :
1692 // InternalApplicationConfiguration.g:1:250: RULE_ID 1824 // InternalApplicationConfiguration.g:1:250: T__51
1693 { 1825 {
1694 mRULE_ID(); 1826 mT__51();
1695 1827
1696 } 1828 }
1697 break; 1829 break;
1698 case 42 : 1830 case 42 :
1699 // InternalApplicationConfiguration.g:1:258: RULE_INT 1831 // InternalApplicationConfiguration.g:1:256: T__52
1700 { 1832 {
1701 mRULE_INT(); 1833 mT__52();
1702 1834
1703 } 1835 }
1704 break; 1836 break;
1705 case 43 : 1837 case 43 :
1706 // InternalApplicationConfiguration.g:1:267: RULE_STRING 1838 // InternalApplicationConfiguration.g:1:262: T__53
1707 { 1839 {
1708 mRULE_STRING(); 1840 mT__53();
1709 1841
1710 } 1842 }
1711 break; 1843 break;
1712 case 44 : 1844 case 44 :
1713 // InternalApplicationConfiguration.g:1:279: RULE_ML_COMMENT 1845 // InternalApplicationConfiguration.g:1:268: T__54
1714 { 1846 {
1715 mRULE_ML_COMMENT(); 1847 mT__54();
1716 1848
1717 } 1849 }
1718 break; 1850 break;
1719 case 45 : 1851 case 45 :
1720 // InternalApplicationConfiguration.g:1:295: RULE_SL_COMMENT 1852 // InternalApplicationConfiguration.g:1:274: T__55
1721 { 1853 {
1722 mRULE_SL_COMMENT(); 1854 mT__55();
1723 1855
1724 } 1856 }
1725 break; 1857 break;
1726 case 46 : 1858 case 46 :
1727 // InternalApplicationConfiguration.g:1:311: RULE_WS 1859 // InternalApplicationConfiguration.g:1:280: T__56
1728 { 1860 {
1729 mRULE_WS(); 1861 mT__56();
1730 1862
1731 } 1863 }
1732 break; 1864 break;
1733 case 47 : 1865 case 47 :
1734 // InternalApplicationConfiguration.g:1:319: RULE_ANY_OTHER 1866 // InternalApplicationConfiguration.g:1:286: RULE_ID
1867 {
1868 mRULE_ID();
1869
1870 }
1871 break;
1872 case 48 :
1873 // InternalApplicationConfiguration.g:1:294: RULE_INT
1874 {
1875 mRULE_INT();
1876
1877 }
1878 break;
1879 case 49 :
1880 // InternalApplicationConfiguration.g:1:303: RULE_STRING
1881 {
1882 mRULE_STRING();
1883
1884 }
1885 break;
1886 case 50 :
1887 // InternalApplicationConfiguration.g:1:315: RULE_ML_COMMENT
1888 {
1889 mRULE_ML_COMMENT();
1890
1891 }
1892 break;
1893 case 51 :
1894 // InternalApplicationConfiguration.g:1:331: RULE_SL_COMMENT
1895 {
1896 mRULE_SL_COMMENT();
1897
1898 }
1899 break;
1900 case 52 :
1901 // InternalApplicationConfiguration.g:1:347: RULE_WS
1902 {
1903 mRULE_WS();
1904
1905 }
1906 break;
1907 case 53 :
1908 // InternalApplicationConfiguration.g:1:355: RULE_ANY_OTHER
1735 { 1909 {
1736 mRULE_ANY_OTHER(); 1910 mRULE_ANY_OTHER();
1737 1911
@@ -1745,103 +1919,99 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1745 1919
1746 protected DFA12 dfa12 = new DFA12(this); 1920 protected DFA12 dfa12 = new DFA12(this);
1747 static final String DFA12_eotS = 1921 static final String DFA12_eotS =
1748 "\1\uffff\3\46\1\52\4\46\4\uffff\1\46\1\44\2\46\3\uffff\7\46\1\44\1\uffff\1\44\2\uffff\3\44\2\uffff\1\46\1\uffff\2\46\2\uffff\7\46\4\uffff\1\46\1\uffff\3\46\3\uffff\13\46\7\uffff\4\46\1\160\25\46\1\u0086\5\46\1\uffff\3\46\1\u008f\7\46\1\u0097\1\46\1\u0099\1\u009a\6\46\1\uffff\10\46\1\uffff\7\46\1\uffff\1\46\2\uffff\2\46\1\u00b3\2\46\1\u00b6\4\46\1\u00bb\2\46\1\u00be\1\u00bf\4\46\1\u00c4\1\u00c5\1\u00c6\1\u00c7\1\46\1\uffff\1\u00c9\1\46\1\uffff\1\u00cb\3\46\1\uffff\2\46\2\uffff\1\u00d1\3\46\4\uffff\1\46\1\uffff\1\46\1\uffff\3\46\1\u00da\1\46\1\uffff\1\u00dc\1\uffff\2\46\1\u00df\1\u00e0\2\46\1\uffff\1\u00e3\1\uffff\1\u00e4\1\46\2\uffff\2\46\2\uffff\1\u00e8\1\u00e9\1\46\2\uffff\1\u00eb\1\uffff"; 1922 "\1\uffff\5\47\1\57\3\47\4\uffff\1\47\1\44\4\47\3\uffff\4\47\1\44\1\uffff\1\44\2\uffff\3\44\2\uffff\2\47\1\uffff\6\47\2\uffff\5\47\4\uffff\1\47\1\uffff\6\47\3\uffff\6\47\7\uffff\13\47\1\174\12\47\1\u0088\11\47\1\u0093\1\47\1\u0095\1\47\1\u0097\1\u0098\5\47\1\uffff\12\47\2\uffff\1\47\1\u00a9\1\u00aa\7\47\1\uffff\1\47\1\uffff\1\47\2\uffff\20\47\2\uffff\2\47\1\u00c6\2\47\1\u00c9\1\47\1\u00cb\1\u00cc\1\u00cd\3\47\1\u00d1\2\47\1\u00d4\4\47\1\u00d9\1\u00da\1\u00db\1\47\1\u00dd\1\47\1\uffff\1\u00df\1\47\1\uffff\1\u00e1\3\uffff\3\47\1\uffff\2\47\1\uffff\1\u00e7\3\47\3\uffff\1\u00eb\1\uffff\1\47\1\uffff\1\47\1\uffff\3\47\1\u00f1\1\47\1\uffff\1\u00f3\1\uffff\1\47\1\uffff\1\47\1\u00f6\1\u00f7\2\47\1\uffff\1\u00fa\1\uffff\1\u00fb\1\47\2\uffff\2\47\2\uffff\1\u00ff\1\u0100\1\47\2\uffff\1\u0102\1\uffff";
1749 static final String DFA12_eofS = 1923 static final String DFA12_eofS =
1750 "\u00ec\uffff"; 1924 "\u0103\uffff";
1751 static final String DFA12_minS = 1925 static final String DFA12_minS =
1752 "\1\0\1\115\1\154\1\151\1\56\1\155\1\160\2\151\4\uffff\1\141\1\72\1\145\1\157\3\uffff\1\157\1\145\1\143\2\145\1\157\1\165\1\75\1\uffff\1\101\2\uffff\2\0\1\52\2\uffff\1\124\1\uffff\1\154\1\141\2\uffff\1\160\1\164\1\141\1\143\1\141\2\154\4\uffff\1\143\1\uffff\1\164\1\144\1\156\3\uffff\1\144\1\155\1\141\1\156\1\141\1\157\1\154\1\156\1\142\1\147\1\164\7\uffff\1\123\1\157\1\164\1\157\1\60\1\143\1\154\1\164\1\145\1\144\1\153\2\164\1\141\1\145\1\146\1\145\1\142\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\165\1\60\1\160\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\60\1\145\1\141\1\145\1\151\1\155\1\154\1\151\1\60\1\145\2\60\1\156\1\151\2\145\1\162\1\147\1\uffff\1\165\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\uffff\1\162\1\147\1\162\1\141\1\157\1\163\1\147\1\uffff\1\162\2\uffff\1\147\1\163\1\60\1\162\1\141\1\60\1\164\1\166\1\157\1\123\1\60\1\147\1\151\2\60\1\145\1\156\1\154\1\144\4\60\1\164\1\uffff\1\60\1\164\1\uffff\1\60\1\145\1\154\1\157\1\uffff\1\145\1\156\2\uffff\1\60\1\163\1\55\1\145\4\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\60\1\147\1\uffff\1\60\1\uffff\1\154\1\143\2\60\1\145\1\166\1\uffff\1\60\1\uffff\1\60\1\163\2\uffff\1\162\1\145\2\uffff\2\60\1\162\2\uffff\1\60\1\uffff"; 1926 "\1\0\1\157\1\151\1\115\1\154\1\151\1\56\1\155\1\160\1\151\4\uffff\1\141\1\72\1\145\2\157\1\145\3\uffff\1\143\2\145\1\165\1\75\1\uffff\1\101\2\uffff\2\0\1\52\2\uffff\1\144\1\155\1\uffff\3\154\1\124\1\154\1\141\2\uffff\1\160\1\164\1\141\1\143\1\141\4\uffff\1\143\1\uffff\1\155\1\144\1\156\1\147\1\156\1\141\3\uffff\1\141\1\157\1\154\1\156\1\142\1\164\7\uffff\1\145\1\155\1\145\1\142\1\154\1\145\1\144\1\123\1\157\1\164\1\157\1\60\1\143\1\154\1\164\1\153\2\164\1\141\1\157\1\145\1\146\1\55\1\163\1\154\1\151\1\164\1\160\1\166\1\145\1\165\1\160\1\60\1\141\1\60\1\145\2\60\1\145\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\141\1\145\1\151\1\155\1\162\1\154\1\151\2\uffff\1\151\2\60\1\156\1\151\2\145\1\162\1\147\1\165\1\uffff\1\154\1\uffff\1\162\2\uffff\1\162\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\147\1\162\1\141\1\157\1\171\1\163\1\147\1\155\2\uffff\1\147\1\163\1\60\1\162\1\141\1\60\1\164\3\60\1\166\1\157\1\123\1\60\1\147\1\151\1\60\1\145\1\156\1\154\1\144\3\60\1\145\1\60\1\164\1\uffff\1\60\1\164\1\uffff\1\60\3\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\60\1\163\1\55\1\145\3\uffff\1\60\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\60\1\147\1\uffff\1\60\1\uffff\1\154\1\uffff\1\143\2\60\1\145\1\166\1\uffff\1\60\1\uffff\1\60\1\163\2\uffff\1\162\1\145\2\uffff\2\60\1\162\2\uffff\1\60\1\uffff";
1753 static final String DFA12_maxS = 1927 static final String DFA12_maxS =
1754 "\1\uffff\1\115\1\154\1\151\1\56\1\156\1\170\1\151\1\157\4\uffff\1\141\1\72\2\157\3\uffff\2\165\1\164\2\145\1\157\1\165\1\75\1\uffff\1\172\2\uffff\2\uffff\1\57\2\uffff\1\124\1\uffff\1\154\1\141\2\uffff\1\160\1\164\1\141\1\143\1\141\2\154\4\uffff\1\164\1\uffff\1\164\1\144\1\156\3\uffff\1\144\1\155\1\141\1\156\1\162\1\157\1\154\1\156\1\142\1\147\1\164\7\uffff\1\123\1\157\1\164\1\157\1\172\1\143\1\154\1\164\1\145\1\144\1\153\2\164\1\141\1\145\1\146\1\145\1\142\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\165\1\172\1\160\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\172\1\145\1\141\1\145\1\151\1\155\1\154\1\151\1\172\1\145\2\172\1\156\1\151\2\145\1\162\1\147\1\uffff\1\165\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\uffff\1\162\1\147\1\162\1\141\1\157\1\163\1\147\1\uffff\1\162\2\uffff\1\147\1\163\1\172\1\162\1\141\1\172\1\164\1\166\1\157\1\123\1\172\1\147\1\151\2\172\1\145\1\156\1\154\1\144\4\172\1\164\1\uffff\1\172\1\164\1\uffff\1\172\1\145\1\154\1\157\1\uffff\1\145\1\156\2\uffff\1\172\1\163\1\55\1\145\4\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\172\1\147\1\uffff\1\172\1\uffff\1\154\1\143\2\172\1\145\1\166\1\uffff\1\172\1\uffff\1\172\1\163\2\uffff\1\162\1\145\2\uffff\2\172\1\162\2\uffff\1\172\1\uffff"; 1928 "\1\uffff\2\165\1\115\1\154\1\151\1\56\1\156\1\170\1\151\4\uffff\1\141\1\72\3\157\1\165\3\uffff\1\164\2\145\1\165\1\75\1\uffff\1\172\2\uffff\2\uffff\1\57\2\uffff\1\162\1\155\1\uffff\3\154\1\124\1\154\1\141\2\uffff\1\160\1\164\1\141\1\143\1\141\4\uffff\1\164\1\uffff\1\164\1\144\1\156\1\147\1\156\1\141\3\uffff\1\162\1\157\1\154\1\156\1\142\1\164\7\uffff\1\145\1\155\1\145\1\142\1\154\1\145\1\144\1\123\1\157\1\164\1\157\1\172\1\143\1\154\1\164\1\153\2\164\1\141\1\157\1\145\1\146\1\172\1\164\1\154\1\151\1\164\1\160\1\166\1\145\1\165\1\160\1\172\1\141\1\172\1\145\2\172\1\145\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\141\1\145\1\151\1\155\1\162\1\154\1\151\2\uffff\1\151\2\172\1\156\1\151\2\145\1\162\1\147\1\165\1\uffff\1\154\1\uffff\1\162\2\uffff\1\162\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\147\1\162\1\141\1\157\1\171\1\163\1\147\1\155\2\uffff\1\147\1\163\1\172\1\162\1\141\1\172\1\164\3\172\1\166\1\157\1\123\1\172\1\147\1\151\1\172\1\145\1\156\1\154\1\144\3\172\1\145\1\172\1\164\1\uffff\1\172\1\164\1\uffff\1\172\3\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\172\1\163\1\55\1\145\3\uffff\1\172\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\172\1\147\1\uffff\1\172\1\uffff\1\154\1\uffff\1\143\2\172\1\145\1\166\1\uffff\1\172\1\uffff\1\172\1\163\2\uffff\1\162\1\145\2\uffff\2\172\1\162\2\uffff\1\172\1\uffff";
1755 static final String DFA12_acceptS = 1929 static final String DFA12_acceptS =
1756 "\11\uffff\1\11\1\12\1\13\1\14\4\uffff\1\25\1\26\1\27\10\uffff\1\46\1\uffff\1\51\1\52\3\uffff\1\56\1\57\1\uffff\1\51\2\uffff\1\34\1\4\7\uffff\1\11\1\12\1\13\1\14\1\uffff\1\17\3\uffff\1\25\1\26\1\27\13\uffff\1\45\1\46\1\52\1\53\1\54\1\55\1\56\40\uffff\1\31\25\uffff\1\42\10\uffff\1\10\7\uffff\1\30\1\uffff\1\32\1\50\30\uffff\1\35\2\uffff\1\41\4\uffff\1\5\2\uffff\1\7\1\21\4\uffff\1\22\1\24\1\47\1\33\1\uffff\1\40\1\uffff\1\44\5\uffff\1\15\1\uffff\1\37\6\uffff\1\6\1\uffff\1\23\2\uffff\1\36\1\1\2\uffff\1\16\1\20\3\uffff\1\43\1\2\1\uffff\1\3"; 1930 "\12\uffff\1\14\1\15\1\16\1\17\6\uffff\1\33\1\34\1\35\5\uffff\1\54\1\uffff\1\57\1\60\3\uffff\1\64\1\65\2\uffff\1\57\6\uffff\1\42\1\7\5\uffff\1\14\1\15\1\16\1\17\1\uffff\1\22\6\uffff\1\33\1\34\1\35\6\uffff\1\53\1\54\1\60\1\61\1\62\1\63\1\64\53\uffff\1\37\12\uffff\1\30\1\50\12\uffff\1\1\1\uffff\1\36\1\uffff\1\3\1\13\20\uffff\1\56\1\40\33\uffff\1\43\2\uffff\1\47\1\uffff\1\2\1\55\1\24\3\uffff\1\10\2\uffff\1\12\4\uffff\1\32\1\25\1\27\1\uffff\1\41\1\uffff\1\46\1\uffff\1\52\5\uffff\1\20\1\uffff\1\45\1\uffff\1\31\5\uffff\1\11\1\uffff\1\26\2\uffff\1\44\1\4\2\uffff\1\21\1\23\3\uffff\1\51\1\5\1\uffff\1\6";
1757 static final String DFA12_specialS = 1931 static final String DFA12_specialS =
1758 "\1\1\37\uffff\1\0\1\2\u00ca\uffff}>"; 1932 "\1\1\37\uffff\1\2\1\0\u00e1\uffff}>";
1759 static final String[] DFA12_transitionS = { 1933 static final String[] DFA12_transitionS = {
1760 "\11\44\2\43\2\44\1\43\22\44\1\43\1\44\1\40\1\21\3\44\1\41\2\44\1\34\1\33\1\14\1\44\1\4\1\42\12\37\1\16\1\44\1\22\1\11\1\23\2\44\1\2\21\36\1\1\2\36\1\3\4\36\3\44\1\35\1\36\1\44\2\36\1\20\1\30\1\6\1\10\1\27\1\36\1\5\2\36\1\31\1\17\1\24\1\32\1\15\1\36\1\25\1\26\2\36\1\7\4\36\1\12\1\44\1\13\uff82\44", 1934 "\11\44\2\43\2\44\1\43\22\44\1\43\1\44\1\40\1\24\3\44\1\41\2\44\1\34\1\33\1\15\1\44\1\6\1\42\12\37\1\17\1\44\1\25\1\12\1\26\2\44\1\4\21\36\1\3\2\36\1\5\4\36\3\44\1\35\1\36\1\44\2\36\1\21\1\31\1\10\1\2\1\30\1\36\1\7\2\36\1\22\1\20\1\1\1\32\1\16\1\36\1\23\1\27\2\36\1\11\4\36\1\13\1\44\1\14\uff82\44",
1761 "\1\45", 1935 "\1\45\5\uffff\1\46",
1762 "\1\47", 1936 "\1\51\5\uffff\1\52\5\uffff\1\50",
1763 "\1\50", 1937 "\1\53",
1764 "\1\51", 1938 "\1\54",
1765 "\1\53\1\54", 1939 "\1\55",
1766 "\1\55\7\uffff\1\56", 1940 "\1\56",
1767 "\1\57", 1941 "\1\60\1\61",
1768 "\1\60\5\uffff\1\61", 1942 "\1\62\7\uffff\1\63",
1943 "\1\64",
1769 "", 1944 "",
1770 "", 1945 "",
1771 "", 1946 "",
1772 "", 1947 "",
1773 "\1\66", 1948 "\1\71",
1774 "\1\67",
1775 "\1\70\11\uffff\1\71",
1776 "\1\72", 1949 "\1\72",
1950 "\1\73\11\uffff\1\74",
1951 "\1\75",
1952 "\1\76",
1953 "\1\100\17\uffff\1\77",
1777 "", 1954 "",
1778 "", 1955 "",
1779 "", 1956 "",
1780 "\1\76\5\uffff\1\77", 1957 "\1\105\13\uffff\1\106\4\uffff\1\104",
1781 "\1\100\17\uffff\1\101",
1782 "\1\103\13\uffff\1\104\4\uffff\1\102",
1783 "\1\105",
1784 "\1\106",
1785 "\1\107", 1958 "\1\107",
1786 "\1\110", 1959 "\1\110",
1787 "\1\111", 1960 "\1\111",
1961 "\1\112",
1788 "", 1962 "",
1789 "\32\46\4\uffff\1\46\1\uffff\32\46", 1963 "\32\47\4\uffff\1\47\1\uffff\32\47",
1790 "",
1791 "",
1792 "\0\114",
1793 "\0\114",
1794 "\1\115\4\uffff\1\116",
1795 "", 1964 "",
1796 "", 1965 "",
1797 "\1\120", 1966 "\0\115",
1967 "\0\115",
1968 "\1\116\4\uffff\1\117",
1798 "", 1969 "",
1799 "\1\121",
1800 "\1\122",
1801 "", 1970 "",
1802 "", 1971 "\1\123\11\uffff\1\121\3\uffff\1\122",
1803 "\1\123",
1804 "\1\124", 1972 "\1\124",
1973 "",
1805 "\1\125", 1974 "\1\125",
1806 "\1\126", 1975 "\1\126",
1807 "\1\127", 1976 "\1\127",
1808 "\1\130", 1977 "\1\130",
1809 "\1\131", 1978 "\1\131",
1979 "\1\132",
1810 "", 1980 "",
1811 "", 1981 "",
1812 "", 1982 "\1\133",
1813 "", 1983 "\1\134",
1814 "\1\132\16\uffff\1\134\1\uffff\1\133",
1815 "",
1816 "\1\135", 1984 "\1\135",
1817 "\1\136", 1985 "\1\136",
1818 "\1\137", 1986 "\1\137",
1819 "", 1987 "",
1820 "", 1988 "",
1821 "", 1989 "",
1822 "\1\140", 1990 "",
1823 "\1\141", 1991 "\1\140\16\uffff\1\142\1\uffff\1\141",
1824 "\1\142", 1992 "",
1825 "\1\143", 1993 "\1\144\6\uffff\1\143",
1826 "\1\145\20\uffff\1\144", 1994 "\1\145",
1827 "\1\146", 1995 "\1\146",
1828 "\1\147", 1996 "\1\147",
1829 "\1\150", 1997 "\1\150",
1830 "\1\151", 1998 "\1\151",
1831 "\1\152",
1832 "\1\153",
1833 "",
1834 "",
1835 "",
1836 "",
1837 "", 1999 "",
1838 "", 2000 "",
1839 "", 2001 "",
2002 "\1\153\20\uffff\1\152",
1840 "\1\154", 2003 "\1\154",
1841 "\1\155", 2004 "\1\155",
1842 "\1\156", 2005 "\1\156",
1843 "\1\157", 2006 "\1\157",
1844 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2007 "\1\160",
2008 "",
2009 "",
2010 "",
2011 "",
2012 "",
2013 "",
2014 "",
1845 "\1\161", 2015 "\1\161",
1846 "\1\162", 2016 "\1\162",
1847 "\1\163", 2017 "\1\163",
@@ -1853,7 +2023,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1853 "\1\171", 2023 "\1\171",
1854 "\1\172", 2024 "\1\172",
1855 "\1\173", 2025 "\1\173",
1856 "\1\174", 2026 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1857 "\1\175", 2027 "\1\175",
1858 "\1\176", 2028 "\1\176",
1859 "\1\177", 2029 "\1\177",
@@ -1863,35 +2033,32 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1863 "\1\u0083", 2033 "\1\u0083",
1864 "\1\u0084", 2034 "\1\u0084",
1865 "\1\u0085", 2035 "\1\u0085",
1866 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2036 "\1\u0086",
1867 "\1\u0087", 2037 "\1\u0087\2\uffff\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1868 "\1\u0088", 2038 "\1\u008a\1\u0089",
1869 "\1\u0089",
1870 "\1\u008a",
1871 "\1\u008b", 2039 "\1\u008b",
1872 "",
1873 "\1\u008c", 2040 "\1\u008c",
1874 "\1\u008d", 2041 "\1\u008d",
1875 "\1\u008e", 2042 "\1\u008e",
1876 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2043 "\1\u008f",
1877 "\1\u0090", 2044 "\1\u0090",
1878 "\1\u0091", 2045 "\1\u0091",
1879 "\1\u0092", 2046 "\1\u0092",
1880 "\1\u0093", 2047 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1881 "\1\u0094", 2048 "\1\u0094",
1882 "\1\u0095", 2049 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1883 "\1\u0096", 2050 "\1\u0096",
1884 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2051 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1885 "\1\u0098", 2052 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1886 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2053 "\1\u0099",
1887 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2054 "\1\u009a",
1888 "\1\u009b", 2055 "\1\u009b",
1889 "\1\u009c", 2056 "\1\u009c",
1890 "\1\u009d", 2057 "\1\u009d",
2058 "",
1891 "\1\u009e", 2059 "\1\u009e",
1892 "\1\u009f", 2060 "\1\u009f",
1893 "\1\u00a0", 2061 "\1\u00a0",
1894 "",
1895 "\1\u00a1", 2062 "\1\u00a1",
1896 "\1\u00a2", 2063 "\1\u00a2",
1897 "\1\u00a3", 2064 "\1\u00a3",
@@ -1899,99 +2066,129 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1899 "\1\u00a5", 2066 "\1\u00a5",
1900 "\1\u00a6", 2067 "\1\u00a6",
1901 "\1\u00a7", 2068 "\1\u00a7",
1902 "\1\u00a8",
1903 "", 2069 "",
1904 "\1\u00a9", 2070 "",
1905 "\1\u00aa", 2071 "\1\u00a8",
2072 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2073 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1906 "\1\u00ab", 2074 "\1\u00ab",
1907 "\1\u00ac", 2075 "\1\u00ac",
1908 "\1\u00ad", 2076 "\1\u00ad",
1909 "\1\u00ae", 2077 "\1\u00ae",
1910 "\1\u00af", 2078 "\1\u00af",
1911 "",
1912 "\1\u00b0", 2079 "\1\u00b0",
1913 "",
1914 "",
1915 "\1\u00b1", 2080 "\1\u00b1",
2081 "",
1916 "\1\u00b2", 2082 "\1\u00b2",
1917 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2083 "",
2084 "\1\u00b3",
2085 "",
2086 "",
1918 "\1\u00b4", 2087 "\1\u00b4",
1919 "\1\u00b5", 2088 "\1\u00b5",
1920 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2089 "\1\u00b6",
1921 "\1\u00b7", 2090 "\1\u00b7",
1922 "\1\u00b8", 2091 "\1\u00b8",
1923 "\1\u00b9", 2092 "\1\u00b9",
1924 "\1\u00ba", 2093 "\1\u00ba",
1925 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2094 "\1\u00bb",
1926 "\1\u00bc", 2095 "\1\u00bc",
1927 "\1\u00bd", 2096 "\1\u00bd",
1928 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2097 "\1\u00be",
1929 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2098 "\1\u00bf",
1930 "\1\u00c0", 2099 "\1\u00c0",
1931 "\1\u00c1", 2100 "\1\u00c1",
1932 "\1\u00c2", 2101 "\1\u00c2",
1933 "\1\u00c3", 2102 "\1\u00c3",
1934 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1935 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1936 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1937 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1938 "\1\u00c8",
1939 "", 2103 "",
1940 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1941 "\1\u00ca",
1942 "", 2104 "",
1943 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2105 "\1\u00c4",
1944 "\1\u00cc", 2106 "\1\u00c5",
1945 "\1\u00cd", 2107 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2108 "\1\u00c7",
2109 "\1\u00c8",
2110 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2111 "\1\u00ca",
2112 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2113 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2114 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1946 "\1\u00ce", 2115 "\1\u00ce",
1947 "",
1948 "\1\u00cf", 2116 "\1\u00cf",
1949 "\1\u00d0", 2117 "\1\u00d0",
1950 "", 2118 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1951 "",
1952 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1953 "\1\u00d2", 2119 "\1\u00d2",
1954 "\1\u00d3", 2120 "\1\u00d3",
1955 "\1\u00d4", 2121 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2122 "\1\u00d5",
2123 "\1\u00d6",
2124 "\1\u00d7",
2125 "\1\u00d8",
2126 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2127 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2128 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2129 "\1\u00dc",
2130 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2131 "\1\u00de",
1956 "", 2132 "",
2133 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2134 "\1\u00e0",
1957 "", 2135 "",
2136 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1958 "", 2137 "",
1959 "", 2138 "",
1960 "\1\u00d5",
1961 "", 2139 "",
1962 "\1\u00d6", 2140 "\1\u00e2",
2141 "\1\u00e3",
2142 "\1\u00e4",
1963 "", 2143 "",
1964 "\1\u00d7", 2144 "\1\u00e5",
1965 "\1\u00d8", 2145 "\1\u00e6",
1966 "\1\u00d9",
1967 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1968 "\1\u00db",
1969 "", 2146 "",
1970 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2147 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2148 "\1\u00e8",
2149 "\1\u00e9",
2150 "\1\u00ea",
1971 "", 2151 "",
1972 "\1\u00dd",
1973 "\1\u00de",
1974 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1975 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1976 "\1\u00e1",
1977 "\1\u00e2",
1978 "", 2152 "",
1979 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46",
1980 "", 2153 "",
1981 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2154 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1982 "\1\u00e5",
1983 "", 2155 "",
2156 "\1\u00ec",
1984 "", 2157 "",
1985 "\1\u00e6", 2158 "\1\u00ed",
1986 "\1\u00e7",
1987 "", 2159 "",
2160 "\1\u00ee",
2161 "\1\u00ef",
2162 "\1\u00f0",
2163 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2164 "\1\u00f2",
1988 "", 2165 "",
1989 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2166 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1990 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2167 "",
1991 "\1\u00ea", 2168 "\1\u00f4",
2169 "",
2170 "\1\u00f5",
2171 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2172 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2173 "\1\u00f8",
2174 "\1\u00f9",
2175 "",
2176 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2177 "",
2178 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2179 "\1\u00fc",
1992 "", 2180 "",
1993 "", 2181 "",
1994 "\12\46\7\uffff\32\46\4\uffff\1\46\1\uffff\32\46", 2182 "\1\u00fd",
2183 "\1\u00fe",
2184 "",
2185 "",
2186 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2187 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2188 "\1\u0101",
2189 "",
2190 "",
2191 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
1995 "" 2192 ""
1996 }; 2193 };
1997 2194
@@ -2025,17 +2222,17 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2025 this.transition = DFA12_transition; 2222 this.transition = DFA12_transition;
2026 } 2223 }
2027 public String getDescription() { 2224 public String getDescription() {
2028 return "1:1: Tokens : ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );"; 2225 return "1:1: Tokens : ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
2029 } 2226 }
2030 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { 2227 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
2031 IntStream input = _input; 2228 IntStream input = _input;
2032 int _s = s; 2229 int _s = s;
2033 switch ( s ) { 2230 switch ( s ) {
2034 case 0 : 2231 case 0 :
2035 int LA12_32 = input.LA(1); 2232 int LA12_33 = input.LA(1);
2036 2233
2037 s = -1; 2234 s = -1;
2038 if ( ((LA12_32>='\u0000' && LA12_32<='\uFFFF')) ) {s = 76;} 2235 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 77;}
2039 2236
2040 else s = 36; 2237 else s = 36;
2041 2238
@@ -2045,55 +2242,55 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2045 int LA12_0 = input.LA(1); 2242 int LA12_0 = input.LA(1);
2046 2243
2047 s = -1; 2244 s = -1;
2048 if ( (LA12_0=='S') ) {s = 1;} 2245 if ( (LA12_0=='n') ) {s = 1;}
2049 2246
2050 else if ( (LA12_0=='A') ) {s = 2;} 2247 else if ( (LA12_0=='f') ) {s = 2;}
2051 2248
2052 else if ( (LA12_0=='V') ) {s = 3;} 2249 else if ( (LA12_0=='S') ) {s = 3;}
2053 2250
2054 else if ( (LA12_0=='.') ) {s = 4;} 2251 else if ( (LA12_0=='A') ) {s = 4;}
2055 2252
2056 else if ( (LA12_0=='i') ) {s = 5;} 2253 else if ( (LA12_0=='V') ) {s = 5;}
2057 2254
2058 else if ( (LA12_0=='e') ) {s = 6;} 2255 else if ( (LA12_0=='.') ) {s = 6;}
2059 2256
2060 else if ( (LA12_0=='v') ) {s = 7;} 2257 else if ( (LA12_0=='i') ) {s = 7;}
2061 2258
2062 else if ( (LA12_0=='f') ) {s = 8;} 2259 else if ( (LA12_0=='e') ) {s = 8;}
2063 2260
2064 else if ( (LA12_0=='=') ) {s = 9;} 2261 else if ( (LA12_0=='v') ) {s = 9;}
2065 2262
2066 else if ( (LA12_0=='{') ) {s = 10;} 2263 else if ( (LA12_0=='=') ) {s = 10;}
2067 2264
2068 else if ( (LA12_0=='}') ) {s = 11;} 2265 else if ( (LA12_0=='{') ) {s = 11;}
2069 2266
2070 else if ( (LA12_0==',') ) {s = 12;} 2267 else if ( (LA12_0=='}') ) {s = 12;}
2071 2268
2072 else if ( (LA12_0=='p') ) {s = 13;} 2269 else if ( (LA12_0==',') ) {s = 13;}
2073 2270
2074 else if ( (LA12_0==':') ) {s = 14;} 2271 else if ( (LA12_0=='p') ) {s = 14;}
2075 2272
2076 else if ( (LA12_0=='m') ) {s = 15;} 2273 else if ( (LA12_0==':') ) {s = 15;}
2077 2274
2078 else if ( (LA12_0=='c') ) {s = 16;} 2275 else if ( (LA12_0=='m') ) {s = 16;}
2079 2276
2080 else if ( (LA12_0=='#') ) {s = 17;} 2277 else if ( (LA12_0=='c') ) {s = 17;}
2081 2278
2082 else if ( (LA12_0=='<') ) {s = 18;} 2279 else if ( (LA12_0=='l') ) {s = 18;}
2083 2280
2084 else if ( (LA12_0=='>') ) {s = 19;} 2281 else if ( (LA12_0=='r') ) {s = 19;}
2085 2282
2086 else if ( (LA12_0=='n') ) {s = 20;} 2283 else if ( (LA12_0=='#') ) {s = 20;}
2087 2284
2088 else if ( (LA12_0=='r') ) {s = 21;} 2285 else if ( (LA12_0=='<') ) {s = 21;}
2089 2286
2090 else if ( (LA12_0=='s') ) {s = 22;} 2287 else if ( (LA12_0=='>') ) {s = 22;}
2091 2288
2092 else if ( (LA12_0=='g') ) {s = 23;} 2289 else if ( (LA12_0=='s') ) {s = 23;}
2093 2290
2094 else if ( (LA12_0=='d') ) {s = 24;} 2291 else if ( (LA12_0=='g') ) {s = 24;}
2095 2292
2096 else if ( (LA12_0=='l') ) {s = 25;} 2293 else if ( (LA12_0=='d') ) {s = 25;}
2097 2294
2098 else if ( (LA12_0=='o') ) {s = 26;} 2295 else if ( (LA12_0=='o') ) {s = 26;}
2099 2296
@@ -2120,10 +2317,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2120 if ( s>=0 ) return s; 2317 if ( s>=0 ) return s;
2121 break; 2318 break;
2122 case 2 : 2319 case 2 :
2123 int LA12_33 = input.LA(1); 2320 int LA12_32 = input.LA(1);
2124 2321
2125 s = -1; 2322 s = -1;
2126 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 76;} 2323 if ( ((LA12_32>='\u0000' && LA12_32<='\uFFFF')) ) {s = 77;}
2127 2324
2128 else s = 36; 2325 else s = 36;
2129 2326