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.java748
1 files changed, 395 insertions, 353 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 46e0af6f..7a19253d 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
@@ -25,6 +25,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
25 public static final int T__13=13; 25 public static final int T__13=13;
26 public static final int T__57=57; 26 public static final int T__57=57;
27 public static final int T__14=14; 27 public static final int T__14=14;
28 public static final int T__58=58;
28 public static final int T__51=51; 29 public static final int T__51=51;
29 public static final int T__52=52; 30 public static final int T__52=52;
30 public static final int T__53=53; 31 public static final int T__53=53;
@@ -212,10 +213,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
212 try { 213 try {
213 int _type = T__17; 214 int _type = T__17;
214 int _channel = DEFAULT_TOKEN_CHANNEL; 215 int _channel = DEFAULT_TOKEN_CHANNEL;
215 // InternalApplicationConfiguration.g:17:7: ( '.' ) 216 // InternalApplicationConfiguration.g:17:7: ( 'TPTPSolver' )
216 // InternalApplicationConfiguration.g:17:9: '.' 217 // InternalApplicationConfiguration.g:17:9: 'TPTPSolver'
217 { 218 {
218 match('.'); 219 match("TPTPSolver");
220
219 221
220 } 222 }
221 223
@@ -232,10 +234,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
232 try { 234 try {
233 int _type = T__18; 235 int _type = T__18;
234 int _channel = DEFAULT_TOKEN_CHANNEL; 236 int _channel = DEFAULT_TOKEN_CHANNEL;
235 // InternalApplicationConfiguration.g:18:7: ( '-' ) 237 // InternalApplicationConfiguration.g:18:7: ( '.' )
236 // InternalApplicationConfiguration.g:18:9: '-' 238 // InternalApplicationConfiguration.g:18:9: '.'
237 { 239 {
238 match('-'); 240 match('.');
239 241
240 } 242 }
241 243
@@ -252,11 +254,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
252 try { 254 try {
253 int _type = T__19; 255 int _type = T__19;
254 int _channel = DEFAULT_TOKEN_CHANNEL; 256 int _channel = DEFAULT_TOKEN_CHANNEL;
255 // InternalApplicationConfiguration.g:19:7: ( 'import' ) 257 // InternalApplicationConfiguration.g:19:7: ( '-' )
256 // InternalApplicationConfiguration.g:19:9: 'import' 258 // InternalApplicationConfiguration.g:19:9: '-'
257 { 259 {
258 match("import"); 260 match('-');
259
260 261
261 } 262 }
262 263
@@ -273,10 +274,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
273 try { 274 try {
274 int _type = T__20; 275 int _type = T__20;
275 int _channel = DEFAULT_TOKEN_CHANNEL; 276 int _channel = DEFAULT_TOKEN_CHANNEL;
276 // InternalApplicationConfiguration.g:20:7: ( 'epackage' ) 277 // InternalApplicationConfiguration.g:20:7: ( 'import' )
277 // InternalApplicationConfiguration.g:20:9: 'epackage' 278 // InternalApplicationConfiguration.g:20:9: 'import'
278 { 279 {
279 match("epackage"); 280 match("import");
280 281
281 282
282 } 283 }
@@ -294,10 +295,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
294 try { 295 try {
295 int _type = T__21; 296 int _type = T__21;
296 int _channel = DEFAULT_TOKEN_CHANNEL; 297 int _channel = DEFAULT_TOKEN_CHANNEL;
297 // InternalApplicationConfiguration.g:21:7: ( 'viatra' ) 298 // InternalApplicationConfiguration.g:21:7: ( 'epackage' )
298 // InternalApplicationConfiguration.g:21:9: 'viatra' 299 // InternalApplicationConfiguration.g:21:9: 'epackage'
299 { 300 {
300 match("viatra"); 301 match("epackage");
301 302
302 303
303 } 304 }
@@ -315,10 +316,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
315 try { 316 try {
316 int _type = T__22; 317 int _type = T__22;
317 int _channel = DEFAULT_TOKEN_CHANNEL; 318 int _channel = DEFAULT_TOKEN_CHANNEL;
318 // InternalApplicationConfiguration.g:22:7: ( 'file' ) 319 // InternalApplicationConfiguration.g:22:7: ( 'viatra' )
319 // InternalApplicationConfiguration.g:22:9: 'file' 320 // InternalApplicationConfiguration.g:22:9: 'viatra'
320 { 321 {
321 match("file"); 322 match("viatra");
322 323
323 324
324 } 325 }
@@ -336,10 +337,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
336 try { 337 try {
337 int _type = T__23; 338 int _type = T__23;
338 int _channel = DEFAULT_TOKEN_CHANNEL; 339 int _channel = DEFAULT_TOKEN_CHANNEL;
339 // InternalApplicationConfiguration.g:23:7: ( '=' ) 340 // InternalApplicationConfiguration.g:23:7: ( 'file' )
340 // InternalApplicationConfiguration.g:23:9: '=' 341 // InternalApplicationConfiguration.g:23:9: 'file'
341 { 342 {
342 match('='); 343 match("file");
344
343 345
344 } 346 }
345 347
@@ -356,10 +358,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
356 try { 358 try {
357 int _type = T__24; 359 int _type = T__24;
358 int _channel = DEFAULT_TOKEN_CHANNEL; 360 int _channel = DEFAULT_TOKEN_CHANNEL;
359 // InternalApplicationConfiguration.g:24:7: ( '{' ) 361 // InternalApplicationConfiguration.g:24:7: ( '=' )
360 // InternalApplicationConfiguration.g:24:9: '{' 362 // InternalApplicationConfiguration.g:24:9: '='
361 { 363 {
362 match('{'); 364 match('=');
363 365
364 } 366 }
365 367
@@ -376,10 +378,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
376 try { 378 try {
377 int _type = T__25; 379 int _type = T__25;
378 int _channel = DEFAULT_TOKEN_CHANNEL; 380 int _channel = DEFAULT_TOKEN_CHANNEL;
379 // InternalApplicationConfiguration.g:25:7: ( '}' ) 381 // InternalApplicationConfiguration.g:25:7: ( '{' )
380 // InternalApplicationConfiguration.g:25:9: '}' 382 // InternalApplicationConfiguration.g:25:9: '{'
381 { 383 {
382 match('}'); 384 match('{');
383 385
384 } 386 }
385 387
@@ -396,10 +398,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
396 try { 398 try {
397 int _type = T__26; 399 int _type = T__26;
398 int _channel = DEFAULT_TOKEN_CHANNEL; 400 int _channel = DEFAULT_TOKEN_CHANNEL;
399 // InternalApplicationConfiguration.g:26:7: ( ',' ) 401 // InternalApplicationConfiguration.g:26:7: ( '}' )
400 // InternalApplicationConfiguration.g:26:9: ',' 402 // InternalApplicationConfiguration.g:26:9: '}'
401 { 403 {
402 match(','); 404 match('}');
403 405
404 } 406 }
405 407
@@ -416,11 +418,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
416 try { 418 try {
417 int _type = T__27; 419 int _type = T__27;
418 int _channel = DEFAULT_TOKEN_CHANNEL; 420 int _channel = DEFAULT_TOKEN_CHANNEL;
419 // InternalApplicationConfiguration.g:27:7: ( 'package' ) 421 // InternalApplicationConfiguration.g:27:7: ( ',' )
420 // InternalApplicationConfiguration.g:27:9: 'package' 422 // InternalApplicationConfiguration.g:27:9: ','
421 { 423 {
422 match("package"); 424 match(',');
423
424 425
425 } 426 }
426 427
@@ -437,10 +438,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
437 try { 438 try {
438 int _type = T__28; 439 int _type = T__28;
439 int _channel = DEFAULT_TOKEN_CHANNEL; 440 int _channel = DEFAULT_TOKEN_CHANNEL;
440 // InternalApplicationConfiguration.g:28:7: ( 'excluding' ) 441 // InternalApplicationConfiguration.g:28:7: ( 'package' )
441 // InternalApplicationConfiguration.g:28:9: 'excluding' 442 // InternalApplicationConfiguration.g:28:9: 'package'
442 { 443 {
443 match("excluding"); 444 match("package");
444 445
445 446
446 } 447 }
@@ -458,10 +459,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
458 try { 459 try {
459 int _type = T__29; 460 int _type = T__29;
460 int _channel = DEFAULT_TOKEN_CHANNEL; 461 int _channel = DEFAULT_TOKEN_CHANNEL;
461 // InternalApplicationConfiguration.g:29:7: ( '::' ) 462 // InternalApplicationConfiguration.g:29:7: ( 'excluding' )
462 // InternalApplicationConfiguration.g:29:9: '::' 463 // InternalApplicationConfiguration.g:29:9: 'excluding'
463 { 464 {
464 match("::"); 465 match("excluding");
465 466
466 467
467 } 468 }
@@ -479,10 +480,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
479 try { 480 try {
480 int _type = T__30; 481 int _type = T__30;
481 int _channel = DEFAULT_TOKEN_CHANNEL; 482 int _channel = DEFAULT_TOKEN_CHANNEL;
482 // InternalApplicationConfiguration.g:30:7: ( 'metamodel' ) 483 // InternalApplicationConfiguration.g:30:7: ( '::' )
483 // InternalApplicationConfiguration.g:30:9: 'metamodel' 484 // InternalApplicationConfiguration.g:30:9: '::'
484 { 485 {
485 match("metamodel"); 486 match("::");
486 487
487 488
488 } 489 }
@@ -500,10 +501,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
500 try { 501 try {
501 int _type = T__31; 502 int _type = T__31;
502 int _channel = DEFAULT_TOKEN_CHANNEL; 503 int _channel = DEFAULT_TOKEN_CHANNEL;
503 // InternalApplicationConfiguration.g:31:7: ( 'folder' ) 504 // InternalApplicationConfiguration.g:31:7: ( 'metamodel' )
504 // InternalApplicationConfiguration.g:31:9: 'folder' 505 // InternalApplicationConfiguration.g:31:9: 'metamodel'
505 { 506 {
506 match("folder"); 507 match("metamodel");
507 508
508 509
509 } 510 }
@@ -521,10 +522,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
521 try { 522 try {
522 int _type = T__32; 523 int _type = T__32;
523 int _channel = DEFAULT_TOKEN_CHANNEL; 524 int _channel = DEFAULT_TOKEN_CHANNEL;
524 // InternalApplicationConfiguration.g:32:7: ( 'models' ) 525 // InternalApplicationConfiguration.g:32:7: ( 'folder' )
525 // InternalApplicationConfiguration.g:32:9: 'models' 526 // InternalApplicationConfiguration.g:32:9: 'folder'
526 { 527 {
527 match("models"); 528 match("folder");
528 529
529 530
530 } 531 }
@@ -542,10 +543,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
542 try { 543 try {
543 int _type = T__33; 544 int _type = T__33;
544 int _channel = DEFAULT_TOKEN_CHANNEL; 545 int _channel = DEFAULT_TOKEN_CHANNEL;
545 // InternalApplicationConfiguration.g:33:7: ( 'constraints' ) 546 // InternalApplicationConfiguration.g:33:7: ( 'models' )
546 // InternalApplicationConfiguration.g:33:9: 'constraints' 547 // InternalApplicationConfiguration.g:33:9: 'models'
547 { 548 {
548 match("constraints"); 549 match("models");
549 550
550 551
551 } 552 }
@@ -563,10 +564,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
563 try { 564 try {
564 int _type = T__34; 565 int _type = T__34;
565 int _channel = DEFAULT_TOKEN_CHANNEL; 566 int _channel = DEFAULT_TOKEN_CHANNEL;
566 // InternalApplicationConfiguration.g:34:7: ( 'config' ) 567 // InternalApplicationConfiguration.g:34:7: ( 'constraints' )
567 // InternalApplicationConfiguration.g:34:9: 'config' 568 // InternalApplicationConfiguration.g:34:9: 'constraints'
568 { 569 {
569 match("config"); 570 match("constraints");
570 571
571 572
572 } 573 }
@@ -584,10 +585,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
584 try { 585 try {
585 int _type = T__35; 586 int _type = T__35;
586 int _channel = DEFAULT_TOKEN_CHANNEL; 587 int _channel = DEFAULT_TOKEN_CHANNEL;
587 // InternalApplicationConfiguration.g:35:7: ( 'log-level' ) 588 // InternalApplicationConfiguration.g:35:7: ( 'config' )
588 // InternalApplicationConfiguration.g:35:9: 'log-level' 589 // InternalApplicationConfiguration.g:35:9: 'config'
589 { 590 {
590 match("log-level"); 591 match("config");
591 592
592 593
593 } 594 }
@@ -605,10 +606,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
605 try { 606 try {
606 int _type = T__36; 607 int _type = T__36;
607 int _channel = DEFAULT_TOKEN_CHANNEL; 608 int _channel = DEFAULT_TOKEN_CHANNEL;
608 // InternalApplicationConfiguration.g:36:7: ( 'runtime' ) 609 // InternalApplicationConfiguration.g:36:7: ( 'log-level' )
609 // InternalApplicationConfiguration.g:36:9: 'runtime' 610 // InternalApplicationConfiguration.g:36:9: 'log-level'
610 { 611 {
611 match("runtime"); 612 match("log-level");
612 613
613 614
614 } 615 }
@@ -626,10 +627,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
626 try { 627 try {
627 int _type = T__37; 628 int _type = T__37;
628 int _channel = DEFAULT_TOKEN_CHANNEL; 629 int _channel = DEFAULT_TOKEN_CHANNEL;
629 // InternalApplicationConfiguration.g:37:7: ( 'memory' ) 630 // InternalApplicationConfiguration.g:37:7: ( 'runtime' )
630 // InternalApplicationConfiguration.g:37:9: 'memory' 631 // InternalApplicationConfiguration.g:37:9: 'runtime'
631 { 632 {
632 match("memory"); 633 match("runtime");
633 634
634 635
635 } 636 }
@@ -647,10 +648,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
647 try { 648 try {
648 int _type = T__38; 649 int _type = T__38;
649 int _channel = DEFAULT_TOKEN_CHANNEL; 650 int _channel = DEFAULT_TOKEN_CHANNEL;
650 // InternalApplicationConfiguration.g:38:7: ( '#' ) 651 // InternalApplicationConfiguration.g:38:7: ( 'memory' )
651 // InternalApplicationConfiguration.g:38:9: '#' 652 // InternalApplicationConfiguration.g:38:9: 'memory'
652 { 653 {
653 match('#'); 654 match("memory");
655
654 656
655 } 657 }
656 658
@@ -667,10 +669,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
667 try { 669 try {
668 int _type = T__39; 670 int _type = T__39;
669 int _channel = DEFAULT_TOKEN_CHANNEL; 671 int _channel = DEFAULT_TOKEN_CHANNEL;
670 // InternalApplicationConfiguration.g:39:7: ( '<' ) 672 // InternalApplicationConfiguration.g:39:7: ( '#' )
671 // InternalApplicationConfiguration.g:39:9: '<' 673 // InternalApplicationConfiguration.g:39:9: '#'
672 { 674 {
673 match('<'); 675 match('#');
674 676
675 } 677 }
676 678
@@ -687,10 +689,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
687 try { 689 try {
688 int _type = T__40; 690 int _type = T__40;
689 int _channel = DEFAULT_TOKEN_CHANNEL; 691 int _channel = DEFAULT_TOKEN_CHANNEL;
690 // InternalApplicationConfiguration.g:40:7: ( '>' ) 692 // InternalApplicationConfiguration.g:40:7: ( '<' )
691 // InternalApplicationConfiguration.g:40:9: '>' 693 // InternalApplicationConfiguration.g:40:9: '<'
692 { 694 {
693 match('>'); 695 match('<');
694 696
695 } 697 }
696 698
@@ -707,11 +709,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
707 try { 709 try {
708 int _type = T__41; 710 int _type = T__41;
709 int _channel = DEFAULT_TOKEN_CHANNEL; 711 int _channel = DEFAULT_TOKEN_CHANNEL;
710 // InternalApplicationConfiguration.g:41:7: ( 'node' ) 712 // InternalApplicationConfiguration.g:41:7: ( '>' )
711 // InternalApplicationConfiguration.g:41:9: 'node' 713 // InternalApplicationConfiguration.g:41:9: '>'
712 { 714 {
713 match("node"); 715 match('>');
714
715 716
716 } 717 }
717 718
@@ -728,10 +729,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
728 try { 729 try {
729 int _type = T__42; 730 int _type = T__42;
730 int _channel = DEFAULT_TOKEN_CHANNEL; 731 int _channel = DEFAULT_TOKEN_CHANNEL;
731 // InternalApplicationConfiguration.g:42:7: ( 'int' ) 732 // InternalApplicationConfiguration.g:42:7: ( 'node' )
732 // InternalApplicationConfiguration.g:42:9: 'int' 733 // InternalApplicationConfiguration.g:42:9: 'node'
733 { 734 {
734 match("int"); 735 match("node");
735 736
736 737
737 } 738 }
@@ -749,10 +750,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
749 try { 750 try {
750 int _type = T__43; 751 int _type = T__43;
751 int _channel = DEFAULT_TOKEN_CHANNEL; 752 int _channel = DEFAULT_TOKEN_CHANNEL;
752 // InternalApplicationConfiguration.g:43:7: ( 'real' ) 753 // InternalApplicationConfiguration.g:43:7: ( 'int' )
753 // InternalApplicationConfiguration.g:43:9: 'real' 754 // InternalApplicationConfiguration.g:43:9: 'int'
754 { 755 {
755 match("real"); 756 match("int");
756 757
757 758
758 } 759 }
@@ -770,10 +771,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
770 try { 771 try {
771 int _type = T__44; 772 int _type = T__44;
772 int _channel = DEFAULT_TOKEN_CHANNEL; 773 int _channel = DEFAULT_TOKEN_CHANNEL;
773 // InternalApplicationConfiguration.g:44:7: ( 'string' ) 774 // InternalApplicationConfiguration.g:44:7: ( 'real' )
774 // InternalApplicationConfiguration.g:44:9: 'string' 775 // InternalApplicationConfiguration.g:44:9: 'real'
775 { 776 {
776 match("string"); 777 match("real");
777 778
778 779
779 } 780 }
@@ -791,10 +792,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
791 try { 792 try {
792 int _type = T__45; 793 int _type = T__45;
793 int _channel = DEFAULT_TOKEN_CHANNEL; 794 int _channel = DEFAULT_TOKEN_CHANNEL;
794 // InternalApplicationConfiguration.g:45:7: ( '..' ) 795 // InternalApplicationConfiguration.g:45:7: ( 'string' )
795 // InternalApplicationConfiguration.g:45:9: '..' 796 // InternalApplicationConfiguration.g:45:9: 'string'
796 { 797 {
797 match(".."); 798 match("string");
798 799
799 800
800 } 801 }
@@ -812,10 +813,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
812 try { 813 try {
813 int _type = T__46; 814 int _type = T__46;
814 int _channel = DEFAULT_TOKEN_CHANNEL; 815 int _channel = DEFAULT_TOKEN_CHANNEL;
815 // InternalApplicationConfiguration.g:46:7: ( 'scope' ) 816 // InternalApplicationConfiguration.g:46:7: ( '..' )
816 // InternalApplicationConfiguration.g:46:9: 'scope' 817 // InternalApplicationConfiguration.g:46:9: '..'
817 { 818 {
818 match("scope"); 819 match("..");
819 820
820 821
821 } 822 }
@@ -833,10 +834,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
833 try { 834 try {
834 int _type = T__47; 835 int _type = T__47;
835 int _channel = DEFAULT_TOKEN_CHANNEL; 836 int _channel = DEFAULT_TOKEN_CHANNEL;
836 // InternalApplicationConfiguration.g:47:7: ( 'generate' ) 837 // InternalApplicationConfiguration.g:47:7: ( 'scope' )
837 // InternalApplicationConfiguration.g:47:9: 'generate' 838 // InternalApplicationConfiguration.g:47:9: 'scope'
838 { 839 {
839 match("generate"); 840 match("scope");
840 841
841 842
842 } 843 }
@@ -854,10 +855,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
854 try { 855 try {
855 int _type = T__48; 856 int _type = T__48;
856 int _channel = DEFAULT_TOKEN_CHANNEL; 857 int _channel = DEFAULT_TOKEN_CHANNEL;
857 // InternalApplicationConfiguration.g:48:7: ( 'partial-model' ) 858 // InternalApplicationConfiguration.g:48:7: ( 'generate' )
858 // InternalApplicationConfiguration.g:48:9: 'partial-model' 859 // InternalApplicationConfiguration.g:48:9: 'generate'
859 { 860 {
860 match("partial-model"); 861 match("generate");
861 862
862 863
863 } 864 }
@@ -875,10 +876,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
875 try { 876 try {
876 int _type = T__49; 877 int _type = T__49;
877 int _channel = DEFAULT_TOKEN_CHANNEL; 878 int _channel = DEFAULT_TOKEN_CHANNEL;
878 // InternalApplicationConfiguration.g:49:7: ( 'solver' ) 879 // InternalApplicationConfiguration.g:49:7: ( 'partial-model' )
879 // InternalApplicationConfiguration.g:49:9: 'solver' 880 // InternalApplicationConfiguration.g:49:9: 'partial-model'
880 { 881 {
881 match("solver"); 882 match("partial-model");
882 883
883 884
884 } 885 }
@@ -896,10 +897,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
896 try { 897 try {
897 int _type = T__50; 898 int _type = T__50;
898 int _channel = DEFAULT_TOKEN_CHANNEL; 899 int _channel = DEFAULT_TOKEN_CHANNEL;
899 // InternalApplicationConfiguration.g:50:7: ( 'debug' ) 900 // InternalApplicationConfiguration.g:50:7: ( 'solver' )
900 // InternalApplicationConfiguration.g:50:9: 'debug' 901 // InternalApplicationConfiguration.g:50:9: 'solver'
901 { 902 {
902 match("debug"); 903 match("solver");
903 904
904 905
905 } 906 }
@@ -917,10 +918,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
917 try { 918 try {
918 int _type = T__51; 919 int _type = T__51;
919 int _channel = DEFAULT_TOKEN_CHANNEL; 920 int _channel = DEFAULT_TOKEN_CHANNEL;
920 // InternalApplicationConfiguration.g:51:7: ( 'log' ) 921 // InternalApplicationConfiguration.g:51:7: ( 'debug' )
921 // InternalApplicationConfiguration.g:51:9: 'log' 922 // InternalApplicationConfiguration.g:51:9: 'debug'
922 { 923 {
923 match("log"); 924 match("debug");
924 925
925 926
926 } 927 }
@@ -938,10 +939,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
938 try { 939 try {
939 int _type = T__52; 940 int _type = T__52;
940 int _channel = DEFAULT_TOKEN_CHANNEL; 941 int _channel = DEFAULT_TOKEN_CHANNEL;
941 // InternalApplicationConfiguration.g:52:7: ( 'statistics' ) 942 // InternalApplicationConfiguration.g:52:7: ( 'log' )
942 // InternalApplicationConfiguration.g:52:9: 'statistics' 943 // InternalApplicationConfiguration.g:52:9: 'log'
943 { 944 {
944 match("statistics"); 945 match("log");
945 946
946 947
947 } 948 }
@@ -959,10 +960,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
959 try { 960 try {
960 int _type = T__53; 961 int _type = T__53;
961 int _channel = DEFAULT_TOKEN_CHANNEL; 962 int _channel = DEFAULT_TOKEN_CHANNEL;
962 // InternalApplicationConfiguration.g:53:7: ( 'output' ) 963 // InternalApplicationConfiguration.g:53:7: ( 'statistics' )
963 // InternalApplicationConfiguration.g:53:9: 'output' 964 // InternalApplicationConfiguration.g:53:9: 'statistics'
964 { 965 {
965 match("output"); 966 match("statistics");
966 967
967 968
968 } 969 }
@@ -980,10 +981,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
980 try { 981 try {
981 int _type = T__54; 982 int _type = T__54;
982 int _channel = DEFAULT_TOKEN_CHANNEL; 983 int _channel = DEFAULT_TOKEN_CHANNEL;
983 // InternalApplicationConfiguration.g:54:7: ( '+=' ) 984 // InternalApplicationConfiguration.g:54:7: ( 'output' )
984 // InternalApplicationConfiguration.g:54:9: '+=' 985 // InternalApplicationConfiguration.g:54:9: 'output'
985 { 986 {
986 match("+="); 987 match("output");
987 988
988 989
989 } 990 }
@@ -1001,10 +1002,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1001 try { 1002 try {
1002 int _type = T__55; 1003 int _type = T__55;
1003 int _channel = DEFAULT_TOKEN_CHANNEL; 1004 int _channel = DEFAULT_TOKEN_CHANNEL;
1004 // InternalApplicationConfiguration.g:55:7: ( '*' ) 1005 // InternalApplicationConfiguration.g:55:7: ( '+=' )
1005 // InternalApplicationConfiguration.g:55:9: '*' 1006 // InternalApplicationConfiguration.g:55:9: '+='
1006 { 1007 {
1007 match('*'); 1008 match("+=");
1009
1008 1010
1009 } 1011 }
1010 1012
@@ -1021,11 +1023,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1021 try { 1023 try {
1022 int _type = T__56; 1024 int _type = T__56;
1023 int _channel = DEFAULT_TOKEN_CHANNEL; 1025 int _channel = DEFAULT_TOKEN_CHANNEL;
1024 // InternalApplicationConfiguration.g:56:7: ( 'number' ) 1026 // InternalApplicationConfiguration.g:56:7: ( '*' )
1025 // InternalApplicationConfiguration.g:56:9: 'number' 1027 // InternalApplicationConfiguration.g:56:9: '*'
1026 { 1028 {
1027 match("number"); 1029 match('*');
1028
1029 1030
1030 } 1031 }
1031 1032
@@ -1042,10 +1043,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1042 try { 1043 try {
1043 int _type = T__57; 1044 int _type = T__57;
1044 int _channel = DEFAULT_TOKEN_CHANNEL; 1045 int _channel = DEFAULT_TOKEN_CHANNEL;
1045 // InternalApplicationConfiguration.g:57:7: ( 'runs' ) 1046 // InternalApplicationConfiguration.g:57:7: ( 'number' )
1046 // InternalApplicationConfiguration.g:57:9: 'runs' 1047 // InternalApplicationConfiguration.g:57:9: 'number'
1047 { 1048 {
1048 match("runs"); 1049 match("number");
1049 1050
1050 1051
1051 } 1052 }
@@ -1058,15 +1059,36 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1058 } 1059 }
1059 // $ANTLR end "T__57" 1060 // $ANTLR end "T__57"
1060 1061
1062 // $ANTLR start "T__58"
1063 public final void mT__58() throws RecognitionException {
1064 try {
1065 int _type = T__58;
1066 int _channel = DEFAULT_TOKEN_CHANNEL;
1067 // InternalApplicationConfiguration.g:58:7: ( 'runs' )
1068 // InternalApplicationConfiguration.g:58:9: 'runs'
1069 {
1070 match("runs");
1071
1072
1073 }
1074
1075 state.type = _type;
1076 state.channel = _channel;
1077 }
1078 finally {
1079 }
1080 }
1081 // $ANTLR end "T__58"
1082
1061 // $ANTLR start "RULE_ID" 1083 // $ANTLR start "RULE_ID"
1062 public final void mRULE_ID() throws RecognitionException { 1084 public final void mRULE_ID() throws RecognitionException {
1063 try { 1085 try {
1064 int _type = RULE_ID; 1086 int _type = RULE_ID;
1065 int _channel = DEFAULT_TOKEN_CHANNEL; 1087 int _channel = DEFAULT_TOKEN_CHANNEL;
1066 // InternalApplicationConfiguration.g:10476:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 1088 // InternalApplicationConfiguration.g:10482:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
1067 // InternalApplicationConfiguration.g:10476:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1089 // InternalApplicationConfiguration.g:10482:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1068 { 1090 {
1069 // InternalApplicationConfiguration.g:10476:11: ( '^' )? 1091 // InternalApplicationConfiguration.g:10482:11: ( '^' )?
1070 int alt1=2; 1092 int alt1=2;
1071 int LA1_0 = input.LA(1); 1093 int LA1_0 = input.LA(1);
1072 1094
@@ -1075,7 +1097,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1075 } 1097 }
1076 switch (alt1) { 1098 switch (alt1) {
1077 case 1 : 1099 case 1 :
1078 // InternalApplicationConfiguration.g:10476:11: '^' 1100 // InternalApplicationConfiguration.g:10482:11: '^'
1079 { 1101 {
1080 match('^'); 1102 match('^');
1081 1103
@@ -1093,7 +1115,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1093 recover(mse); 1115 recover(mse);
1094 throw mse;} 1116 throw mse;}
1095 1117
1096 // InternalApplicationConfiguration.g:10476:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1118 // InternalApplicationConfiguration.g:10482:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1097 loop2: 1119 loop2:
1098 do { 1120 do {
1099 int alt2=2; 1121 int alt2=2;
@@ -1142,10 +1164,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1142 try { 1164 try {
1143 int _type = RULE_INT; 1165 int _type = RULE_INT;
1144 int _channel = DEFAULT_TOKEN_CHANNEL; 1166 int _channel = DEFAULT_TOKEN_CHANNEL;
1145 // InternalApplicationConfiguration.g:10478:10: ( ( '0' .. '9' )+ ) 1167 // InternalApplicationConfiguration.g:10484:10: ( ( '0' .. '9' )+ )
1146 // InternalApplicationConfiguration.g:10478:12: ( '0' .. '9' )+ 1168 // InternalApplicationConfiguration.g:10484:12: ( '0' .. '9' )+
1147 { 1169 {
1148 // InternalApplicationConfiguration.g:10478:12: ( '0' .. '9' )+ 1170 // InternalApplicationConfiguration.g:10484:12: ( '0' .. '9' )+
1149 int cnt3=0; 1171 int cnt3=0;
1150 loop3: 1172 loop3:
1151 do { 1173 do {
@@ -1159,7 +1181,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1159 1181
1160 switch (alt3) { 1182 switch (alt3) {
1161 case 1 : 1183 case 1 :
1162 // InternalApplicationConfiguration.g:10478:13: '0' .. '9' 1184 // InternalApplicationConfiguration.g:10484:13: '0' .. '9'
1163 { 1185 {
1164 matchRange('0','9'); 1186 matchRange('0','9');
1165 1187
@@ -1191,10 +1213,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1191 try { 1213 try {
1192 int _type = RULE_STRING; 1214 int _type = RULE_STRING;
1193 int _channel = DEFAULT_TOKEN_CHANNEL; 1215 int _channel = DEFAULT_TOKEN_CHANNEL;
1194 // InternalApplicationConfiguration.g:10480:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 1216 // InternalApplicationConfiguration.g:10486:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
1195 // InternalApplicationConfiguration.g:10480:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1217 // InternalApplicationConfiguration.g:10486:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1196 { 1218 {
1197 // InternalApplicationConfiguration.g:10480:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1219 // InternalApplicationConfiguration.g:10486:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1198 int alt6=2; 1220 int alt6=2;
1199 int LA6_0 = input.LA(1); 1221 int LA6_0 = input.LA(1);
1200 1222
@@ -1212,10 +1234,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1212 } 1234 }
1213 switch (alt6) { 1235 switch (alt6) {
1214 case 1 : 1236 case 1 :
1215 // InternalApplicationConfiguration.g:10480:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1237 // InternalApplicationConfiguration.g:10486:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
1216 { 1238 {
1217 match('\"'); 1239 match('\"');
1218 // InternalApplicationConfiguration.g:10480:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1240 // InternalApplicationConfiguration.g:10486:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
1219 loop4: 1241 loop4:
1220 do { 1242 do {
1221 int alt4=3; 1243 int alt4=3;
@@ -1231,7 +1253,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1231 1253
1232 switch (alt4) { 1254 switch (alt4) {
1233 case 1 : 1255 case 1 :
1234 // InternalApplicationConfiguration.g:10480:21: '\\\\' . 1256 // InternalApplicationConfiguration.g:10486:21: '\\\\' .
1235 { 1257 {
1236 match('\\'); 1258 match('\\');
1237 matchAny(); 1259 matchAny();
@@ -1239,7 +1261,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1239 } 1261 }
1240 break; 1262 break;
1241 case 2 : 1263 case 2 :
1242 // InternalApplicationConfiguration.g:10480:28: ~ ( ( '\\\\' | '\"' ) ) 1264 // InternalApplicationConfiguration.g:10486:28: ~ ( ( '\\\\' | '\"' ) )
1243 { 1265 {
1244 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1266 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1245 input.consume(); 1267 input.consume();
@@ -1264,10 +1286,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1264 } 1286 }
1265 break; 1287 break;
1266 case 2 : 1288 case 2 :
1267 // InternalApplicationConfiguration.g:10480:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1289 // InternalApplicationConfiguration.g:10486:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
1268 { 1290 {
1269 match('\''); 1291 match('\'');
1270 // InternalApplicationConfiguration.g:10480:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1292 // InternalApplicationConfiguration.g:10486:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
1271 loop5: 1293 loop5:
1272 do { 1294 do {
1273 int alt5=3; 1295 int alt5=3;
@@ -1283,7 +1305,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1283 1305
1284 switch (alt5) { 1306 switch (alt5) {
1285 case 1 : 1307 case 1 :
1286 // InternalApplicationConfiguration.g:10480:54: '\\\\' . 1308 // InternalApplicationConfiguration.g:10486:54: '\\\\' .
1287 { 1309 {
1288 match('\\'); 1310 match('\\');
1289 matchAny(); 1311 matchAny();
@@ -1291,7 +1313,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1291 } 1313 }
1292 break; 1314 break;
1293 case 2 : 1315 case 2 :
1294 // InternalApplicationConfiguration.g:10480:61: ~ ( ( '\\\\' | '\\'' ) ) 1316 // InternalApplicationConfiguration.g:10486:61: ~ ( ( '\\\\' | '\\'' ) )
1295 { 1317 {
1296 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1318 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1297 input.consume(); 1319 input.consume();
@@ -1334,12 +1356,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1334 try { 1356 try {
1335 int _type = RULE_ML_COMMENT; 1357 int _type = RULE_ML_COMMENT;
1336 int _channel = DEFAULT_TOKEN_CHANNEL; 1358 int _channel = DEFAULT_TOKEN_CHANNEL;
1337 // InternalApplicationConfiguration.g:10482:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1359 // InternalApplicationConfiguration.g:10488:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1338 // InternalApplicationConfiguration.g:10482:19: '/*' ( options {greedy=false; } : . )* '*/' 1360 // InternalApplicationConfiguration.g:10488:19: '/*' ( options {greedy=false; } : . )* '*/'
1339 { 1361 {
1340 match("/*"); 1362 match("/*");
1341 1363
1342 // InternalApplicationConfiguration.g:10482:24: ( options {greedy=false; } : . )* 1364 // InternalApplicationConfiguration.g:10488:24: ( options {greedy=false; } : . )*
1343 loop7: 1365 loop7:
1344 do { 1366 do {
1345 int alt7=2; 1367 int alt7=2;
@@ -1364,7 +1386,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1364 1386
1365 switch (alt7) { 1387 switch (alt7) {
1366 case 1 : 1388 case 1 :
1367 // InternalApplicationConfiguration.g:10482:52: . 1389 // InternalApplicationConfiguration.g:10488:52: .
1368 { 1390 {
1369 matchAny(); 1391 matchAny();
1370 1392
@@ -1394,12 +1416,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1394 try { 1416 try {
1395 int _type = RULE_SL_COMMENT; 1417 int _type = RULE_SL_COMMENT;
1396 int _channel = DEFAULT_TOKEN_CHANNEL; 1418 int _channel = DEFAULT_TOKEN_CHANNEL;
1397 // InternalApplicationConfiguration.g:10484:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1419 // InternalApplicationConfiguration.g:10490:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1398 // InternalApplicationConfiguration.g:10484:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1420 // InternalApplicationConfiguration.g:10490:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1399 { 1421 {
1400 match("//"); 1422 match("//");
1401 1423
1402 // InternalApplicationConfiguration.g:10484:24: (~ ( ( '\\n' | '\\r' ) ) )* 1424 // InternalApplicationConfiguration.g:10490:24: (~ ( ( '\\n' | '\\r' ) ) )*
1403 loop8: 1425 loop8:
1404 do { 1426 do {
1405 int alt8=2; 1427 int alt8=2;
@@ -1412,7 +1434,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1412 1434
1413 switch (alt8) { 1435 switch (alt8) {
1414 case 1 : 1436 case 1 :
1415 // InternalApplicationConfiguration.g:10484:24: ~ ( ( '\\n' | '\\r' ) ) 1437 // InternalApplicationConfiguration.g:10490:24: ~ ( ( '\\n' | '\\r' ) )
1416 { 1438 {
1417 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') ) { 1439 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') ) {
1418 input.consume(); 1440 input.consume();
@@ -1432,7 +1454,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1432 } 1454 }
1433 } while (true); 1455 } while (true);
1434 1456
1435 // InternalApplicationConfiguration.g:10484:40: ( ( '\\r' )? '\\n' )? 1457 // InternalApplicationConfiguration.g:10490:40: ( ( '\\r' )? '\\n' )?
1436 int alt10=2; 1458 int alt10=2;
1437 int LA10_0 = input.LA(1); 1459 int LA10_0 = input.LA(1);
1438 1460
@@ -1441,9 +1463,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1441 } 1463 }
1442 switch (alt10) { 1464 switch (alt10) {
1443 case 1 : 1465 case 1 :
1444 // InternalApplicationConfiguration.g:10484:41: ( '\\r' )? '\\n' 1466 // InternalApplicationConfiguration.g:10490:41: ( '\\r' )? '\\n'
1445 { 1467 {
1446 // InternalApplicationConfiguration.g:10484:41: ( '\\r' )? 1468 // InternalApplicationConfiguration.g:10490:41: ( '\\r' )?
1447 int alt9=2; 1469 int alt9=2;
1448 int LA9_0 = input.LA(1); 1470 int LA9_0 = input.LA(1);
1449 1471
@@ -1452,7 +1474,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1452 } 1474 }
1453 switch (alt9) { 1475 switch (alt9) {
1454 case 1 : 1476 case 1 :
1455 // InternalApplicationConfiguration.g:10484:41: '\\r' 1477 // InternalApplicationConfiguration.g:10490:41: '\\r'
1456 { 1478 {
1457 match('\r'); 1479 match('\r');
1458 1480
@@ -1484,10 +1506,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1484 try { 1506 try {
1485 int _type = RULE_WS; 1507 int _type = RULE_WS;
1486 int _channel = DEFAULT_TOKEN_CHANNEL; 1508 int _channel = DEFAULT_TOKEN_CHANNEL;
1487 // InternalApplicationConfiguration.g:10486:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1509 // InternalApplicationConfiguration.g:10492:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1488 // InternalApplicationConfiguration.g:10486:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1510 // InternalApplicationConfiguration.g:10492:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1489 { 1511 {
1490 // InternalApplicationConfiguration.g:10486:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1512 // InternalApplicationConfiguration.g:10492:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1491 int cnt11=0; 1513 int cnt11=0;
1492 loop11: 1514 loop11:
1493 do { 1515 do {
@@ -1541,8 +1563,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1541 try { 1563 try {
1542 int _type = RULE_ANY_OTHER; 1564 int _type = RULE_ANY_OTHER;
1543 int _channel = DEFAULT_TOKEN_CHANNEL; 1565 int _channel = DEFAULT_TOKEN_CHANNEL;
1544 // InternalApplicationConfiguration.g:10488:16: ( . ) 1566 // InternalApplicationConfiguration.g:10494:16: ( . )
1545 // InternalApplicationConfiguration.g:10488:18: . 1567 // InternalApplicationConfiguration.g:10494:18: .
1546 { 1568 {
1547 matchAny(); 1569 matchAny();
1548 1570
@@ -1557,8 +1579,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1557 // $ANTLR end "RULE_ANY_OTHER" 1579 // $ANTLR end "RULE_ANY_OTHER"
1558 1580
1559 public void mTokens() throws RecognitionException { 1581 public void mTokens() throws RecognitionException {
1560 // 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER ) 1582 // 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
1561 int alt12=54; 1583 int alt12=55;
1562 alt12 = dfa12.predict(input); 1584 alt12 = dfa12.predict(input);
1563 switch (alt12) { 1585 switch (alt12) {
1564 case 1 : 1586 case 1 :
@@ -1891,49 +1913,56 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1891 } 1913 }
1892 break; 1914 break;
1893 case 48 : 1915 case 48 :
1894 // InternalApplicationConfiguration.g:1:292: RULE_ID 1916 // InternalApplicationConfiguration.g:1:292: T__58
1895 { 1917 {
1896 mRULE_ID(); 1918 mT__58();
1897 1919
1898 } 1920 }
1899 break; 1921 break;
1900 case 49 : 1922 case 49 :
1901 // InternalApplicationConfiguration.g:1:300: RULE_INT 1923 // InternalApplicationConfiguration.g:1:298: RULE_ID
1902 { 1924 {
1903 mRULE_INT(); 1925 mRULE_ID();
1904 1926
1905 } 1927 }
1906 break; 1928 break;
1907 case 50 : 1929 case 50 :
1908 // InternalApplicationConfiguration.g:1:309: RULE_STRING 1930 // InternalApplicationConfiguration.g:1:306: RULE_INT
1909 { 1931 {
1910 mRULE_STRING(); 1932 mRULE_INT();
1911 1933
1912 } 1934 }
1913 break; 1935 break;
1914 case 51 : 1936 case 51 :
1915 // InternalApplicationConfiguration.g:1:321: RULE_ML_COMMENT 1937 // InternalApplicationConfiguration.g:1:315: RULE_STRING
1916 { 1938 {
1917 mRULE_ML_COMMENT(); 1939 mRULE_STRING();
1918 1940
1919 } 1941 }
1920 break; 1942 break;
1921 case 52 : 1943 case 52 :
1922 // InternalApplicationConfiguration.g:1:337: RULE_SL_COMMENT 1944 // InternalApplicationConfiguration.g:1:327: RULE_ML_COMMENT
1923 { 1945 {
1924 mRULE_SL_COMMENT(); 1946 mRULE_ML_COMMENT();
1925 1947
1926 } 1948 }
1927 break; 1949 break;
1928 case 53 : 1950 case 53 :
1929 // InternalApplicationConfiguration.g:1:353: RULE_WS 1951 // InternalApplicationConfiguration.g:1:343: RULE_SL_COMMENT
1930 { 1952 {
1931 mRULE_WS(); 1953 mRULE_SL_COMMENT();
1932 1954
1933 } 1955 }
1934 break; 1956 break;
1935 case 54 : 1957 case 54 :
1936 // InternalApplicationConfiguration.g:1:361: RULE_ANY_OTHER 1958 // InternalApplicationConfiguration.g:1:359: RULE_WS
1959 {
1960 mRULE_WS();
1961
1962 }
1963 break;
1964 case 55 :
1965 // InternalApplicationConfiguration.g:1:367: RULE_ANY_OTHER
1937 { 1966 {
1938 mRULE_ANY_OTHER(); 1967 mRULE_ANY_OTHER();
1939 1968
@@ -1947,94 +1976,96 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1947 1976
1948 protected DFA12 dfa12 = new DFA12(this); 1977 protected DFA12 dfa12 = new DFA12(this);
1949 static final String DFA12_eotS = 1978 static final String DFA12_eotS =
1950 "\1\uffff\5\50\1\60\1\uffff\3\50\4\uffff\1\50\1\45\4\50\3\uffff\4\50\1\45\1\uffff\1\45\2\uffff\3\45\2\uffff\2\50\1\uffff\6\50\3\uffff\5\50\4\uffff\1\50\1\uffff\6\50\3\uffff\6\50\7\uffff\13\50\1\175\11\50\1\u0089\11\50\1\u0094\1\50\1\u0096\1\50\1\u0098\1\u0099\5\50\1\uffff\12\50\2\uffff\1\50\1\u00aa\1\u00ab\7\50\1\uffff\1\50\1\uffff\1\50\2\uffff\20\50\2\uffff\2\50\1\u00c7\2\50\1\u00ca\1\50\1\u00cc\1\u00cd\1\u00ce\3\50\1\u00d2\2\50\1\u00d5\3\50\1\u00d9\1\u00da\1\50\1\u00dc\1\50\1\u00de\1\50\1\uffff\1\u00e0\1\50\1\uffff\1\u00e2\3\uffff\3\50\1\uffff\2\50\1\uffff\1\u00e8\2\50\2\uffff\1\50\1\uffff\1\u00ec\1\uffff\1\50\1\uffff\1\50\1\uffff\3\50\1\u00f2\1\50\2\uffff\2\50\1\uffff\1\50\1\u00f7\1\u00f8\2\50\1\uffff\1\u00fb\1\u00fc\2\50\2\uffff\2\50\2\uffff\1\50\1\u0102\1\u0103\1\50\1\u0105\2\uffff\1\u0106\2\uffff"; 1979 "\1\uffff\6\51\1\62\1\uffff\3\51\4\uffff\1\51\1\46\4\51\3\uffff\4\51\1\46\1\uffff\1\46\2\uffff\3\46\2\uffff\2\51\1\uffff\7\51\3\uffff\5\51\4\uffff\1\51\1\uffff\6\51\3\uffff\6\51\7\uffff\14\51\1\u0081\11\51\1\u008d\11\51\1\u0098\1\51\1\u009a\1\51\1\u009c\1\u009d\6\51\1\uffff\12\51\2\uffff\1\51\1\u00af\1\u00b0\7\51\1\uffff\1\51\1\uffff\1\51\2\uffff\21\51\2\uffff\2\51\1\u00cd\2\51\1\u00d0\1\51\1\u00d2\1\u00d3\1\u00d4\4\51\1\u00d9\2\51\1\u00dc\3\51\1\u00e0\1\u00e1\1\51\1\u00e3\1\51\1\u00e5\1\51\1\uffff\1\u00e7\1\51\1\uffff\1\u00e9\3\uffff\4\51\1\uffff\2\51\1\uffff\1\u00f0\2\51\2\uffff\1\51\1\uffff\1\u00f4\1\uffff\1\51\1\uffff\1\51\1\uffff\4\51\1\u00fb\1\51\2\uffff\2\51\1\uffff\1\51\1\u0100\1\u0101\3\51\1\uffff\1\u0105\1\u0106\2\51\2\uffff\2\51\1\u010b\2\uffff\1\51\1\u010d\1\u010e\1\51\1\uffff\1\u0110\2\uffff\1\u0111\2\uffff";
1951 static final String DFA12_eofS = 1980 static final String DFA12_eofS =
1952 "\u0107\uffff"; 1981 "\u0112\uffff";
1953 static final String DFA12_minS = 1982 static final String DFA12_minS =
1954 "\1\0\1\157\1\151\1\115\1\154\1\151\1\56\1\uffff\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\3\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\1\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\151\1\155\1\162\1\154\1\164\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\141\1\157\1\171\1\163\1\162\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\154\1\144\2\60\1\141\1\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\55\1\145\2\uffff\1\151\1\uffff\1\60\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\60\1\147\2\uffff\1\154\1\156\1\uffff\1\143\2\60\1\145\1\166\1\uffff\2\60\1\164\1\163\2\uffff\1\162\1\145\2\uffff\1\163\2\60\1\162\1\60\2\uffff\1\60\2\uffff"; 1983 "\1\0\1\157\1\151\1\115\1\154\1\151\1\120\1\56\1\uffff\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\1\124\3\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\120\1\157\1\60\1\143\1\154\1\164\1\153\1\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\1\162\1\123\1\162\1\uffff\1\153\1\165\1\162\1\141\1\151\1\155\1\162\1\154\1\164\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\157\1\164\1\141\1\144\1\141\1\147\1\141\1\157\1\171\1\163\1\162\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\154\1\60\1\147\1\151\1\60\1\145\1\154\1\144\2\60\1\141\1\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\166\1\uffff\1\145\1\156\1\uffff\1\60\1\55\1\145\2\uffff\1\151\1\uffff\1\60\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\145\1\60\1\147\2\uffff\1\154\1\156\1\uffff\1\143\2\60\1\145\1\166\1\162\1\uffff\2\60\1\164\1\163\2\uffff\1\162\1\145\1\60\2\uffff\1\163\2\60\1\162\1\uffff\1\60\2\uffff\1\60\2\uffff";
1955 static final String DFA12_maxS = 1984 static final String DFA12_maxS =
1956 "\1\uffff\2\165\1\115\1\154\1\151\1\56\1\uffff\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\3\uffff\1\160\1\164\1\141\1\143\1\141\4\uffff\1\162\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\1\164\1\141\1\157\1\145\1\163\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\151\1\155\1\162\1\154\1\164\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\141\1\157\1\171\1\163\1\162\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\154\1\144\2\172\1\141\1\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\55\1\145\2\uffff\1\151\1\uffff\1\172\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\172\1\147\2\uffff\1\154\1\156\1\uffff\1\143\2\172\1\145\1\166\1\uffff\2\172\1\164\1\163\2\uffff\1\162\1\145\2\uffff\1\163\2\172\1\162\1\172\2\uffff\1\172\2\uffff"; 1985 "\1\uffff\2\165\1\115\1\154\1\151\1\120\1\56\1\uffff\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\1\124\3\uffff\1\160\1\164\1\141\1\143\1\141\4\uffff\1\162\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\120\1\157\1\172\1\143\1\154\1\164\1\153\1\164\1\141\1\157\1\145\1\163\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\1\162\1\123\1\162\1\uffff\1\153\1\165\1\162\1\141\1\151\1\155\1\162\1\154\1\164\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\157\1\164\1\141\1\144\1\141\1\147\1\141\1\157\1\171\1\163\1\162\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\154\1\172\1\147\1\151\1\172\1\145\1\154\1\144\2\172\1\141\1\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\166\1\uffff\1\145\1\156\1\uffff\1\172\1\55\1\145\2\uffff\1\151\1\uffff\1\172\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\145\1\172\1\147\2\uffff\1\154\1\156\1\uffff\1\143\2\172\1\145\1\166\1\162\1\uffff\2\172\1\164\1\163\2\uffff\1\162\1\145\1\172\2\uffff\1\163\2\172\1\162\1\uffff\1\172\2\uffff\1\172\2\uffff";
1957 static final String DFA12_acceptS = 1986 static final String DFA12_acceptS =
1958 "\7\uffff\1\10\3\uffff\1\15\1\16\1\17\1\20\6\uffff\1\34\1\35\1\36\5\uffff\1\55\1\uffff\1\60\1\61\3\uffff\1\65\1\66\2\uffff\1\60\6\uffff\1\43\1\7\1\10\5\uffff\1\15\1\16\1\17\1\20\1\uffff\1\23\6\uffff\1\34\1\35\1\36\6\uffff\1\54\1\55\1\61\1\62\1\63\1\64\1\65\52\uffff\1\40\12\uffff\1\31\1\51\12\uffff\1\1\1\uffff\1\37\1\uffff\1\3\1\14\20\uffff\1\57\1\41\33\uffff\1\44\2\uffff\1\50\1\uffff\1\2\1\56\1\25\3\uffff\1\11\2\uffff\1\13\3\uffff\1\33\1\26\1\uffff\1\30\1\uffff\1\42\1\uffff\1\47\1\uffff\1\53\5\uffff\1\21\1\46\2\uffff\1\32\5\uffff\1\12\4\uffff\1\45\1\4\2\uffff\1\22\1\24\5\uffff\1\52\1\5\1\uffff\1\27\1\6"; 1987 "\10\uffff\1\11\3\uffff\1\16\1\17\1\20\1\21\6\uffff\1\35\1\36\1\37\5\uffff\1\56\1\uffff\1\61\1\62\3\uffff\1\66\1\67\2\uffff\1\61\7\uffff\1\44\1\10\1\11\5\uffff\1\16\1\17\1\20\1\21\1\uffff\1\24\6\uffff\1\35\1\36\1\37\6\uffff\1\55\1\56\1\62\1\63\1\64\1\65\1\66\54\uffff\1\41\12\uffff\1\32\1\52\12\uffff\1\1\1\uffff\1\40\1\uffff\1\3\1\15\21\uffff\1\60\1\42\34\uffff\1\45\2\uffff\1\51\1\uffff\1\2\1\57\1\26\4\uffff\1\12\2\uffff\1\14\3\uffff\1\34\1\27\1\uffff\1\31\1\uffff\1\43\1\uffff\1\50\1\uffff\1\54\6\uffff\1\22\1\47\2\uffff\1\33\6\uffff\1\13\4\uffff\1\46\1\4\3\uffff\1\23\1\25\4\uffff\1\7\1\uffff\1\53\1\5\1\uffff\1\30\1\6";
1959 static final String DFA12_specialS = 1988 static final String DFA12_specialS =
1960 "\1\2\40\uffff\1\1\1\0\u00e4\uffff}>"; 1989 "\1\0\41\uffff\1\1\1\2\u00ee\uffff}>";
1961 static final String[] DFA12_transitionS = { 1990 static final String[] DFA12_transitionS = {
1962 "\11\45\2\44\2\45\1\44\22\45\1\44\1\45\1\41\1\25\3\45\1\42\2\45\1\35\1\34\1\16\1\7\1\6\1\43\12\40\1\20\1\45\1\26\1\13\1\27\2\45\1\4\21\37\1\3\2\37\1\5\4\37\3\45\1\36\1\37\1\45\2\37\1\22\1\32\1\11\1\2\1\31\1\37\1\10\2\37\1\23\1\21\1\1\1\33\1\17\1\37\1\24\1\30\2\37\1\12\4\37\1\14\1\45\1\15\uff82\45", 1991 "\11\46\2\45\2\46\1\45\22\46\1\45\1\46\1\42\1\26\3\46\1\43\2\46\1\36\1\35\1\17\1\10\1\7\1\44\12\41\1\21\1\46\1\27\1\14\1\30\2\46\1\4\21\40\1\3\1\6\1\40\1\5\4\40\3\46\1\37\1\40\1\46\2\40\1\23\1\33\1\12\1\2\1\32\1\40\1\11\2\40\1\24\1\22\1\1\1\34\1\20\1\40\1\25\1\31\2\40\1\13\4\40\1\15\1\46\1\16\uff82\46",
1963 "\1\46\5\uffff\1\47", 1992 "\1\47\5\uffff\1\50",
1964 "\1\52\5\uffff\1\53\5\uffff\1\51", 1993 "\1\53\5\uffff\1\54\5\uffff\1\52",
1965 "\1\54",
1966 "\1\55", 1994 "\1\55",
1967 "\1\56", 1995 "\1\56",
1968 "\1\57", 1996 "\1\57",
1997 "\1\60",
1998 "\1\61",
1969 "", 1999 "",
1970 "\1\62\1\63", 2000 "\1\64\1\65",
1971 "\1\64\7\uffff\1\65", 2001 "\1\66\7\uffff\1\67",
1972 "\1\66", 2002 "\1\70",
1973 "", 2003 "",
1974 "", 2004 "",
1975 "", 2005 "",
1976 "", 2006 "",
1977 "\1\73", 2007 "\1\75",
1978 "\1\74", 2008 "\1\76",
1979 "\1\75\11\uffff\1\76", 2009 "\1\77\11\uffff\1\100",
1980 "\1\77", 2010 "\1\101",
1981 "\1\100", 2011 "\1\102",
1982 "\1\102\17\uffff\1\101", 2012 "\1\104\17\uffff\1\103",
1983 "", 2013 "",
1984 "", 2014 "",
1985 "", 2015 "",
1986 "\1\107\13\uffff\1\110\4\uffff\1\106", 2016 "\1\111\13\uffff\1\112\4\uffff\1\110",
1987 "\1\111",
1988 "\1\112",
1989 "\1\113", 2017 "\1\113",
1990 "\1\114", 2018 "\1\114",
2019 "\1\115",
2020 "\1\116",
1991 "", 2021 "",
1992 "\32\50\4\uffff\1\50\1\uffff\32\50", 2022 "\32\51\4\uffff\1\51\1\uffff\32\51",
1993 "",
1994 "", 2023 "",
1995 "\0\117",
1996 "\0\117",
1997 "\1\120\4\uffff\1\121",
1998 "", 2024 "",
2025 "\0\121",
2026 "\0\121",
2027 "\1\122\4\uffff\1\123",
1999 "", 2028 "",
2000 "\1\125\11\uffff\1\123\3\uffff\1\124",
2001 "\1\126",
2002 "", 2029 "",
2003 "\1\127", 2030 "\1\127\11\uffff\1\125\3\uffff\1\126",
2004 "\1\130", 2031 "\1\130",
2032 "",
2005 "\1\131", 2033 "\1\131",
2006 "\1\132", 2034 "\1\132",
2007 "\1\133", 2035 "\1\133",
2008 "\1\134", 2036 "\1\134",
2009 "",
2010 "",
2011 "",
2012 "\1\135", 2037 "\1\135",
2013 "\1\136", 2038 "\1\136",
2014 "\1\137", 2039 "\1\137",
2040 "",
2041 "",
2042 "",
2015 "\1\140", 2043 "\1\140",
2016 "\1\141", 2044 "\1\141",
2045 "\1\142",
2046 "\1\143",
2047 "\1\144",
2017 "", 2048 "",
2018 "", 2049 "",
2019 "", 2050 "",
2020 "", 2051 "",
2021 "\1\142\16\uffff\1\143", 2052 "\1\145\16\uffff\1\146",
2022 "", 2053 "",
2023 "\1\145\6\uffff\1\144", 2054 "\1\150\6\uffff\1\147",
2024 "\1\146",
2025 "\1\147",
2026 "\1\150",
2027 "\1\151", 2055 "\1\151",
2028 "\1\152", 2056 "\1\152",
2057 "\1\153",
2058 "\1\154",
2059 "\1\155",
2029 "", 2060 "",
2030 "", 2061 "",
2031 "", 2062 "",
2032 "\1\154\20\uffff\1\153", 2063 "\1\157\20\uffff\1\156",
2033 "\1\155",
2034 "\1\156",
2035 "\1\157",
2036 "\1\160", 2064 "\1\160",
2037 "\1\161", 2065 "\1\161",
2066 "\1\162",
2067 "\1\163",
2068 "\1\164",
2038 "", 2069 "",
2039 "", 2070 "",
2040 "", 2071 "",
@@ -2042,9 +2073,6 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2042 "", 2073 "",
2043 "", 2074 "",
2044 "", 2075 "",
2045 "\1\162",
2046 "\1\163",
2047 "\1\164",
2048 "\1\165", 2076 "\1\165",
2049 "\1\166", 2077 "\1\166",
2050 "\1\167", 2078 "\1\167",
@@ -2053,71 +2081,71 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2053 "\1\172", 2081 "\1\172",
2054 "\1\173", 2082 "\1\173",
2055 "\1\174", 2083 "\1\174",
2056 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2084 "\1\175",
2057 "\1\176", 2085 "\1\176",
2058 "\1\177", 2086 "\1\177",
2059 "\1\u0080", 2087 "\1\u0080",
2060 "\1\u0081", 2088 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2061 "\1\u0082", 2089 "\1\u0082",
2062 "\1\u0083", 2090 "\1\u0083",
2063 "\1\u0084", 2091 "\1\u0084",
2064 "\1\u0085", 2092 "\1\u0085",
2065 "\1\u0087\14\uffff\1\u0086", 2093 "\1\u0086",
2066 "\1\u0088\2\uffff\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2094 "\1\u0087",
2067 "\1\u008b\1\u008a", 2095 "\1\u0088",
2068 "\1\u008c", 2096 "\1\u0089",
2069 "\1\u008d", 2097 "\1\u008b\14\uffff\1\u008a",
2070 "\1\u008e", 2098 "\1\u008c\2\uffff\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2071 "\1\u008f", 2099 "\1\u008f\1\u008e",
2072 "\1\u0090", 2100 "\1\u0090",
2073 "\1\u0091", 2101 "\1\u0091",
2074 "\1\u0092", 2102 "\1\u0092",
2075 "\1\u0093", 2103 "\1\u0093",
2076 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2104 "\1\u0094",
2077 "\1\u0095", 2105 "\1\u0095",
2078 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2106 "\1\u0096",
2079 "\1\u0097", 2107 "\1\u0097",
2080 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2108 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2081 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2109 "\1\u0099",
2082 "\1\u009a", 2110 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2083 "\1\u009b", 2111 "\1\u009b",
2084 "\1\u009c", 2112 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2085 "\1\u009d", 2113 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2086 "\1\u009e", 2114 "\1\u009e",
2087 "",
2088 "\1\u009f", 2115 "\1\u009f",
2089 "\1\u00a0", 2116 "\1\u00a0",
2090 "\1\u00a1", 2117 "\1\u00a1",
2091 "\1\u00a2", 2118 "\1\u00a2",
2092 "\1\u00a3", 2119 "\1\u00a3",
2120 "",
2093 "\1\u00a4", 2121 "\1\u00a4",
2094 "\1\u00a5", 2122 "\1\u00a5",
2095 "\1\u00a6", 2123 "\1\u00a6",
2096 "\1\u00a7", 2124 "\1\u00a7",
2097 "\1\u00a8", 2125 "\1\u00a8",
2098 "",
2099 "",
2100 "\1\u00a9", 2126 "\1\u00a9",
2101 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2127 "\1\u00aa",
2102 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2128 "\1\u00ab",
2103 "\1\u00ac", 2129 "\1\u00ac",
2104 "\1\u00ad", 2130 "\1\u00ad",
2131 "",
2132 "",
2105 "\1\u00ae", 2133 "\1\u00ae",
2106 "\1\u00af", 2134 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2107 "\1\u00b0", 2135 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2108 "\1\u00b1", 2136 "\1\u00b1",
2109 "\1\u00b2", 2137 "\1\u00b2",
2110 "",
2111 "\1\u00b3", 2138 "\1\u00b3",
2112 "",
2113 "\1\u00b4", 2139 "\1\u00b4",
2114 "",
2115 "",
2116 "\1\u00b5", 2140 "\1\u00b5",
2117 "\1\u00b6", 2141 "\1\u00b6",
2118 "\1\u00b7", 2142 "\1\u00b7",
2143 "",
2119 "\1\u00b8", 2144 "\1\u00b8",
2145 "",
2120 "\1\u00b9", 2146 "\1\u00b9",
2147 "",
2148 "",
2121 "\1\u00ba", 2149 "\1\u00ba",
2122 "\1\u00bb", 2150 "\1\u00bb",
2123 "\1\u00bc", 2151 "\1\u00bc",
@@ -2129,97 +2157,109 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2129 "\1\u00c2", 2157 "\1\u00c2",
2130 "\1\u00c3", 2158 "\1\u00c3",
2131 "\1\u00c4", 2159 "\1\u00c4",
2132 "",
2133 "",
2134 "\1\u00c5", 2160 "\1\u00c5",
2135 "\1\u00c6", 2161 "\1\u00c6",
2136 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2162 "\1\u00c7",
2137 "\1\u00c8", 2163 "\1\u00c8",
2138 "\1\u00c9", 2164 "\1\u00c9",
2139 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2165 "\1\u00ca",
2166 "",
2167 "",
2140 "\1\u00cb", 2168 "\1\u00cb",
2141 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2169 "\1\u00cc",
2142 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2170 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2143 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2171 "\1\u00ce",
2144 "\1\u00cf", 2172 "\1\u00cf",
2145 "\1\u00d0", 2173 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2146 "\1\u00d1", 2174 "\1\u00d1",
2147 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2175 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2148 "\1\u00d3", 2176 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2149 "\1\u00d4", 2177 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2150 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2178 "\1\u00d5",
2151 "\1\u00d6", 2179 "\1\u00d6",
2152 "\1\u00d7", 2180 "\1\u00d7",
2153 "\1\u00d8", 2181 "\1\u00d8",
2154 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2182 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2155 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2183 "\1\u00da",
2156 "\1\u00db", 2184 "\1\u00db",
2157 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2185 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2158 "\1\u00dd", 2186 "\1\u00dd",
2159 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2187 "\1\u00de",
2160 "\1\u00df", 2188 "\1\u00df",
2161 "", 2189 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2162 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2190 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2163 "\1\u00e1", 2191 "\1\u00e2",
2164 "", 2192 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2165 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2166 "",
2167 "",
2168 "",
2169 "\1\u00e3",
2170 "\1\u00e4", 2193 "\1\u00e4",
2171 "\1\u00e5", 2194 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2172 "",
2173 "\1\u00e6", 2195 "\1\u00e6",
2174 "\1\u00e7",
2175 "", 2196 "",
2176 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2197 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2177 "\1\u00e9", 2198 "\1\u00e8",
2178 "\1\u00ea",
2179 "", 2199 "",
2200 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2180 "", 2201 "",
2181 "\1\u00eb",
2182 "", 2202 "",
2183 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2184 "", 2203 "",
2204 "\1\u00ea",
2205 "\1\u00eb",
2206 "\1\u00ec",
2185 "\1\u00ed", 2207 "\1\u00ed",
2186 "", 2208 "",
2187 "\1\u00ee", 2209 "\1\u00ee",
2188 "",
2189 "\1\u00ef", 2210 "\1\u00ef",
2190 "\1\u00f0", 2211 "",
2212 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2191 "\1\u00f1", 2213 "\1\u00f1",
2192 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2214 "\1\u00f2",
2215 "",
2216 "",
2193 "\1\u00f3", 2217 "\1\u00f3",
2194 "", 2218 "",
2219 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2195 "", 2220 "",
2196 "\1\u00f4",
2197 "\1\u00f5", 2221 "\1\u00f5",
2198 "", 2222 "",
2199 "\1\u00f6", 2223 "\1\u00f6",
2200 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2224 "",
2201 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2225 "\1\u00f7",
2226 "\1\u00f8",
2202 "\1\u00f9", 2227 "\1\u00f9",
2203 "\1\u00fa", 2228 "\1\u00fa",
2229 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2230 "\1\u00fc",
2231 "",
2204 "", 2232 "",
2205 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2206 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2207 "\1\u00fd", 2233 "\1\u00fd",
2208 "\1\u00fe", 2234 "\1\u00fe",
2209 "", 2235 "",
2210 "",
2211 "\1\u00ff", 2236 "\1\u00ff",
2212 "\1\u0100", 2237 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2238 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2239 "\1\u0102",
2240 "\1\u0103",
2241 "\1\u0104",
2213 "", 2242 "",
2243 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2244 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2245 "\1\u0107",
2246 "\1\u0108",
2214 "", 2247 "",
2215 "\1\u0101",
2216 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2217 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2218 "\1\u0104",
2219 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2220 "", 2248 "",
2249 "\1\u0109",
2250 "\1\u010a",
2251 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2252 "",
2253 "",
2254 "\1\u010c",
2255 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2256 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2257 "\1\u010f",
2258 "",
2259 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2221 "", 2260 "",
2222 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50", 2261 "",
2262 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2223 "", 2263 "",
2224 "" 2264 ""
2225 }; 2265 };
@@ -2254,33 +2294,13 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2254 this.transition = DFA12_transition; 2294 this.transition = DFA12_transition;
2255 } 2295 }
2256 public String getDescription() { 2296 public String getDescription() {
2257 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );"; 2297 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
2258 } 2298 }
2259 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { 2299 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
2260 IntStream input = _input; 2300 IntStream input = _input;
2261 int _s = s; 2301 int _s = s;
2262 switch ( s ) { 2302 switch ( s ) {
2263 case 0 : 2303 case 0 :
2264 int LA12_34 = input.LA(1);
2265
2266 s = -1;
2267 if ( ((LA12_34>='\u0000' && LA12_34<='\uFFFF')) ) {s = 79;}
2268
2269 else s = 37;
2270
2271 if ( s>=0 ) return s;
2272 break;
2273 case 1 :
2274 int LA12_33 = input.LA(1);
2275
2276 s = -1;
2277 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 79;}
2278
2279 else s = 37;
2280
2281 if ( s>=0 ) return s;
2282 break;
2283 case 2 :
2284 int LA12_0 = input.LA(1); 2304 int LA12_0 = input.LA(1);
2285 2305
2286 s = -1; 2306 s = -1;
@@ -2294,69 +2314,91 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2294 2314
2295 else if ( (LA12_0=='V') ) {s = 5;} 2315 else if ( (LA12_0=='V') ) {s = 5;}
2296 2316
2297 else if ( (LA12_0=='.') ) {s = 6;} 2317 else if ( (LA12_0=='T') ) {s = 6;}
2318
2319 else if ( (LA12_0=='.') ) {s = 7;}
2320
2321 else if ( (LA12_0=='-') ) {s = 8;}
2322
2323 else if ( (LA12_0=='i') ) {s = 9;}
2298 2324
2299 else if ( (LA12_0=='-') ) {s = 7;} 2325 else if ( (LA12_0=='e') ) {s = 10;}
2300 2326
2301 else if ( (LA12_0=='i') ) {s = 8;} 2327 else if ( (LA12_0=='v') ) {s = 11;}
2302 2328
2303 else if ( (LA12_0=='e') ) {s = 9;} 2329 else if ( (LA12_0=='=') ) {s = 12;}
2304 2330
2305 else if ( (LA12_0=='v') ) {s = 10;} 2331 else if ( (LA12_0=='{') ) {s = 13;}
2306 2332
2307 else if ( (LA12_0=='=') ) {s = 11;} 2333 else if ( (LA12_0=='}') ) {s = 14;}
2308 2334
2309 else if ( (LA12_0=='{') ) {s = 12;} 2335 else if ( (LA12_0==',') ) {s = 15;}
2310 2336
2311 else if ( (LA12_0=='}') ) {s = 13;} 2337 else if ( (LA12_0=='p') ) {s = 16;}
2312 2338
2313 else if ( (LA12_0==',') ) {s = 14;} 2339 else if ( (LA12_0==':') ) {s = 17;}
2314 2340
2315 else if ( (LA12_0=='p') ) {s = 15;} 2341 else if ( (LA12_0=='m') ) {s = 18;}
2316 2342
2317 else if ( (LA12_0==':') ) {s = 16;} 2343 else if ( (LA12_0=='c') ) {s = 19;}
2318 2344
2319 else if ( (LA12_0=='m') ) {s = 17;} 2345 else if ( (LA12_0=='l') ) {s = 20;}
2320 2346
2321 else if ( (LA12_0=='c') ) {s = 18;} 2347 else if ( (LA12_0=='r') ) {s = 21;}
2322 2348
2323 else if ( (LA12_0=='l') ) {s = 19;} 2349 else if ( (LA12_0=='#') ) {s = 22;}
2324 2350
2325 else if ( (LA12_0=='r') ) {s = 20;} 2351 else if ( (LA12_0=='<') ) {s = 23;}
2326 2352
2327 else if ( (LA12_0=='#') ) {s = 21;} 2353 else if ( (LA12_0=='>') ) {s = 24;}
2328 2354
2329 else if ( (LA12_0=='<') ) {s = 22;} 2355 else if ( (LA12_0=='s') ) {s = 25;}
2330 2356
2331 else if ( (LA12_0=='>') ) {s = 23;} 2357 else if ( (LA12_0=='g') ) {s = 26;}
2332 2358
2333 else if ( (LA12_0=='s') ) {s = 24;} 2359 else if ( (LA12_0=='d') ) {s = 27;}
2334 2360
2335 else if ( (LA12_0=='g') ) {s = 25;} 2361 else if ( (LA12_0=='o') ) {s = 28;}
2336 2362
2337 else if ( (LA12_0=='d') ) {s = 26;} 2363 else if ( (LA12_0=='+') ) {s = 29;}
2338 2364
2339 else if ( (LA12_0=='o') ) {s = 27;} 2365 else if ( (LA12_0=='*') ) {s = 30;}
2340 2366
2341 else if ( (LA12_0=='+') ) {s = 28;} 2367 else if ( (LA12_0=='^') ) {s = 31;}
2342 2368
2343 else if ( (LA12_0=='*') ) {s = 29;} 2369 else if ( ((LA12_0>='B' && LA12_0<='R')||LA12_0=='U'||(LA12_0>='W' && LA12_0<='Z')||LA12_0=='_'||(LA12_0>='a' && LA12_0<='b')||LA12_0=='h'||(LA12_0>='j' && LA12_0<='k')||LA12_0=='q'||(LA12_0>='t' && LA12_0<='u')||(LA12_0>='w' && LA12_0<='z')) ) {s = 32;}
2344 2370
2345 else if ( (LA12_0=='^') ) {s = 30;} 2371 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 33;}
2346 2372
2347 else if ( ((LA12_0>='B' && LA12_0<='R')||(LA12_0>='T' && LA12_0<='U')||(LA12_0>='W' && LA12_0<='Z')||LA12_0=='_'||(LA12_0>='a' && LA12_0<='b')||LA12_0=='h'||(LA12_0>='j' && LA12_0<='k')||LA12_0=='q'||(LA12_0>='t' && LA12_0<='u')||(LA12_0>='w' && LA12_0<='z')) ) {s = 31;} 2373 else if ( (LA12_0=='\"') ) {s = 34;}
2348 2374
2349 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 32;} 2375 else if ( (LA12_0=='\'') ) {s = 35;}
2350 2376
2351 else if ( (LA12_0=='\"') ) {s = 33;} 2377 else if ( (LA12_0=='/') ) {s = 36;}
2352 2378
2353 else if ( (LA12_0=='\'') ) {s = 34;} 2379 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 37;}
2354 2380
2355 else if ( (LA12_0=='/') ) {s = 35;} 2381 else if ( ((LA12_0>='\u0000' && LA12_0<='\b')||(LA12_0>='\u000B' && LA12_0<='\f')||(LA12_0>='\u000E' && LA12_0<='\u001F')||LA12_0=='!'||(LA12_0>='$' && LA12_0<='&')||(LA12_0>='(' && LA12_0<=')')||LA12_0==';'||(LA12_0>='?' && LA12_0<='@')||(LA12_0>='[' && LA12_0<=']')||LA12_0=='`'||LA12_0=='|'||(LA12_0>='~' && LA12_0<='\uFFFF')) ) {s = 38;}
2356 2382
2357 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 36;} 2383 if ( s>=0 ) return s;
2384 break;
2385 case 1 :
2386 int LA12_34 = input.LA(1);
2387
2388 s = -1;
2389 if ( ((LA12_34>='\u0000' && LA12_34<='\uFFFF')) ) {s = 81;}
2390
2391 else s = 38;
2392
2393 if ( s>=0 ) return s;
2394 break;
2395 case 2 :
2396 int LA12_35 = input.LA(1);
2397
2398 s = -1;
2399 if ( ((LA12_35>='\u0000' && LA12_35<='\uFFFF')) ) {s = 81;}
2358 2400
2359 else if ( ((LA12_0>='\u0000' && LA12_0<='\b')||(LA12_0>='\u000B' && LA12_0<='\f')||(LA12_0>='\u000E' && LA12_0<='\u001F')||LA12_0=='!'||(LA12_0>='$' && LA12_0<='&')||(LA12_0>='(' && LA12_0<=')')||LA12_0==';'||(LA12_0>='?' && LA12_0<='@')||(LA12_0>='[' && LA12_0<=']')||LA12_0=='`'||LA12_0=='|'||(LA12_0>='~' && LA12_0<='\uFFFF')) ) {s = 37;} 2401 else s = 38;
2360 2402
2361 if ( s>=0 ) return s; 2403 if ( s>=0 ) return s;
2362 break; 2404 break;