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:
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.java628
1 files changed, 330 insertions, 298 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 9a16ae0a..5105b180 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
@@ -40,6 +40,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
40 public static final int RULE_INT=5; 40 public static final int RULE_INT=5;
41 public static final int T__29=29; 41 public static final int T__29=29;
42 public static final int T__22=22; 42 public static final int T__22=22;
43 public static final int T__66=66;
43 public static final int RULE_ML_COMMENT=7; 44 public static final int RULE_ML_COMMENT=7;
44 public static final int T__23=23; 45 public static final int T__23=23;
45 public static final int T__24=24; 46 public static final int T__24=24;
@@ -136,11 +137,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
136 try { 137 try {
137 int _type = T__13; 138 int _type = T__13;
138 int _channel = DEFAULT_TOKEN_CHANNEL; 139 int _channel = DEFAULT_TOKEN_CHANNEL;
139 // InternalApplicationConfiguration.g:13:7: ( '<=' ) 140 // InternalApplicationConfiguration.g:13:7: ( '<' )
140 // InternalApplicationConfiguration.g:13:9: '<=' 141 // InternalApplicationConfiguration.g:13:9: '<'
141 { 142 {
142 match("<="); 143 match('<');
143
144 144
145 } 145 }
146 146
@@ -157,11 +157,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
157 try { 157 try {
158 int _type = T__14; 158 int _type = T__14;
159 int _channel = DEFAULT_TOKEN_CHANNEL; 159 int _channel = DEFAULT_TOKEN_CHANNEL;
160 // InternalApplicationConfiguration.g:14:7: ( '>=' ) 160 // InternalApplicationConfiguration.g:14:7: ( '>' )
161 // InternalApplicationConfiguration.g:14:9: '>=' 161 // InternalApplicationConfiguration.g:14:9: '>'
162 { 162 {
163 match(">="); 163 match('>');
164
165 164
166 } 165 }
167 166
@@ -178,10 +177,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
178 try { 177 try {
179 int _type = T__15; 178 int _type = T__15;
180 int _channel = DEFAULT_TOKEN_CHANNEL; 179 int _channel = DEFAULT_TOKEN_CHANNEL;
181 // InternalApplicationConfiguration.g:15:7: ( 'none' ) 180 // InternalApplicationConfiguration.g:15:7: ( '<=' )
182 // InternalApplicationConfiguration.g:15:9: 'none' 181 // InternalApplicationConfiguration.g:15:9: '<='
183 { 182 {
184 match("none"); 183 match("<=");
185 184
186 185
187 } 186 }
@@ -199,10 +198,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
199 try { 198 try {
200 int _type = T__16; 199 int _type = T__16;
201 int _channel = DEFAULT_TOKEN_CHANNEL; 200 int _channel = DEFAULT_TOKEN_CHANNEL;
202 // InternalApplicationConfiguration.g:16:7: ( 'normal' ) 201 // InternalApplicationConfiguration.g:16:7: ( '>=' )
203 // InternalApplicationConfiguration.g:16:9: 'normal' 202 // InternalApplicationConfiguration.g:16:9: '>='
204 { 203 {
205 match("normal"); 204 match(">=");
206 205
207 206
208 } 207 }
@@ -220,10 +219,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
220 try { 219 try {
221 int _type = T__17; 220 int _type = T__17;
222 int _channel = DEFAULT_TOKEN_CHANNEL; 221 int _channel = DEFAULT_TOKEN_CHANNEL;
223 // InternalApplicationConfiguration.g:17:7: ( 'full' ) 222 // InternalApplicationConfiguration.g:17:7: ( 'none' )
224 // InternalApplicationConfiguration.g:17:9: 'full' 223 // InternalApplicationConfiguration.g:17:9: 'none'
225 { 224 {
226 match("full"); 225 match("none");
227 226
228 227
229 } 228 }
@@ -241,10 +240,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
241 try { 240 try {
242 int _type = T__18; 241 int _type = T__18;
243 int _channel = DEFAULT_TOKEN_CHANNEL; 242 int _channel = DEFAULT_TOKEN_CHANNEL;
244 // InternalApplicationConfiguration.g:18:7: ( 'SMTSolver' ) 243 // InternalApplicationConfiguration.g:18:7: ( 'normal' )
245 // InternalApplicationConfiguration.g:18:9: 'SMTSolver' 244 // InternalApplicationConfiguration.g:18:9: 'normal'
246 { 245 {
247 match("SMTSolver"); 246 match("normal");
248 247
249 248
250 } 249 }
@@ -262,10 +261,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
262 try { 261 try {
263 int _type = T__19; 262 int _type = T__19;
264 int _channel = DEFAULT_TOKEN_CHANNEL; 263 int _channel = DEFAULT_TOKEN_CHANNEL;
265 // InternalApplicationConfiguration.g:19:7: ( 'AlloySolver' ) 264 // InternalApplicationConfiguration.g:19:7: ( 'full' )
266 // InternalApplicationConfiguration.g:19:9: 'AlloySolver' 265 // InternalApplicationConfiguration.g:19:9: 'full'
267 { 266 {
268 match("AlloySolver"); 267 match("full");
269 268
270 269
271 } 270 }
@@ -283,10 +282,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
283 try { 282 try {
284 int _type = T__20; 283 int _type = T__20;
285 int _channel = DEFAULT_TOKEN_CHANNEL; 284 int _channel = DEFAULT_TOKEN_CHANNEL;
286 // InternalApplicationConfiguration.g:20:7: ( 'ViatraSolver' ) 285 // InternalApplicationConfiguration.g:20:7: ( 'SMTSolver' )
287 // InternalApplicationConfiguration.g:20:9: 'ViatraSolver' 286 // InternalApplicationConfiguration.g:20:9: 'SMTSolver'
288 { 287 {
289 match("ViatraSolver"); 288 match("SMTSolver");
290 289
291 290
292 } 291 }
@@ -304,10 +303,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
304 try { 303 try {
305 int _type = T__21; 304 int _type = T__21;
306 int _channel = DEFAULT_TOKEN_CHANNEL; 305 int _channel = DEFAULT_TOKEN_CHANNEL;
307 // InternalApplicationConfiguration.g:21:7: ( '.' ) 306 // InternalApplicationConfiguration.g:21:7: ( 'AlloySolver' )
308 // InternalApplicationConfiguration.g:21:9: '.' 307 // InternalApplicationConfiguration.g:21:9: 'AlloySolver'
309 { 308 {
310 match('.'); 309 match("AlloySolver");
310
311 311
312 } 312 }
313 313
@@ -324,10 +324,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
324 try { 324 try {
325 int _type = T__22; 325 int _type = T__22;
326 int _channel = DEFAULT_TOKEN_CHANNEL; 326 int _channel = DEFAULT_TOKEN_CHANNEL;
327 // InternalApplicationConfiguration.g:22:7: ( '-' ) 327 // InternalApplicationConfiguration.g:22:7: ( 'ViatraSolver' )
328 // InternalApplicationConfiguration.g:22:9: '-' 328 // InternalApplicationConfiguration.g:22:9: 'ViatraSolver'
329 { 329 {
330 match('-'); 330 match("ViatraSolver");
331
331 332
332 } 333 }
333 334
@@ -344,11 +345,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
344 try { 345 try {
345 int _type = T__23; 346 int _type = T__23;
346 int _channel = DEFAULT_TOKEN_CHANNEL; 347 int _channel = DEFAULT_TOKEN_CHANNEL;
347 // InternalApplicationConfiguration.g:23:7: ( 'import' ) 348 // InternalApplicationConfiguration.g:23:7: ( '.' )
348 // InternalApplicationConfiguration.g:23:9: 'import' 349 // InternalApplicationConfiguration.g:23:9: '.'
349 { 350 {
350 match("import"); 351 match('.');
351
352 352
353 } 353 }
354 354
@@ -365,11 +365,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
365 try { 365 try {
366 int _type = T__24; 366 int _type = T__24;
367 int _channel = DEFAULT_TOKEN_CHANNEL; 367 int _channel = DEFAULT_TOKEN_CHANNEL;
368 // InternalApplicationConfiguration.g:24:7: ( 'epackage' ) 368 // InternalApplicationConfiguration.g:24:7: ( '-' )
369 // InternalApplicationConfiguration.g:24:9: 'epackage' 369 // InternalApplicationConfiguration.g:24:9: '-'
370 { 370 {
371 match("epackage"); 371 match('-');
372
373 372
374 } 373 }
375 374
@@ -386,10 +385,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
386 try { 385 try {
387 int _type = T__25; 386 int _type = T__25;
388 int _channel = DEFAULT_TOKEN_CHANNEL; 387 int _channel = DEFAULT_TOKEN_CHANNEL;
389 // InternalApplicationConfiguration.g:25:7: ( 'viatra' ) 388 // InternalApplicationConfiguration.g:25:7: ( 'import' )
390 // InternalApplicationConfiguration.g:25:9: 'viatra' 389 // InternalApplicationConfiguration.g:25:9: 'import'
391 { 390 {
392 match("viatra"); 391 match("import");
393 392
394 393
395 } 394 }
@@ -407,10 +406,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
407 try { 406 try {
408 int _type = T__26; 407 int _type = T__26;
409 int _channel = DEFAULT_TOKEN_CHANNEL; 408 int _channel = DEFAULT_TOKEN_CHANNEL;
410 // InternalApplicationConfiguration.g:26:7: ( 'reliability' ) 409 // InternalApplicationConfiguration.g:26:7: ( 'epackage' )
411 // InternalApplicationConfiguration.g:26:9: 'reliability' 410 // InternalApplicationConfiguration.g:26:9: 'epackage'
412 { 411 {
413 match("reliability"); 412 match("epackage");
414 413
415 414
416 } 415 }
@@ -428,10 +427,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
428 try { 427 try {
429 int _type = T__27; 428 int _type = T__27;
430 int _channel = DEFAULT_TOKEN_CHANNEL; 429 int _channel = DEFAULT_TOKEN_CHANNEL;
431 // InternalApplicationConfiguration.g:27:7: ( 'file' ) 430 // InternalApplicationConfiguration.g:27:7: ( 'viatra' )
432 // InternalApplicationConfiguration.g:27:9: 'file' 431 // InternalApplicationConfiguration.g:27:9: 'viatra'
433 { 432 {
434 match("file"); 433 match("viatra");
435 434
436 435
437 } 436 }
@@ -449,10 +448,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
449 try { 448 try {
450 int _type = T__28; 449 int _type = T__28;
451 int _channel = DEFAULT_TOKEN_CHANNEL; 450 int _channel = DEFAULT_TOKEN_CHANNEL;
452 // InternalApplicationConfiguration.g:28:7: ( '=' ) 451 // InternalApplicationConfiguration.g:28:7: ( 'reliability' )
453 // InternalApplicationConfiguration.g:28:9: '=' 452 // InternalApplicationConfiguration.g:28:9: 'reliability'
454 { 453 {
455 match('='); 454 match("reliability");
455
456 456
457 } 457 }
458 458
@@ -469,10 +469,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
469 try { 469 try {
470 int _type = T__29; 470 int _type = T__29;
471 int _channel = DEFAULT_TOKEN_CHANNEL; 471 int _channel = DEFAULT_TOKEN_CHANNEL;
472 // InternalApplicationConfiguration.g:29:7: ( '{' ) 472 // InternalApplicationConfiguration.g:29:7: ( 'file' )
473 // InternalApplicationConfiguration.g:29:9: '{' 473 // InternalApplicationConfiguration.g:29:9: 'file'
474 { 474 {
475 match('{'); 475 match("file");
476
476 477
477 } 478 }
478 479
@@ -489,10 +490,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
489 try { 490 try {
490 int _type = T__30; 491 int _type = T__30;
491 int _channel = DEFAULT_TOKEN_CHANNEL; 492 int _channel = DEFAULT_TOKEN_CHANNEL;
492 // InternalApplicationConfiguration.g:30:7: ( '}' ) 493 // InternalApplicationConfiguration.g:30:7: ( '=' )
493 // InternalApplicationConfiguration.g:30:9: '}' 494 // InternalApplicationConfiguration.g:30:9: '='
494 { 495 {
495 match('}'); 496 match('=');
496 497
497 } 498 }
498 499
@@ -509,10 +510,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
509 try { 510 try {
510 int _type = T__31; 511 int _type = T__31;
511 int _channel = DEFAULT_TOKEN_CHANNEL; 512 int _channel = DEFAULT_TOKEN_CHANNEL;
512 // InternalApplicationConfiguration.g:31:7: ( ',' ) 513 // InternalApplicationConfiguration.g:31:7: ( '{' )
513 // InternalApplicationConfiguration.g:31:9: ',' 514 // InternalApplicationConfiguration.g:31:9: '{'
514 { 515 {
515 match(','); 516 match('{');
516 517
517 } 518 }
518 519
@@ -529,11 +530,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
529 try { 530 try {
530 int _type = T__32; 531 int _type = T__32;
531 int _channel = DEFAULT_TOKEN_CHANNEL; 532 int _channel = DEFAULT_TOKEN_CHANNEL;
532 // InternalApplicationConfiguration.g:32:7: ( 'package' ) 533 // InternalApplicationConfiguration.g:32:7: ( '}' )
533 // InternalApplicationConfiguration.g:32:9: 'package' 534 // InternalApplicationConfiguration.g:32:9: '}'
534 { 535 {
535 match("package"); 536 match('}');
536
537 537
538 } 538 }
539 539
@@ -550,11 +550,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
550 try { 550 try {
551 int _type = T__33; 551 int _type = T__33;
552 int _channel = DEFAULT_TOKEN_CHANNEL; 552 int _channel = DEFAULT_TOKEN_CHANNEL;
553 // InternalApplicationConfiguration.g:33:7: ( 'excluding' ) 553 // InternalApplicationConfiguration.g:33:7: ( ',' )
554 // InternalApplicationConfiguration.g:33:9: 'excluding' 554 // InternalApplicationConfiguration.g:33:9: ','
555 { 555 {
556 match("excluding"); 556 match(',');
557
558 557
559 } 558 }
560 559
@@ -571,10 +570,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
571 try { 570 try {
572 int _type = T__34; 571 int _type = T__34;
573 int _channel = DEFAULT_TOKEN_CHANNEL; 572 int _channel = DEFAULT_TOKEN_CHANNEL;
574 // InternalApplicationConfiguration.g:34:7: ( '::' ) 573 // InternalApplicationConfiguration.g:34:7: ( 'package' )
575 // InternalApplicationConfiguration.g:34:9: '::' 574 // InternalApplicationConfiguration.g:34:9: 'package'
576 { 575 {
577 match("::"); 576 match("package");
578 577
579 578
580 } 579 }
@@ -592,10 +591,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
592 try { 591 try {
593 int _type = T__35; 592 int _type = T__35;
594 int _channel = DEFAULT_TOKEN_CHANNEL; 593 int _channel = DEFAULT_TOKEN_CHANNEL;
595 // InternalApplicationConfiguration.g:35:7: ( 'metamodel' ) 594 // InternalApplicationConfiguration.g:35:7: ( 'excluding' )
596 // InternalApplicationConfiguration.g:35:9: 'metamodel' 595 // InternalApplicationConfiguration.g:35:9: 'excluding'
597 { 596 {
598 match("metamodel"); 597 match("excluding");
599 598
600 599
601 } 600 }
@@ -613,10 +612,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
613 try { 612 try {
614 int _type = T__36; 613 int _type = T__36;
615 int _channel = DEFAULT_TOKEN_CHANNEL; 614 int _channel = DEFAULT_TOKEN_CHANNEL;
616 // InternalApplicationConfiguration.g:36:7: ( 'folder' ) 615 // InternalApplicationConfiguration.g:36:7: ( '::' )
617 // InternalApplicationConfiguration.g:36:9: 'folder' 616 // InternalApplicationConfiguration.g:36:9: '::'
618 { 617 {
619 match("folder"); 618 match("::");
620 619
621 620
622 } 621 }
@@ -634,10 +633,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
634 try { 633 try {
635 int _type = T__37; 634 int _type = T__37;
636 int _channel = DEFAULT_TOKEN_CHANNEL; 635 int _channel = DEFAULT_TOKEN_CHANNEL;
637 // InternalApplicationConfiguration.g:37:7: ( 'models' ) 636 // InternalApplicationConfiguration.g:37:7: ( 'metamodel' )
638 // InternalApplicationConfiguration.g:37:9: 'models' 637 // InternalApplicationConfiguration.g:37:9: 'metamodel'
639 { 638 {
640 match("models"); 639 match("metamodel");
641 640
642 641
643 } 642 }
@@ -655,10 +654,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
655 try { 654 try {
656 int _type = T__38; 655 int _type = T__38;
657 int _channel = DEFAULT_TOKEN_CHANNEL; 656 int _channel = DEFAULT_TOKEN_CHANNEL;
658 // InternalApplicationConfiguration.g:38:7: ( 'constraints' ) 657 // InternalApplicationConfiguration.g:38:7: ( 'folder' )
659 // InternalApplicationConfiguration.g:38:9: 'constraints' 658 // InternalApplicationConfiguration.g:38:9: 'folder'
660 { 659 {
661 match("constraints"); 660 match("folder");
662 661
663 662
664 } 663 }
@@ -676,10 +675,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
676 try { 675 try {
677 int _type = T__39; 676 int _type = T__39;
678 int _channel = DEFAULT_TOKEN_CHANNEL; 677 int _channel = DEFAULT_TOKEN_CHANNEL;
679 // InternalApplicationConfiguration.g:39:7: ( 'at' ) 678 // InternalApplicationConfiguration.g:39:7: ( 'models' )
680 // InternalApplicationConfiguration.g:39:9: 'at' 679 // InternalApplicationConfiguration.g:39:9: 'models'
681 { 680 {
682 match("at"); 681 match("models");
683 682
684 683
685 } 684 }
@@ -697,10 +696,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
697 try { 696 try {
698 int _type = T__40; 697 int _type = T__40;
699 int _channel = DEFAULT_TOKEN_CHANNEL; 698 int _channel = DEFAULT_TOKEN_CHANNEL;
700 // InternalApplicationConfiguration.g:40:7: ( 'mtff' ) 699 // InternalApplicationConfiguration.g:40:7: ( 'constraints' )
701 // InternalApplicationConfiguration.g:40:9: 'mtff' 700 // InternalApplicationConfiguration.g:40:9: 'constraints'
702 { 701 {
703 match("mtff"); 702 match("constraints");
704 703
705 704
706 } 705 }
@@ -718,10 +717,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
718 try { 717 try {
719 int _type = T__41; 718 int _type = T__41;
720 int _channel = DEFAULT_TOKEN_CHANNEL; 719 int _channel = DEFAULT_TOKEN_CHANNEL;
721 // InternalApplicationConfiguration.g:41:7: ( 'objectives' ) 720 // InternalApplicationConfiguration.g:41:7: ( 'cost' )
722 // InternalApplicationConfiguration.g:41:9: 'objectives' 721 // InternalApplicationConfiguration.g:41:9: 'cost'
723 { 722 {
724 match("objectives"); 723 match("cost");
725 724
726 725
727 } 726 }
@@ -739,10 +738,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
739 try { 738 try {
740 int _type = T__42; 739 int _type = T__42;
741 int _channel = DEFAULT_TOKEN_CHANNEL; 740 int _channel = DEFAULT_TOKEN_CHANNEL;
742 // InternalApplicationConfiguration.g:42:7: ( 'config' ) 741 // InternalApplicationConfiguration.g:42:7: ( 'at' )
743 // InternalApplicationConfiguration.g:42:9: 'config' 742 // InternalApplicationConfiguration.g:42:9: 'at'
744 { 743 {
745 match("config"); 744 match("at");
746 745
747 746
748 } 747 }
@@ -760,10 +759,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
760 try { 759 try {
761 int _type = T__43; 760 int _type = T__43;
762 int _channel = DEFAULT_TOKEN_CHANNEL; 761 int _channel = DEFAULT_TOKEN_CHANNEL;
763 // InternalApplicationConfiguration.g:43:7: ( 'log-level' ) 762 // InternalApplicationConfiguration.g:43:7: ( 'mtff' )
764 // InternalApplicationConfiguration.g:43:9: 'log-level' 763 // InternalApplicationConfiguration.g:43:9: 'mtff'
765 { 764 {
766 match("log-level"); 765 match("mtff");
767 766
768 767
769 } 768 }
@@ -781,10 +780,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
781 try { 780 try {
782 int _type = T__44; 781 int _type = T__44;
783 int _channel = DEFAULT_TOKEN_CHANNEL; 782 int _channel = DEFAULT_TOKEN_CHANNEL;
784 // InternalApplicationConfiguration.g:44:7: ( 'runtime' ) 783 // InternalApplicationConfiguration.g:44:7: ( 'objectives' )
785 // InternalApplicationConfiguration.g:44:9: 'runtime' 784 // InternalApplicationConfiguration.g:44:9: 'objectives'
786 { 785 {
787 match("runtime"); 786 match("objectives");
788 787
789 788
790 } 789 }
@@ -802,10 +801,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
802 try { 801 try {
803 int _type = T__45; 802 int _type = T__45;
804 int _channel = DEFAULT_TOKEN_CHANNEL; 803 int _channel = DEFAULT_TOKEN_CHANNEL;
805 // InternalApplicationConfiguration.g:45:7: ( 'memory' ) 804 // InternalApplicationConfiguration.g:45:7: ( 'config' )
806 // InternalApplicationConfiguration.g:45:9: 'memory' 805 // InternalApplicationConfiguration.g:45:9: 'config'
807 { 806 {
808 match("memory"); 807 match("config");
809 808
810 809
811 } 810 }
@@ -823,10 +822,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
823 try { 822 try {
824 int _type = T__46; 823 int _type = T__46;
825 int _channel = DEFAULT_TOKEN_CHANNEL; 824 int _channel = DEFAULT_TOKEN_CHANNEL;
826 // InternalApplicationConfiguration.g:46:7: ( '#' ) 825 // InternalApplicationConfiguration.g:46:7: ( 'log-level' )
827 // InternalApplicationConfiguration.g:46:9: '#' 826 // InternalApplicationConfiguration.g:46:9: 'log-level'
828 { 827 {
829 match('#'); 828 match("log-level");
829
830 830
831 } 831 }
832 832
@@ -843,10 +843,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
843 try { 843 try {
844 int _type = T__47; 844 int _type = T__47;
845 int _channel = DEFAULT_TOKEN_CHANNEL; 845 int _channel = DEFAULT_TOKEN_CHANNEL;
846 // InternalApplicationConfiguration.g:47:7: ( '<' ) 846 // InternalApplicationConfiguration.g:47:7: ( 'runtime' )
847 // InternalApplicationConfiguration.g:47:9: '<' 847 // InternalApplicationConfiguration.g:47:9: 'runtime'
848 { 848 {
849 match('<'); 849 match("runtime");
850
850 851
851 } 852 }
852 853
@@ -863,10 +864,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
863 try { 864 try {
864 int _type = T__48; 865 int _type = T__48;
865 int _channel = DEFAULT_TOKEN_CHANNEL; 866 int _channel = DEFAULT_TOKEN_CHANNEL;
866 // InternalApplicationConfiguration.g:48:7: ( '>' ) 867 // InternalApplicationConfiguration.g:48:7: ( 'memory' )
867 // InternalApplicationConfiguration.g:48:9: '>' 868 // InternalApplicationConfiguration.g:48:9: 'memory'
868 { 869 {
869 match('>'); 870 match("memory");
871
870 872
871 } 873 }
872 874
@@ -883,11 +885,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
883 try { 885 try {
884 int _type = T__49; 886 int _type = T__49;
885 int _channel = DEFAULT_TOKEN_CHANNEL; 887 int _channel = DEFAULT_TOKEN_CHANNEL;
886 // InternalApplicationConfiguration.g:49:7: ( 'node' ) 888 // InternalApplicationConfiguration.g:49:7: ( '#' )
887 // InternalApplicationConfiguration.g:49:9: 'node' 889 // InternalApplicationConfiguration.g:49:9: '#'
888 { 890 {
889 match("node"); 891 match('#');
890
891 892
892 } 893 }
893 894
@@ -904,10 +905,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
904 try { 905 try {
905 int _type = T__50; 906 int _type = T__50;
906 int _channel = DEFAULT_TOKEN_CHANNEL; 907 int _channel = DEFAULT_TOKEN_CHANNEL;
907 // InternalApplicationConfiguration.g:50:7: ( 'int' ) 908 // InternalApplicationConfiguration.g:50:7: ( 'node' )
908 // InternalApplicationConfiguration.g:50:9: 'int' 909 // InternalApplicationConfiguration.g:50:9: 'node'
909 { 910 {
910 match("int"); 911 match("node");
911 912
912 913
913 } 914 }
@@ -925,10 +926,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
925 try { 926 try {
926 int _type = T__51; 927 int _type = T__51;
927 int _channel = DEFAULT_TOKEN_CHANNEL; 928 int _channel = DEFAULT_TOKEN_CHANNEL;
928 // InternalApplicationConfiguration.g:51:7: ( 'real' ) 929 // InternalApplicationConfiguration.g:51:7: ( 'int' )
929 // InternalApplicationConfiguration.g:51:9: 'real' 930 // InternalApplicationConfiguration.g:51:9: 'int'
930 { 931 {
931 match("real"); 932 match("int");
932 933
933 934
934 } 935 }
@@ -946,10 +947,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
946 try { 947 try {
947 int _type = T__52; 948 int _type = T__52;
948 int _channel = DEFAULT_TOKEN_CHANNEL; 949 int _channel = DEFAULT_TOKEN_CHANNEL;
949 // InternalApplicationConfiguration.g:52:7: ( 'string' ) 950 // InternalApplicationConfiguration.g:52:7: ( 'real' )
950 // InternalApplicationConfiguration.g:52:9: 'string' 951 // InternalApplicationConfiguration.g:52:9: 'real'
951 { 952 {
952 match("string"); 953 match("real");
953 954
954 955
955 } 956 }
@@ -967,10 +968,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
967 try { 968 try {
968 int _type = T__53; 969 int _type = T__53;
969 int _channel = DEFAULT_TOKEN_CHANNEL; 970 int _channel = DEFAULT_TOKEN_CHANNEL;
970 // InternalApplicationConfiguration.g:53:7: ( '..' ) 971 // InternalApplicationConfiguration.g:53:7: ( 'string' )
971 // InternalApplicationConfiguration.g:53:9: '..' 972 // InternalApplicationConfiguration.g:53:9: 'string'
972 { 973 {
973 match(".."); 974 match("string");
974 975
975 976
976 } 977 }
@@ -988,10 +989,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
988 try { 989 try {
989 int _type = T__54; 990 int _type = T__54;
990 int _channel = DEFAULT_TOKEN_CHANNEL; 991 int _channel = DEFAULT_TOKEN_CHANNEL;
991 // InternalApplicationConfiguration.g:54:7: ( 'scope' ) 992 // InternalApplicationConfiguration.g:54:7: ( '..' )
992 // InternalApplicationConfiguration.g:54:9: 'scope' 993 // InternalApplicationConfiguration.g:54:9: '..'
993 { 994 {
994 match("scope"); 995 match("..");
995 996
996 997
997 } 998 }
@@ -1009,10 +1010,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1009 try { 1010 try {
1010 int _type = T__55; 1011 int _type = T__55;
1011 int _channel = DEFAULT_TOKEN_CHANNEL; 1012 int _channel = DEFAULT_TOKEN_CHANNEL;
1012 // InternalApplicationConfiguration.g:55:7: ( 'generate' ) 1013 // InternalApplicationConfiguration.g:55:7: ( 'scope' )
1013 // InternalApplicationConfiguration.g:55:9: 'generate' 1014 // InternalApplicationConfiguration.g:55:9: 'scope'
1014 { 1015 {
1015 match("generate"); 1016 match("scope");
1016 1017
1017 1018
1018 } 1019 }
@@ -1030,10 +1031,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1030 try { 1031 try {
1031 int _type = T__56; 1032 int _type = T__56;
1032 int _channel = DEFAULT_TOKEN_CHANNEL; 1033 int _channel = DEFAULT_TOKEN_CHANNEL;
1033 // InternalApplicationConfiguration.g:56:7: ( 'partial-model' ) 1034 // InternalApplicationConfiguration.g:56:7: ( 'generate' )
1034 // InternalApplicationConfiguration.g:56:9: 'partial-model' 1035 // InternalApplicationConfiguration.g:56:9: 'generate'
1035 { 1036 {
1036 match("partial-model"); 1037 match("generate");
1037 1038
1038 1039
1039 } 1040 }
@@ -1051,10 +1052,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1051 try { 1052 try {
1052 int _type = T__57; 1053 int _type = T__57;
1053 int _channel = DEFAULT_TOKEN_CHANNEL; 1054 int _channel = DEFAULT_TOKEN_CHANNEL;
1054 // InternalApplicationConfiguration.g:57:7: ( 'solver' ) 1055 // InternalApplicationConfiguration.g:57:7: ( 'partial-model' )
1055 // InternalApplicationConfiguration.g:57:9: 'solver' 1056 // InternalApplicationConfiguration.g:57:9: 'partial-model'
1056 { 1057 {
1057 match("solver"); 1058 match("partial-model");
1058 1059
1059 1060
1060 } 1061 }
@@ -1072,10 +1073,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1072 try { 1073 try {
1073 int _type = T__58; 1074 int _type = T__58;
1074 int _channel = DEFAULT_TOKEN_CHANNEL; 1075 int _channel = DEFAULT_TOKEN_CHANNEL;
1075 // InternalApplicationConfiguration.g:58:7: ( 'debug' ) 1076 // InternalApplicationConfiguration.g:58:7: ( 'solver' )
1076 // InternalApplicationConfiguration.g:58:9: 'debug' 1077 // InternalApplicationConfiguration.g:58:9: 'solver'
1077 { 1078 {
1078 match("debug"); 1079 match("solver");
1079 1080
1080 1081
1081 } 1082 }
@@ -1093,10 +1094,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1093 try { 1094 try {
1094 int _type = T__59; 1095 int _type = T__59;
1095 int _channel = DEFAULT_TOKEN_CHANNEL; 1096 int _channel = DEFAULT_TOKEN_CHANNEL;
1096 // InternalApplicationConfiguration.g:59:7: ( 'log' ) 1097 // InternalApplicationConfiguration.g:59:7: ( 'debug' )
1097 // InternalApplicationConfiguration.g:59:9: 'log' 1098 // InternalApplicationConfiguration.g:59:9: 'debug'
1098 { 1099 {
1099 match("log"); 1100 match("debug");
1100 1101
1101 1102
1102 } 1103 }
@@ -1114,10 +1115,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1114 try { 1115 try {
1115 int _type = T__60; 1116 int _type = T__60;
1116 int _channel = DEFAULT_TOKEN_CHANNEL; 1117 int _channel = DEFAULT_TOKEN_CHANNEL;
1117 // InternalApplicationConfiguration.g:60:7: ( 'statistics' ) 1118 // InternalApplicationConfiguration.g:60:7: ( 'log' )
1118 // InternalApplicationConfiguration.g:60:9: 'statistics' 1119 // InternalApplicationConfiguration.g:60:9: 'log'
1119 { 1120 {
1120 match("statistics"); 1121 match("log");
1121 1122
1122 1123
1123 } 1124 }
@@ -1135,10 +1136,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1135 try { 1136 try {
1136 int _type = T__61; 1137 int _type = T__61;
1137 int _channel = DEFAULT_TOKEN_CHANNEL; 1138 int _channel = DEFAULT_TOKEN_CHANNEL;
1138 // InternalApplicationConfiguration.g:61:7: ( 'output' ) 1139 // InternalApplicationConfiguration.g:61:7: ( 'statistics' )
1139 // InternalApplicationConfiguration.g:61:9: 'output' 1140 // InternalApplicationConfiguration.g:61:9: 'statistics'
1140 { 1141 {
1141 match("output"); 1142 match("statistics");
1142 1143
1143 1144
1144 } 1145 }
@@ -1156,10 +1157,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1156 try { 1157 try {
1157 int _type = T__62; 1158 int _type = T__62;
1158 int _channel = DEFAULT_TOKEN_CHANNEL; 1159 int _channel = DEFAULT_TOKEN_CHANNEL;
1159 // InternalApplicationConfiguration.g:62:7: ( '+=' ) 1160 // InternalApplicationConfiguration.g:62:7: ( 'output' )
1160 // InternalApplicationConfiguration.g:62:9: '+=' 1161 // InternalApplicationConfiguration.g:62:9: 'output'
1161 { 1162 {
1162 match("+="); 1163 match("output");
1163 1164
1164 1165
1165 } 1166 }
@@ -1177,10 +1178,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1177 try { 1178 try {
1178 int _type = T__63; 1179 int _type = T__63;
1179 int _channel = DEFAULT_TOKEN_CHANNEL; 1180 int _channel = DEFAULT_TOKEN_CHANNEL;
1180 // InternalApplicationConfiguration.g:63:7: ( '*' ) 1181 // InternalApplicationConfiguration.g:63:7: ( '+=' )
1181 // InternalApplicationConfiguration.g:63:9: '*' 1182 // InternalApplicationConfiguration.g:63:9: '+='
1182 { 1183 {
1183 match('*'); 1184 match("+=");
1185
1184 1186
1185 } 1187 }
1186 1188
@@ -1197,11 +1199,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1197 try { 1199 try {
1198 int _type = T__64; 1200 int _type = T__64;
1199 int _channel = DEFAULT_TOKEN_CHANNEL; 1201 int _channel = DEFAULT_TOKEN_CHANNEL;
1200 // InternalApplicationConfiguration.g:64:7: ( 'number' ) 1202 // InternalApplicationConfiguration.g:64:7: ( '*' )
1201 // InternalApplicationConfiguration.g:64:9: 'number' 1203 // InternalApplicationConfiguration.g:64:9: '*'
1202 { 1204 {
1203 match("number"); 1205 match('*');
1204
1205 1206
1206 } 1207 }
1207 1208
@@ -1218,10 +1219,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1218 try { 1219 try {
1219 int _type = T__65; 1220 int _type = T__65;
1220 int _channel = DEFAULT_TOKEN_CHANNEL; 1221 int _channel = DEFAULT_TOKEN_CHANNEL;
1221 // InternalApplicationConfiguration.g:65:7: ( 'runs' ) 1222 // InternalApplicationConfiguration.g:65:7: ( 'number' )
1222 // InternalApplicationConfiguration.g:65:9: 'runs' 1223 // InternalApplicationConfiguration.g:65:9: 'number'
1223 { 1224 {
1224 match("runs"); 1225 match("number");
1225 1226
1226 1227
1227 } 1228 }
@@ -1234,15 +1235,36 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1234 } 1235 }
1235 // $ANTLR end "T__65" 1236 // $ANTLR end "T__65"
1236 1237
1238 // $ANTLR start "T__66"
1239 public final void mT__66() throws RecognitionException {
1240 try {
1241 int _type = T__66;
1242 int _channel = DEFAULT_TOKEN_CHANNEL;
1243 // InternalApplicationConfiguration.g:66:7: ( 'runs' )
1244 // InternalApplicationConfiguration.g:66:9: 'runs'
1245 {
1246 match("runs");
1247
1248
1249 }
1250
1251 state.type = _type;
1252 state.channel = _channel;
1253 }
1254 finally {
1255 }
1256 }
1257 // $ANTLR end "T__66"
1258
1237 // $ANTLR start "RULE_ID" 1259 // $ANTLR start "RULE_ID"
1238 public final void mRULE_ID() throws RecognitionException { 1260 public final void mRULE_ID() throws RecognitionException {
1239 try { 1261 try {
1240 int _type = RULE_ID; 1262 int _type = RULE_ID;
1241 int _channel = DEFAULT_TOKEN_CHANNEL; 1263 int _channel = DEFAULT_TOKEN_CHANNEL;
1242 // InternalApplicationConfiguration.g:12095:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 1264 // InternalApplicationConfiguration.g:12508:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
1243 // InternalApplicationConfiguration.g:12095:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1265 // InternalApplicationConfiguration.g:12508:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1244 { 1266 {
1245 // InternalApplicationConfiguration.g:12095:11: ( '^' )? 1267 // InternalApplicationConfiguration.g:12508:11: ( '^' )?
1246 int alt1=2; 1268 int alt1=2;
1247 int LA1_0 = input.LA(1); 1269 int LA1_0 = input.LA(1);
1248 1270
@@ -1251,7 +1273,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1251 } 1273 }
1252 switch (alt1) { 1274 switch (alt1) {
1253 case 1 : 1275 case 1 :
1254 // InternalApplicationConfiguration.g:12095:11: '^' 1276 // InternalApplicationConfiguration.g:12508:11: '^'
1255 { 1277 {
1256 match('^'); 1278 match('^');
1257 1279
@@ -1269,7 +1291,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1269 recover(mse); 1291 recover(mse);
1270 throw mse;} 1292 throw mse;}
1271 1293
1272 // InternalApplicationConfiguration.g:12095:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1294 // InternalApplicationConfiguration.g:12508:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1273 loop2: 1295 loop2:
1274 do { 1296 do {
1275 int alt2=2; 1297 int alt2=2;
@@ -1318,10 +1340,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1318 try { 1340 try {
1319 int _type = RULE_INT; 1341 int _type = RULE_INT;
1320 int _channel = DEFAULT_TOKEN_CHANNEL; 1342 int _channel = DEFAULT_TOKEN_CHANNEL;
1321 // InternalApplicationConfiguration.g:12097:10: ( ( '0' .. '9' )+ ) 1343 // InternalApplicationConfiguration.g:12510:10: ( ( '0' .. '9' )+ )
1322 // InternalApplicationConfiguration.g:12097:12: ( '0' .. '9' )+ 1344 // InternalApplicationConfiguration.g:12510:12: ( '0' .. '9' )+
1323 { 1345 {
1324 // InternalApplicationConfiguration.g:12097:12: ( '0' .. '9' )+ 1346 // InternalApplicationConfiguration.g:12510:12: ( '0' .. '9' )+
1325 int cnt3=0; 1347 int cnt3=0;
1326 loop3: 1348 loop3:
1327 do { 1349 do {
@@ -1335,7 +1357,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1335 1357
1336 switch (alt3) { 1358 switch (alt3) {
1337 case 1 : 1359 case 1 :
1338 // InternalApplicationConfiguration.g:12097:13: '0' .. '9' 1360 // InternalApplicationConfiguration.g:12510:13: '0' .. '9'
1339 { 1361 {
1340 matchRange('0','9'); 1362 matchRange('0','9');
1341 1363
@@ -1367,10 +1389,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1367 try { 1389 try {
1368 int _type = RULE_STRING; 1390 int _type = RULE_STRING;
1369 int _channel = DEFAULT_TOKEN_CHANNEL; 1391 int _channel = DEFAULT_TOKEN_CHANNEL;
1370 // InternalApplicationConfiguration.g:12099:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 1392 // InternalApplicationConfiguration.g:12512:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
1371 // InternalApplicationConfiguration.g:12099:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1393 // InternalApplicationConfiguration.g:12512:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1372 { 1394 {
1373 // InternalApplicationConfiguration.g:12099:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1395 // InternalApplicationConfiguration.g:12512:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1374 int alt6=2; 1396 int alt6=2;
1375 int LA6_0 = input.LA(1); 1397 int LA6_0 = input.LA(1);
1376 1398
@@ -1388,10 +1410,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1388 } 1410 }
1389 switch (alt6) { 1411 switch (alt6) {
1390 case 1 : 1412 case 1 :
1391 // InternalApplicationConfiguration.g:12099:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1413 // InternalApplicationConfiguration.g:12512:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
1392 { 1414 {
1393 match('\"'); 1415 match('\"');
1394 // InternalApplicationConfiguration.g:12099:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1416 // InternalApplicationConfiguration.g:12512:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
1395 loop4: 1417 loop4:
1396 do { 1418 do {
1397 int alt4=3; 1419 int alt4=3;
@@ -1407,7 +1429,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1407 1429
1408 switch (alt4) { 1430 switch (alt4) {
1409 case 1 : 1431 case 1 :
1410 // InternalApplicationConfiguration.g:12099:21: '\\\\' . 1432 // InternalApplicationConfiguration.g:12512:21: '\\\\' .
1411 { 1433 {
1412 match('\\'); 1434 match('\\');
1413 matchAny(); 1435 matchAny();
@@ -1415,7 +1437,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1415 } 1437 }
1416 break; 1438 break;
1417 case 2 : 1439 case 2 :
1418 // InternalApplicationConfiguration.g:12099:28: ~ ( ( '\\\\' | '\"' ) ) 1440 // InternalApplicationConfiguration.g:12512:28: ~ ( ( '\\\\' | '\"' ) )
1419 { 1441 {
1420 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1442 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1421 input.consume(); 1443 input.consume();
@@ -1440,10 +1462,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1440 } 1462 }
1441 break; 1463 break;
1442 case 2 : 1464 case 2 :
1443 // InternalApplicationConfiguration.g:12099:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1465 // InternalApplicationConfiguration.g:12512:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
1444 { 1466 {
1445 match('\''); 1467 match('\'');
1446 // InternalApplicationConfiguration.g:12099:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1468 // InternalApplicationConfiguration.g:12512:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
1447 loop5: 1469 loop5:
1448 do { 1470 do {
1449 int alt5=3; 1471 int alt5=3;
@@ -1459,7 +1481,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1459 1481
1460 switch (alt5) { 1482 switch (alt5) {
1461 case 1 : 1483 case 1 :
1462 // InternalApplicationConfiguration.g:12099:54: '\\\\' . 1484 // InternalApplicationConfiguration.g:12512:54: '\\\\' .
1463 { 1485 {
1464 match('\\'); 1486 match('\\');
1465 matchAny(); 1487 matchAny();
@@ -1467,7 +1489,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1467 } 1489 }
1468 break; 1490 break;
1469 case 2 : 1491 case 2 :
1470 // InternalApplicationConfiguration.g:12099:61: ~ ( ( '\\\\' | '\\'' ) ) 1492 // InternalApplicationConfiguration.g:12512:61: ~ ( ( '\\\\' | '\\'' ) )
1471 { 1493 {
1472 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1494 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1473 input.consume(); 1495 input.consume();
@@ -1510,12 +1532,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1510 try { 1532 try {
1511 int _type = RULE_ML_COMMENT; 1533 int _type = RULE_ML_COMMENT;
1512 int _channel = DEFAULT_TOKEN_CHANNEL; 1534 int _channel = DEFAULT_TOKEN_CHANNEL;
1513 // InternalApplicationConfiguration.g:12101:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1535 // InternalApplicationConfiguration.g:12514:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1514 // InternalApplicationConfiguration.g:12101:19: '/*' ( options {greedy=false; } : . )* '*/' 1536 // InternalApplicationConfiguration.g:12514:19: '/*' ( options {greedy=false; } : . )* '*/'
1515 { 1537 {
1516 match("/*"); 1538 match("/*");
1517 1539
1518 // InternalApplicationConfiguration.g:12101:24: ( options {greedy=false; } : . )* 1540 // InternalApplicationConfiguration.g:12514:24: ( options {greedy=false; } : . )*
1519 loop7: 1541 loop7:
1520 do { 1542 do {
1521 int alt7=2; 1543 int alt7=2;
@@ -1540,7 +1562,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1540 1562
1541 switch (alt7) { 1563 switch (alt7) {
1542 case 1 : 1564 case 1 :
1543 // InternalApplicationConfiguration.g:12101:52: . 1565 // InternalApplicationConfiguration.g:12514:52: .
1544 { 1566 {
1545 matchAny(); 1567 matchAny();
1546 1568
@@ -1570,12 +1592,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1570 try { 1592 try {
1571 int _type = RULE_SL_COMMENT; 1593 int _type = RULE_SL_COMMENT;
1572 int _channel = DEFAULT_TOKEN_CHANNEL; 1594 int _channel = DEFAULT_TOKEN_CHANNEL;
1573 // InternalApplicationConfiguration.g:12103:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1595 // InternalApplicationConfiguration.g:12516:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1574 // InternalApplicationConfiguration.g:12103:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1596 // InternalApplicationConfiguration.g:12516:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1575 { 1597 {
1576 match("//"); 1598 match("//");
1577 1599
1578 // InternalApplicationConfiguration.g:12103:24: (~ ( ( '\\n' | '\\r' ) ) )* 1600 // InternalApplicationConfiguration.g:12516:24: (~ ( ( '\\n' | '\\r' ) ) )*
1579 loop8: 1601 loop8:
1580 do { 1602 do {
1581 int alt8=2; 1603 int alt8=2;
@@ -1588,7 +1610,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1588 1610
1589 switch (alt8) { 1611 switch (alt8) {
1590 case 1 : 1612 case 1 :
1591 // InternalApplicationConfiguration.g:12103:24: ~ ( ( '\\n' | '\\r' ) ) 1613 // InternalApplicationConfiguration.g:12516:24: ~ ( ( '\\n' | '\\r' ) )
1592 { 1614 {
1593 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') ) { 1615 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') ) {
1594 input.consume(); 1616 input.consume();
@@ -1608,7 +1630,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1608 } 1630 }
1609 } while (true); 1631 } while (true);
1610 1632
1611 // InternalApplicationConfiguration.g:12103:40: ( ( '\\r' )? '\\n' )? 1633 // InternalApplicationConfiguration.g:12516:40: ( ( '\\r' )? '\\n' )?
1612 int alt10=2; 1634 int alt10=2;
1613 int LA10_0 = input.LA(1); 1635 int LA10_0 = input.LA(1);
1614 1636
@@ -1617,9 +1639,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1617 } 1639 }
1618 switch (alt10) { 1640 switch (alt10) {
1619 case 1 : 1641 case 1 :
1620 // InternalApplicationConfiguration.g:12103:41: ( '\\r' )? '\\n' 1642 // InternalApplicationConfiguration.g:12516:41: ( '\\r' )? '\\n'
1621 { 1643 {
1622 // InternalApplicationConfiguration.g:12103:41: ( '\\r' )? 1644 // InternalApplicationConfiguration.g:12516:41: ( '\\r' )?
1623 int alt9=2; 1645 int alt9=2;
1624 int LA9_0 = input.LA(1); 1646 int LA9_0 = input.LA(1);
1625 1647
@@ -1628,7 +1650,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1628 } 1650 }
1629 switch (alt9) { 1651 switch (alt9) {
1630 case 1 : 1652 case 1 :
1631 // InternalApplicationConfiguration.g:12103:41: '\\r' 1653 // InternalApplicationConfiguration.g:12516:41: '\\r'
1632 { 1654 {
1633 match('\r'); 1655 match('\r');
1634 1656
@@ -1660,10 +1682,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1660 try { 1682 try {
1661 int _type = RULE_WS; 1683 int _type = RULE_WS;
1662 int _channel = DEFAULT_TOKEN_CHANNEL; 1684 int _channel = DEFAULT_TOKEN_CHANNEL;
1663 // InternalApplicationConfiguration.g:12105:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1685 // InternalApplicationConfiguration.g:12518:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1664 // InternalApplicationConfiguration.g:12105:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1686 // InternalApplicationConfiguration.g:12518:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1665 { 1687 {
1666 // InternalApplicationConfiguration.g:12105:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1688 // InternalApplicationConfiguration.g:12518:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1667 int cnt11=0; 1689 int cnt11=0;
1668 loop11: 1690 loop11:
1669 do { 1691 do {
@@ -1717,8 +1739,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1717 try { 1739 try {
1718 int _type = RULE_ANY_OTHER; 1740 int _type = RULE_ANY_OTHER;
1719 int _channel = DEFAULT_TOKEN_CHANNEL; 1741 int _channel = DEFAULT_TOKEN_CHANNEL;
1720 // InternalApplicationConfiguration.g:12107:16: ( . ) 1742 // InternalApplicationConfiguration.g:12520:16: ( . )
1721 // InternalApplicationConfiguration.g:12107:18: . 1743 // InternalApplicationConfiguration.g:12520:18: .
1722 { 1744 {
1723 matchAny(); 1745 matchAny();
1724 1746
@@ -1733,8 +1755,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1733 // $ANTLR end "RULE_ANY_OTHER" 1755 // $ANTLR end "RULE_ANY_OTHER"
1734 1756
1735 public void mTokens() throws RecognitionException { 1757 public void mTokens() throws RecognitionException {
1736 // 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 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER ) 1758 // 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 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
1737 int alt12=62; 1759 int alt12=63;
1738 alt12 = dfa12.predict(input); 1760 alt12 = dfa12.predict(input);
1739 switch (alt12) { 1761 switch (alt12) {
1740 case 1 : 1762 case 1 :
@@ -2123,49 +2145,56 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2123 } 2145 }
2124 break; 2146 break;
2125 case 56 : 2147 case 56 :
2126 // InternalApplicationConfiguration.g:1:340: RULE_ID 2148 // InternalApplicationConfiguration.g:1:340: T__66
2127 { 2149 {
2128 mRULE_ID(); 2150 mT__66();
2129 2151
2130 } 2152 }
2131 break; 2153 break;
2132 case 57 : 2154 case 57 :
2133 // InternalApplicationConfiguration.g:1:348: RULE_INT 2155 // InternalApplicationConfiguration.g:1:346: RULE_ID
2134 { 2156 {
2135 mRULE_INT(); 2157 mRULE_ID();
2136 2158
2137 } 2159 }
2138 break; 2160 break;
2139 case 58 : 2161 case 58 :
2140 // InternalApplicationConfiguration.g:1:357: RULE_STRING 2162 // InternalApplicationConfiguration.g:1:354: RULE_INT
2141 { 2163 {
2142 mRULE_STRING(); 2164 mRULE_INT();
2143 2165
2144 } 2166 }
2145 break; 2167 break;
2146 case 59 : 2168 case 59 :
2147 // InternalApplicationConfiguration.g:1:369: RULE_ML_COMMENT 2169 // InternalApplicationConfiguration.g:1:363: RULE_STRING
2148 { 2170 {
2149 mRULE_ML_COMMENT(); 2171 mRULE_STRING();
2150 2172
2151 } 2173 }
2152 break; 2174 break;
2153 case 60 : 2175 case 60 :
2154 // InternalApplicationConfiguration.g:1:385: RULE_SL_COMMENT 2176 // InternalApplicationConfiguration.g:1:375: RULE_ML_COMMENT
2155 { 2177 {
2156 mRULE_SL_COMMENT(); 2178 mRULE_ML_COMMENT();
2157 2179
2158 } 2180 }
2159 break; 2181 break;
2160 case 61 : 2182 case 61 :
2161 // InternalApplicationConfiguration.g:1:401: RULE_WS 2183 // InternalApplicationConfiguration.g:1:391: RULE_SL_COMMENT
2162 { 2184 {
2163 mRULE_WS(); 2185 mRULE_SL_COMMENT();
2164 2186
2165 } 2187 }
2166 break; 2188 break;
2167 case 62 : 2189 case 62 :
2168 // InternalApplicationConfiguration.g:1:409: RULE_ANY_OTHER 2190 // InternalApplicationConfiguration.g:1:407: RULE_WS
2191 {
2192 mRULE_WS();
2193
2194 }
2195 break;
2196 case 63 :
2197 // InternalApplicationConfiguration.g:1:415: RULE_ANY_OTHER
2169 { 2198 {
2170 mRULE_ANY_OTHER(); 2199 mRULE_ANY_OTHER();
2171 2200
@@ -2179,17 +2208,17 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2179 2208
2180 protected DFA12 dfa12 = new DFA12(this); 2209 protected DFA12 dfa12 = new DFA12(this);
2181 static final String DFA12_eotS = 2210 static final String DFA12_eotS =
2182 "\1\uffff\1\54\1\56\1\60\5\54\1\72\1\uffff\4\54\4\uffff\1\54\1\46\4\54\1\uffff\3\54\1\46\1\uffff\1\46\2\uffff\3\46\2\uffff\5\54\5\uffff\10\54\3\uffff\7\54\4\uffff\1\54\1\uffff\1\54\1\166\3\54\1\uffff\5\54\7\uffff\21\54\1\u0091\11\54\1\uffff\2\54\1\u00a0\13\54\1\u00ac\1\u00ad\1\54\1\u00af\1\54\1\u00b1\1\u00b2\5\54\1\uffff\4\54\1\u00bc\1\54\1\u00be\6\54\2\uffff\13\54\2\uffff\1\54\1\uffff\1\54\2\uffff\11\54\1\uffff\1\54\1\uffff\10\54\1\u00e4\2\54\1\u00e7\3\54\1\u00eb\1\u00ec\1\u00ed\1\u00ee\1\u00ef\3\54\1\u00f3\2\54\1\u00f6\5\54\1\u00fc\1\54\1\u00fe\1\u00ff\1\54\1\uffff\1\u0101\1\54\1\uffff\3\54\5\uffff\3\54\1\uffff\2\54\1\uffff\1\54\1\u010c\1\u010d\2\54\1\uffff\1\54\2\uffff\1\54\1\uffff\1\54\1\u0113\1\u0114\4\54\1\u0119\2\54\3\uffff\3\54\1\u011f\2\uffff\1\u0120\1\u0121\2\54\1\uffff\1\u0124\4\54\3\uffff\2\54\1\uffff\2\54\1\u012d\1\u012e\1\u012f\1\54\1\u0131\1\u0132\3\uffff\1\u0133\3\uffff"; 2211 "\1\uffff\1\54\1\56\1\60\5\54\1\72\1\uffff\4\54\4\uffff\1\54\1\46\4\54\1\uffff\3\54\1\46\1\uffff\1\46\2\uffff\3\46\2\uffff\5\54\5\uffff\10\54\3\uffff\7\54\4\uffff\1\54\1\uffff\1\54\1\167\3\54\1\uffff\5\54\7\uffff\21\54\1\u0092\12\54\1\uffff\2\54\1\u00a2\13\54\1\u00ae\1\u00af\1\54\1\u00b1\1\54\1\u00b3\1\u00b4\5\54\1\uffff\4\54\1\u00be\1\54\1\u00c0\4\54\1\u00c5\2\54\2\uffff\13\54\2\uffff\1\54\1\uffff\1\54\2\uffff\11\54\1\uffff\1\54\1\uffff\4\54\1\uffff\4\54\1\u00e7\2\54\1\u00ea\3\54\1\u00ee\1\u00ef\1\u00f0\1\u00f1\1\u00f2\3\54\1\u00f6\2\54\1\u00f9\5\54\1\u00ff\1\54\1\u0101\1\u0102\1\54\1\uffff\1\u0104\1\54\1\uffff\3\54\5\uffff\3\54\1\uffff\2\54\1\uffff\1\54\1\u010f\1\u0110\2\54\1\uffff\1\54\2\uffff\1\54\1\uffff\1\54\1\u0116\1\u0117\4\54\1\u011c\2\54\3\uffff\3\54\1\u0122\2\uffff\1\u0123\1\u0124\2\54\1\uffff\1\u0127\4\54\3\uffff\2\54\1\uffff\2\54\1\u0130\1\u0131\1\u0132\1\54\1\u0134\1\u0135\3\uffff\1\u0136\3\uffff";
2183 static final String DFA12_eofS = 2212 static final String DFA12_eofS =
2184 "\u0134\uffff"; 2213 "\u0137\uffff";
2185 static final String DFA12_minS = 2214 static final String DFA12_minS =
2186 "\1\0\1\141\2\75\1\157\1\151\1\115\1\154\1\151\1\56\1\uffff\1\155\1\160\1\151\1\145\4\uffff\1\141\1\72\1\157\1\164\1\142\1\157\1\uffff\1\143\2\145\1\75\1\uffff\1\101\2\uffff\2\0\1\52\2\uffff\1\156\1\170\1\155\1\144\1\146\5\uffff\1\144\1\155\3\154\1\124\1\154\1\141\3\uffff\1\160\1\164\1\141\1\143\2\141\1\156\4\uffff\1\143\1\uffff\1\156\1\60\1\152\1\164\1\147\1\uffff\1\141\1\157\1\154\1\156\1\142\7\uffff\2\151\1\141\1\157\1\145\1\146\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\151\1\154\1\163\1\153\1\164\1\146\1\uffff\1\145\1\160\1\55\1\151\1\164\1\160\1\166\1\145\1\165\3\155\1\162\1\154\2\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\60\1\151\1\60\1\141\1\151\1\164\1\151\1\143\1\165\2\uffff\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\2\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\142\1\uffff\1\155\1\uffff\1\147\1\141\1\162\1\147\2\164\1\147\1\163\1\60\1\162\1\141\1\60\2\172\1\144\5\60\1\166\1\157\1\123\1\60\1\147\1\151\1\60\1\151\2\145\1\154\1\141\1\60\1\151\2\60\1\164\1\uffff\1\60\1\164\1\uffff\3\145\5\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\154\2\60\1\55\1\151\1\uffff\1\166\2\uffff\1\151\1\uffff\1\145\2\60\1\154\1\162\1\166\1\154\1\60\1\147\1\151\3\uffff\1\156\1\145\1\143\1\60\2\uffff\2\60\1\145\1\166\1\uffff\1\60\2\164\2\163\3\uffff\1\162\1\145\1\uffff\1\171\1\163\3\60\1\162\2\60\3\uffff\1\60\3\uffff"; 2215 "\1\0\1\141\2\75\1\157\1\151\1\115\1\154\1\151\1\56\1\uffff\1\155\1\160\1\151\1\145\4\uffff\1\141\1\72\1\157\1\164\1\142\1\157\1\uffff\1\143\2\145\1\75\1\uffff\1\101\2\uffff\2\0\1\52\2\uffff\1\156\1\170\1\155\1\144\1\146\5\uffff\1\144\1\155\3\154\1\124\1\154\1\141\3\uffff\1\160\1\164\1\141\1\143\2\141\1\156\4\uffff\1\143\1\uffff\1\156\1\60\1\152\1\164\1\147\1\uffff\1\141\1\157\1\154\1\156\1\142\7\uffff\2\151\1\141\1\157\1\145\1\146\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\151\1\154\1\163\1\153\1\164\1\146\1\164\1\uffff\1\145\1\160\1\55\1\151\1\164\1\160\1\166\1\145\1\165\3\155\1\162\1\154\2\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\60\1\151\1\60\1\141\1\151\1\164\1\151\1\60\1\143\1\165\2\uffff\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\2\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\142\1\uffff\1\155\1\uffff\1\147\1\141\1\162\1\147\1\uffff\2\164\1\147\1\163\1\60\1\162\1\141\1\60\2\172\1\144\5\60\1\166\1\157\1\123\1\60\1\147\1\151\1\60\1\151\2\145\1\154\1\141\1\60\1\151\2\60\1\164\1\uffff\1\60\1\164\1\uffff\3\145\5\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\154\2\60\1\55\1\151\1\uffff\1\166\2\uffff\1\151\1\uffff\1\145\2\60\1\154\1\162\1\166\1\154\1\60\1\147\1\151\3\uffff\1\156\1\145\1\143\1\60\2\uffff\2\60\1\145\1\166\1\uffff\1\60\2\164\2\163\3\uffff\1\162\1\145\1\uffff\1\171\1\163\3\60\1\162\2\60\3\uffff\1\60\3\uffff";
2187 static final String DFA12_maxS = 2216 static final String DFA12_maxS =
2188 "\1\uffff\1\164\2\75\2\165\1\115\1\154\1\151\1\56\1\uffff\1\156\1\170\1\151\1\165\4\uffff\1\141\1\72\1\157\1\164\1\165\1\157\1\uffff\1\164\2\145\1\75\1\uffff\1\172\2\uffff\2\uffff\1\57\2\uffff\1\156\1\170\1\164\1\144\1\146\5\uffff\1\162\1\155\3\154\1\124\1\154\1\141\3\uffff\1\160\1\164\1\141\1\143\1\141\1\154\1\156\4\uffff\1\162\1\uffff\1\156\1\172\1\152\1\164\1\147\1\uffff\1\162\1\157\1\154\1\156\1\142\7\uffff\2\151\1\141\1\157\1\145\1\146\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\151\1\154\1\164\1\153\1\164\1\163\1\uffff\1\145\1\160\1\172\1\151\1\164\1\160\1\166\1\145\1\165\3\155\1\162\1\154\2\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\172\1\151\1\172\1\141\1\151\1\164\1\151\1\143\1\165\2\uffff\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\2\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\142\1\uffff\1\155\1\uffff\1\147\1\141\1\162\1\147\2\164\1\147\1\163\1\172\1\162\1\141\3\172\1\144\5\172\1\166\1\157\1\123\1\172\1\147\1\151\1\172\1\151\2\145\1\154\1\141\1\172\1\151\2\172\1\164\1\uffff\1\172\1\164\1\uffff\3\145\5\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\154\2\172\1\55\1\151\1\uffff\1\166\2\uffff\1\151\1\uffff\1\145\2\172\1\154\1\162\1\166\1\154\1\172\1\147\1\151\3\uffff\1\156\1\145\1\143\1\172\2\uffff\2\172\1\145\1\166\1\uffff\1\172\2\164\2\163\3\uffff\1\162\1\145\1\uffff\1\171\1\163\3\172\1\162\2\172\3\uffff\1\172\3\uffff"; 2217 "\1\uffff\1\164\2\75\2\165\1\115\1\154\1\151\1\56\1\uffff\1\156\1\170\1\151\1\165\4\uffff\1\141\1\72\1\157\1\164\1\165\1\157\1\uffff\1\164\2\145\1\75\1\uffff\1\172\2\uffff\2\uffff\1\57\2\uffff\1\156\1\170\1\164\1\144\1\146\5\uffff\1\162\1\155\3\154\1\124\1\154\1\141\3\uffff\1\160\1\164\1\141\1\143\1\141\1\154\1\156\4\uffff\1\162\1\uffff\1\163\1\172\1\152\1\164\1\147\1\uffff\1\162\1\157\1\154\1\156\1\142\7\uffff\2\151\1\141\1\157\1\145\1\146\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\151\1\154\1\164\1\153\1\164\1\163\1\164\1\uffff\1\145\1\160\1\172\1\151\1\164\1\160\1\166\1\145\1\165\3\155\1\162\1\154\2\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\172\1\151\1\172\1\141\1\151\1\164\1\151\1\172\1\143\1\165\2\uffff\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\2\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\142\1\uffff\1\155\1\uffff\1\147\1\141\1\162\1\147\1\uffff\2\164\1\147\1\163\1\172\1\162\1\141\3\172\1\144\5\172\1\166\1\157\1\123\1\172\1\147\1\151\1\172\1\151\2\145\1\154\1\141\1\172\1\151\2\172\1\164\1\uffff\1\172\1\164\1\uffff\3\145\5\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\154\2\172\1\55\1\151\1\uffff\1\166\2\uffff\1\151\1\uffff\1\145\2\172\1\154\1\162\1\166\1\154\1\172\1\147\1\151\3\uffff\1\156\1\145\1\143\1\172\2\uffff\2\172\1\145\1\166\1\uffff\1\172\2\164\2\163\3\uffff\1\162\1\145\1\uffff\1\171\1\163\3\172\1\162\2\172\3\uffff\1\172\3\uffff";
2189 static final String DFA12_acceptS = 2218 static final String DFA12_acceptS =
2190 "\12\uffff\1\14\4\uffff\1\22\1\23\1\24\1\25\6\uffff\1\44\4\uffff\1\65\1\uffff\1\70\1\71\3\uffff\1\75\1\76\5\uffff\1\70\1\3\1\45\1\4\1\46\10\uffff\1\53\1\13\1\14\7\uffff\1\22\1\23\1\24\1\25\1\uffff\1\30\5\uffff\1\44\5\uffff\1\64\1\65\1\71\1\72\1\73\1\74\1\75\33\uffff\1\35\32\uffff\1\50\15\uffff\1\41\1\61\13\uffff\1\36\1\5\1\uffff\1\47\1\uffff\1\7\1\21\11\uffff\1\51\1\uffff\1\67\45\uffff\1\54\2\uffff\1\60\3\uffff\1\43\1\33\1\6\1\66\1\32\3\uffff\1\15\2\uffff\1\17\5\uffff\1\40\1\uffff\1\63\1\52\1\uffff\1\57\12\uffff\1\42\1\26\1\56\4\uffff\1\1\1\2\4\uffff\1\16\5\uffff\1\55\1\31\1\10\2\uffff\1\27\10\uffff\1\37\1\62\1\11\1\uffff\1\20\1\34\1\12"; 2219 "\12\uffff\1\16\4\uffff\1\24\1\25\1\26\1\27\6\uffff\1\47\4\uffff\1\66\1\uffff\1\71\1\72\3\uffff\1\76\1\77\5\uffff\1\71\1\5\1\3\1\6\1\4\10\uffff\1\54\1\15\1\16\7\uffff\1\24\1\25\1\26\1\27\1\uffff\1\32\5\uffff\1\47\5\uffff\1\65\1\66\1\72\1\73\1\74\1\75\1\76\34\uffff\1\40\32\uffff\1\51\16\uffff\1\44\1\62\13\uffff\1\41\1\7\1\uffff\1\50\1\uffff\1\11\1\23\11\uffff\1\52\1\uffff\1\70\4\uffff\1\37\41\uffff\1\55\2\uffff\1\61\3\uffff\1\46\1\35\1\10\1\67\1\34\3\uffff\1\17\2\uffff\1\21\5\uffff\1\43\1\uffff\1\64\1\53\1\uffff\1\60\12\uffff\1\45\1\30\1\57\4\uffff\1\1\1\2\4\uffff\1\20\5\uffff\1\56\1\33\1\12\2\uffff\1\31\10\uffff\1\42\1\63\1\13\1\uffff\1\22\1\36\1\14";
2191 static final String DFA12_specialS = 2220 static final String DFA12_specialS =
2192 "\1\1\41\uffff\1\2\1\0\u0110\uffff}>"; 2221 "\1\1\41\uffff\1\0\1\2\u0113\uffff}>";
2193 static final String[] DFA12_transitionS = { 2222 static final String[] DFA12_transitionS = {
2194 "\11\46\2\45\2\46\1\45\22\46\1\45\1\46\1\42\1\31\3\46\1\43\2\46\1\36\1\35\1\22\1\12\1\11\1\44\12\41\1\24\1\46\1\2\1\17\1\3\2\46\1\7\21\40\1\6\2\40\1\10\4\40\3\46\1\37\1\40\1\46\1\26\1\40\1\25\1\34\1\14\1\5\1\33\1\40\1\13\2\40\1\30\1\1\1\4\1\27\1\23\1\40\1\16\1\32\2\40\1\15\4\40\1\20\1\46\1\21\uff82\46", 2223 "\11\46\2\45\2\46\1\45\22\46\1\45\1\46\1\42\1\31\3\46\1\43\2\46\1\36\1\35\1\22\1\12\1\11\1\44\12\41\1\24\1\46\1\2\1\17\1\3\2\46\1\7\21\40\1\6\2\40\1\10\4\40\3\46\1\37\1\40\1\46\1\26\1\40\1\25\1\34\1\14\1\5\1\33\1\40\1\13\2\40\1\30\1\1\1\4\1\27\1\23\1\40\1\16\1\32\2\40\1\15\4\40\1\20\1\46\1\21\uff82\46",
2195 "\1\50\3\uffff\1\51\3\uffff\1\47\5\uffff\1\52\4\uffff\1\53", 2224 "\1\50\3\uffff\1\51\3\uffff\1\47\5\uffff\1\52\4\uffff\1\53",
@@ -2264,17 +2293,17 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2264 "", 2293 "",
2265 "\1\163\16\uffff\1\164", 2294 "\1\163\16\uffff\1\164",
2266 "", 2295 "",
2267 "\1\165", 2296 "\1\165\4\uffff\1\166",
2268 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2297 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2269 "\1\167",
2270 "\1\170", 2298 "\1\170",
2271 "\1\171", 2299 "\1\171",
2300 "\1\172",
2272 "", 2301 "",
2273 "\1\173\20\uffff\1\172", 2302 "\1\174\20\uffff\1\173",
2274 "\1\174",
2275 "\1\175", 2303 "\1\175",
2276 "\1\176", 2304 "\1\176",
2277 "\1\177", 2305 "\1\177",
2306 "\1\u0080",
2278 "", 2307 "",
2279 "", 2308 "",
2280 "", 2309 "",
@@ -2282,7 +2311,6 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2282 "", 2311 "",
2283 "", 2312 "",
2284 "", 2313 "",
2285 "\1\u0080",
2286 "\1\u0081", 2314 "\1\u0081",
2287 "\1\u0082", 2315 "\1\u0082",
2288 "\1\u0083", 2316 "\1\u0083",
@@ -2299,22 +2327,22 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2299 "\1\u008e", 2327 "\1\u008e",
2300 "\1\u008f", 2328 "\1\u008f",
2301 "\1\u0090", 2329 "\1\u0090",
2330 "\1\u0091",
2302 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2331 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2303 "\1\u0092",
2304 "\1\u0093", 2332 "\1\u0093",
2305 "\1\u0094", 2333 "\1\u0094",
2306 "\1\u0095", 2334 "\1\u0095",
2307 "\1\u0096", 2335 "\1\u0096",
2308 "\1\u0098\1\u0097", 2336 "\1\u0097",
2309 "\1\u0099", 2337 "\1\u0099\1\u0098",
2310 "\1\u009a", 2338 "\1\u009a",
2311 "\1\u009c\14\uffff\1\u009b", 2339 "\1\u009b",
2312 "", 2340 "\1\u009d\14\uffff\1\u009c",
2313 "\1\u009d",
2314 "\1\u009e", 2341 "\1\u009e",
2315 "\1\u009f\2\uffff\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2342 "",
2316 "\1\u00a1", 2343 "\1\u009f",
2317 "\1\u00a2", 2344 "\1\u00a0",
2345 "\1\u00a1\2\uffff\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2318 "\1\u00a3", 2346 "\1\u00a3",
2319 "\1\u00a4", 2347 "\1\u00a4",
2320 "\1\u00a5", 2348 "\1\u00a5",
@@ -2324,37 +2352,37 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2324 "\1\u00a9", 2352 "\1\u00a9",
2325 "\1\u00aa", 2353 "\1\u00aa",
2326 "\1\u00ab", 2354 "\1\u00ab",
2355 "\1\u00ac",
2356 "\1\u00ad",
2327 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2357 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2328 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2358 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2329 "\1\u00ae",
2330 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2331 "\1\u00b0", 2359 "\1\u00b0",
2332 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2360 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2361 "\1\u00b2",
2362 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2333 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2363 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2334 "\1\u00b3",
2335 "\1\u00b4",
2336 "\1\u00b5", 2364 "\1\u00b5",
2337 "\1\u00b6", 2365 "\1\u00b6",
2338 "\1\u00b7", 2366 "\1\u00b7",
2339 "",
2340 "\1\u00b8", 2367 "\1\u00b8",
2341 "\1\u00b9", 2368 "\1\u00b9",
2369 "",
2342 "\1\u00ba", 2370 "\1\u00ba",
2343 "\1\u00bb", 2371 "\1\u00bb",
2344 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2372 "\1\u00bc",
2345 "\1\u00bd", 2373 "\1\u00bd",
2346 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2374 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2347 "\1\u00bf", 2375 "\1\u00bf",
2348 "\1\u00c0", 2376 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2349 "\1\u00c1", 2377 "\1\u00c1",
2350 "\1\u00c2", 2378 "\1\u00c2",
2351 "\1\u00c3", 2379 "\1\u00c3",
2352 "\1\u00c4", 2380 "\1\u00c4",
2353 "", 2381 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2354 "",
2355 "\1\u00c5",
2356 "\1\u00c6", 2382 "\1\u00c6",
2357 "\1\u00c7", 2383 "\1\u00c7",
2384 "",
2385 "",
2358 "\1\u00c8", 2386 "\1\u00c8",
2359 "\1\u00c9", 2387 "\1\u00c9",
2360 "\1\u00ca", 2388 "\1\u00ca",
@@ -2363,133 +2391,137 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2363 "\1\u00cd", 2391 "\1\u00cd",
2364 "\1\u00ce", 2392 "\1\u00ce",
2365 "\1\u00cf", 2393 "\1\u00cf",
2366 "",
2367 "",
2368 "\1\u00d0", 2394 "\1\u00d0",
2369 "",
2370 "\1\u00d1", 2395 "\1\u00d1",
2396 "\1\u00d2",
2371 "", 2397 "",
2372 "", 2398 "",
2373 "\1\u00d2",
2374 "\1\u00d3", 2399 "\1\u00d3",
2400 "",
2375 "\1\u00d4", 2401 "\1\u00d4",
2402 "",
2403 "",
2376 "\1\u00d5", 2404 "\1\u00d5",
2377 "\1\u00d6", 2405 "\1\u00d6",
2378 "\1\u00d7", 2406 "\1\u00d7",
2379 "\1\u00d8", 2407 "\1\u00d8",
2380 "\1\u00d9", 2408 "\1\u00d9",
2381 "\1\u00da", 2409 "\1\u00da",
2382 "",
2383 "\1\u00db", 2410 "\1\u00db",
2384 "",
2385 "\1\u00dc", 2411 "\1\u00dc",
2386 "\1\u00dd", 2412 "\1\u00dd",
2413 "",
2387 "\1\u00de", 2414 "\1\u00de",
2415 "",
2388 "\1\u00df", 2416 "\1\u00df",
2389 "\1\u00e0", 2417 "\1\u00e0",
2390 "\1\u00e1", 2418 "\1\u00e1",
2391 "\1\u00e2", 2419 "\1\u00e2",
2420 "",
2392 "\1\u00e3", 2421 "\1\u00e3",
2393 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2422 "\1\u00e4",
2394 "\1\u00e5", 2423 "\1\u00e5",
2395 "\1\u00e6", 2424 "\1\u00e6",
2396 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2425 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2397 "\1\u00e8", 2426 "\1\u00e8",
2398 "\1\u00e9", 2427 "\1\u00e9",
2399 "\1\u00ea",
2400 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2428 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2429 "\1\u00eb",
2430 "\1\u00ec",
2431 "\1\u00ed",
2401 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2432 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2402 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2433 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2403 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2434 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2404 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2435 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2405 "\1\u00f0",
2406 "\1\u00f1",
2407 "\1\u00f2",
2408 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2436 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2437 "\1\u00f3",
2409 "\1\u00f4", 2438 "\1\u00f4",
2410 "\1\u00f5", 2439 "\1\u00f5",
2411 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2440 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2412 "\1\u00f7", 2441 "\1\u00f7",
2413 "\1\u00f8", 2442 "\1\u00f8",
2414 "\1\u00f9", 2443 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2415 "\1\u00fa", 2444 "\1\u00fa",
2416 "\1\u00fb", 2445 "\1\u00fb",
2417 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2446 "\1\u00fc",
2418 "\1\u00fd", 2447 "\1\u00fd",
2419 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2448 "\1\u00fe",
2420 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2449 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2421 "\1\u0100", 2450 "\1\u0100",
2422 "",
2423 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2451 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2424 "\1\u0102", 2452 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2425 "",
2426 "\1\u0103", 2453 "\1\u0103",
2427 "\1\u0104", 2454 "",
2455 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2428 "\1\u0105", 2456 "\1\u0105",
2429 "", 2457 "",
2458 "\1\u0106",
2459 "\1\u0107",
2460 "\1\u0108",
2430 "", 2461 "",
2431 "", 2462 "",
2432 "", 2463 "",
2433 "", 2464 "",
2434 "\1\u0106",
2435 "\1\u0107",
2436 "\1\u0108",
2437 "", 2465 "",
2438 "\1\u0109", 2466 "\1\u0109",
2439 "\1\u010a", 2467 "\1\u010a",
2440 "",
2441 "\1\u010b", 2468 "\1\u010b",
2469 "",
2470 "\1\u010c",
2471 "\1\u010d",
2472 "",
2473 "\1\u010e",
2442 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2474 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2443 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2475 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2444 "\1\u010e", 2476 "\1\u0111",
2445 "\1\u010f", 2477 "\1\u0112",
2446 "", 2478 "",
2447 "\1\u0110", 2479 "\1\u0113",
2448 "", 2480 "",
2449 "", 2481 "",
2450 "\1\u0111", 2482 "\1\u0114",
2451 "", 2483 "",
2452 "\1\u0112", 2484 "\1\u0115",
2453 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2485 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2454 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2486 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2455 "\1\u0115",
2456 "\1\u0116",
2457 "\1\u0117",
2458 "\1\u0118", 2487 "\1\u0118",
2459 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2488 "\1\u0119",
2460 "\1\u011a", 2489 "\1\u011a",
2461 "\1\u011b", 2490 "\1\u011b",
2491 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2492 "\1\u011d",
2493 "\1\u011e",
2462 "", 2494 "",
2463 "", 2495 "",
2464 "", 2496 "",
2465 "\1\u011c", 2497 "\1\u011f",
2466 "\1\u011d", 2498 "\1\u0120",
2467 "\1\u011e", 2499 "\1\u0121",
2468 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2500 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2469 "", 2501 "",
2470 "", 2502 "",
2471 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2503 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2472 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2504 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2473 "\1\u0122",
2474 "\1\u0123",
2475 "",
2476 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2477 "\1\u0125", 2505 "\1\u0125",
2478 "\1\u0126", 2506 "\1\u0126",
2479 "\1\u0127",
2480 "\1\u0128",
2481 "",
2482 "",
2483 "", 2507 "",
2508 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2509 "\1\u0128",
2484 "\1\u0129", 2510 "\1\u0129",
2485 "\1\u012a", 2511 "\1\u012a",
2486 "",
2487 "\1\u012b", 2512 "\1\u012b",
2513 "",
2514 "",
2515 "",
2488 "\1\u012c", 2516 "\1\u012c",
2517 "\1\u012d",
2518 "",
2519 "\1\u012e",
2520 "\1\u012f",
2489 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2521 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2490 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2522 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2491 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2523 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2492 "\1\u0130", 2524 "\1\u0133",
2493 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2525 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2494 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2526 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2495 "", 2527 "",
@@ -2531,17 +2563,17 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2531 this.transition = DFA12_transition; 2563 this.transition = DFA12_transition;
2532 } 2564 }
2533 public String getDescription() { 2565 public String getDescription() {
2534 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 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );"; 2566 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 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | T__66 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
2535 } 2567 }
2536 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { 2568 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
2537 IntStream input = _input; 2569 IntStream input = _input;
2538 int _s = s; 2570 int _s = s;
2539 switch ( s ) { 2571 switch ( s ) {
2540 case 0 : 2572 case 0 :
2541 int LA12_35 = input.LA(1); 2573 int LA12_34 = input.LA(1);
2542 2574
2543 s = -1; 2575 s = -1;
2544 if ( ((LA12_35>='\u0000' && LA12_35<='\uFFFF')) ) {s = 87;} 2576 if ( ((LA12_34>='\u0000' && LA12_34<='\uFFFF')) ) {s = 87;}
2545 2577
2546 else s = 38; 2578 else s = 38;
2547 2579
@@ -2630,10 +2662,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2630 if ( s>=0 ) return s; 2662 if ( s>=0 ) return s;
2631 break; 2663 break;
2632 case 2 : 2664 case 2 :
2633 int LA12_34 = input.LA(1); 2665 int LA12_35 = input.LA(1);
2634 2666
2635 s = -1; 2667 s = -1;
2636 if ( ((LA12_34>='\u0000' && LA12_34<='\uFFFF')) ) {s = 87;} 2668 if ( ((LA12_35>='\u0000' && LA12_35<='\uFFFF')) ) {s = 87;}
2637 2669
2638 else s = 38; 2670 else s = 38;
2639 2671