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.java792
1 files changed, 343 insertions, 449 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 5105b180..7efc2eb5 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,7 +40,6 @@ 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;
44 public static final int RULE_ML_COMMENT=7; 43 public static final int RULE_ML_COMMENT=7;
45 public static final int T__23=23; 44 public static final int T__23=23;
46 public static final int T__24=24; 45 public static final int T__24=24;
@@ -48,9 +47,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
48 public static final int T__62=62; 47 public static final int T__62=62;
49 public static final int T__63=63; 48 public static final int T__63=63;
50 public static final int T__20=20; 49 public static final int T__20=20;
51 public static final int T__64=64;
52 public static final int T__21=21; 50 public static final int T__21=21;
53 public static final int T__65=65;
54 public static final int RULE_STRING=6; 51 public static final int RULE_STRING=6;
55 public static final int RULE_SL_COMMENT=8; 52 public static final int RULE_SL_COMMENT=8;
56 public static final int T__37=37; 53 public static final int T__37=37;
@@ -448,10 +445,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
448 try { 445 try {
449 int _type = T__28; 446 int _type = T__28;
450 int _channel = DEFAULT_TOKEN_CHANNEL; 447 int _channel = DEFAULT_TOKEN_CHANNEL;
451 // InternalApplicationConfiguration.g:28:7: ( 'reliability' ) 448 // InternalApplicationConfiguration.g:28:7: ( 'file' )
452 // InternalApplicationConfiguration.g:28:9: 'reliability' 449 // InternalApplicationConfiguration.g:28:9: 'file'
453 { 450 {
454 match("reliability"); 451 match("file");
455 452
456 453
457 } 454 }
@@ -469,11 +466,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
469 try { 466 try {
470 int _type = T__29; 467 int _type = T__29;
471 int _channel = DEFAULT_TOKEN_CHANNEL; 468 int _channel = DEFAULT_TOKEN_CHANNEL;
472 // InternalApplicationConfiguration.g:29:7: ( 'file' ) 469 // InternalApplicationConfiguration.g:29:7: ( '=' )
473 // InternalApplicationConfiguration.g:29:9: 'file' 470 // InternalApplicationConfiguration.g:29:9: '='
474 { 471 {
475 match("file"); 472 match('=');
476
477 473
478 } 474 }
479 475
@@ -490,10 +486,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
490 try { 486 try {
491 int _type = T__30; 487 int _type = T__30;
492 int _channel = DEFAULT_TOKEN_CHANNEL; 488 int _channel = DEFAULT_TOKEN_CHANNEL;
493 // InternalApplicationConfiguration.g:30:7: ( '=' ) 489 // InternalApplicationConfiguration.g:30:7: ( '{' )
494 // InternalApplicationConfiguration.g:30:9: '=' 490 // InternalApplicationConfiguration.g:30:9: '{'
495 { 491 {
496 match('='); 492 match('{');
497 493
498 } 494 }
499 495
@@ -510,10 +506,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
510 try { 506 try {
511 int _type = T__31; 507 int _type = T__31;
512 int _channel = DEFAULT_TOKEN_CHANNEL; 508 int _channel = DEFAULT_TOKEN_CHANNEL;
513 // InternalApplicationConfiguration.g:31:7: ( '{' ) 509 // InternalApplicationConfiguration.g:31:7: ( '}' )
514 // InternalApplicationConfiguration.g:31:9: '{' 510 // InternalApplicationConfiguration.g:31:9: '}'
515 { 511 {
516 match('{'); 512 match('}');
517 513
518 } 514 }
519 515
@@ -530,10 +526,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
530 try { 526 try {
531 int _type = T__32; 527 int _type = T__32;
532 int _channel = DEFAULT_TOKEN_CHANNEL; 528 int _channel = DEFAULT_TOKEN_CHANNEL;
533 // InternalApplicationConfiguration.g:32:7: ( '}' ) 529 // InternalApplicationConfiguration.g:32:7: ( ',' )
534 // InternalApplicationConfiguration.g:32:9: '}' 530 // InternalApplicationConfiguration.g:32:9: ','
535 { 531 {
536 match('}'); 532 match(',');
537 533
538 } 534 }
539 535
@@ -550,10 +546,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
550 try { 546 try {
551 int _type = T__33; 547 int _type = T__33;
552 int _channel = DEFAULT_TOKEN_CHANNEL; 548 int _channel = DEFAULT_TOKEN_CHANNEL;
553 // InternalApplicationConfiguration.g:33:7: ( ',' ) 549 // InternalApplicationConfiguration.g:33:7: ( 'package' )
554 // InternalApplicationConfiguration.g:33:9: ',' 550 // InternalApplicationConfiguration.g:33:9: 'package'
555 { 551 {
556 match(','); 552 match("package");
553
557 554
558 } 555 }
559 556
@@ -570,10 +567,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
570 try { 567 try {
571 int _type = T__34; 568 int _type = T__34;
572 int _channel = DEFAULT_TOKEN_CHANNEL; 569 int _channel = DEFAULT_TOKEN_CHANNEL;
573 // InternalApplicationConfiguration.g:34:7: ( 'package' ) 570 // InternalApplicationConfiguration.g:34:7: ( 'excluding' )
574 // InternalApplicationConfiguration.g:34:9: 'package' 571 // InternalApplicationConfiguration.g:34:9: 'excluding'
575 { 572 {
576 match("package"); 573 match("excluding");
577 574
578 575
579 } 576 }
@@ -591,10 +588,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
591 try { 588 try {
592 int _type = T__35; 589 int _type = T__35;
593 int _channel = DEFAULT_TOKEN_CHANNEL; 590 int _channel = DEFAULT_TOKEN_CHANNEL;
594 // InternalApplicationConfiguration.g:35:7: ( 'excluding' ) 591 // InternalApplicationConfiguration.g:35:7: ( '::' )
595 // InternalApplicationConfiguration.g:35:9: 'excluding' 592 // InternalApplicationConfiguration.g:35:9: '::'
596 { 593 {
597 match("excluding"); 594 match("::");
598 595
599 596
600 } 597 }
@@ -612,10 +609,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
612 try { 609 try {
613 int _type = T__36; 610 int _type = T__36;
614 int _channel = DEFAULT_TOKEN_CHANNEL; 611 int _channel = DEFAULT_TOKEN_CHANNEL;
615 // InternalApplicationConfiguration.g:36:7: ( '::' ) 612 // InternalApplicationConfiguration.g:36:7: ( 'metamodel' )
616 // InternalApplicationConfiguration.g:36:9: '::' 613 // InternalApplicationConfiguration.g:36:9: 'metamodel'
617 { 614 {
618 match("::"); 615 match("metamodel");
619 616
620 617
621 } 618 }
@@ -633,10 +630,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
633 try { 630 try {
634 int _type = T__37; 631 int _type = T__37;
635 int _channel = DEFAULT_TOKEN_CHANNEL; 632 int _channel = DEFAULT_TOKEN_CHANNEL;
636 // InternalApplicationConfiguration.g:37:7: ( 'metamodel' ) 633 // InternalApplicationConfiguration.g:37:7: ( 'folder' )
637 // InternalApplicationConfiguration.g:37:9: 'metamodel' 634 // InternalApplicationConfiguration.g:37:9: 'folder'
638 { 635 {
639 match("metamodel"); 636 match("folder");
640 637
641 638
642 } 639 }
@@ -654,10 +651,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
654 try { 651 try {
655 int _type = T__38; 652 int _type = T__38;
656 int _channel = DEFAULT_TOKEN_CHANNEL; 653 int _channel = DEFAULT_TOKEN_CHANNEL;
657 // InternalApplicationConfiguration.g:38:7: ( 'folder' ) 654 // InternalApplicationConfiguration.g:38:7: ( 'models' )
658 // InternalApplicationConfiguration.g:38:9: 'folder' 655 // InternalApplicationConfiguration.g:38:9: 'models'
659 { 656 {
660 match("folder"); 657 match("models");
661 658
662 659
663 } 660 }
@@ -675,10 +672,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
675 try { 672 try {
676 int _type = T__39; 673 int _type = T__39;
677 int _channel = DEFAULT_TOKEN_CHANNEL; 674 int _channel = DEFAULT_TOKEN_CHANNEL;
678 // InternalApplicationConfiguration.g:39:7: ( 'models' ) 675 // InternalApplicationConfiguration.g:39:7: ( 'constraints' )
679 // InternalApplicationConfiguration.g:39:9: 'models' 676 // InternalApplicationConfiguration.g:39:9: 'constraints'
680 { 677 {
681 match("models"); 678 match("constraints");
682 679
683 680
684 } 681 }
@@ -696,10 +693,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
696 try { 693 try {
697 int _type = T__40; 694 int _type = T__40;
698 int _channel = DEFAULT_TOKEN_CHANNEL; 695 int _channel = DEFAULT_TOKEN_CHANNEL;
699 // InternalApplicationConfiguration.g:40:7: ( 'constraints' ) 696 // InternalApplicationConfiguration.g:40:7: ( 'cost' )
700 // InternalApplicationConfiguration.g:40:9: 'constraints' 697 // InternalApplicationConfiguration.g:40:9: 'cost'
701 { 698 {
702 match("constraints"); 699 match("cost");
703 700
704 701
705 } 702 }
@@ -717,10 +714,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
717 try { 714 try {
718 int _type = T__41; 715 int _type = T__41;
719 int _channel = DEFAULT_TOKEN_CHANNEL; 716 int _channel = DEFAULT_TOKEN_CHANNEL;
720 // InternalApplicationConfiguration.g:41:7: ( 'cost' ) 717 // InternalApplicationConfiguration.g:41:7: ( 'objectives' )
721 // InternalApplicationConfiguration.g:41:9: 'cost' 718 // InternalApplicationConfiguration.g:41:9: 'objectives'
722 { 719 {
723 match("cost"); 720 match("objectives");
724 721
725 722
726 } 723 }
@@ -738,10 +735,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
738 try { 735 try {
739 int _type = T__42; 736 int _type = T__42;
740 int _channel = DEFAULT_TOKEN_CHANNEL; 737 int _channel = DEFAULT_TOKEN_CHANNEL;
741 // InternalApplicationConfiguration.g:42:7: ( 'at' ) 738 // InternalApplicationConfiguration.g:42:7: ( 'config' )
742 // InternalApplicationConfiguration.g:42:9: 'at' 739 // InternalApplicationConfiguration.g:42:9: 'config'
743 { 740 {
744 match("at"); 741 match("config");
745 742
746 743
747 } 744 }
@@ -759,10 +756,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
759 try { 756 try {
760 int _type = T__43; 757 int _type = T__43;
761 int _channel = DEFAULT_TOKEN_CHANNEL; 758 int _channel = DEFAULT_TOKEN_CHANNEL;
762 // InternalApplicationConfiguration.g:43:7: ( 'mtff' ) 759 // InternalApplicationConfiguration.g:43:7: ( 'log-level' )
763 // InternalApplicationConfiguration.g:43:9: 'mtff' 760 // InternalApplicationConfiguration.g:43:9: 'log-level'
764 { 761 {
765 match("mtff"); 762 match("log-level");
766 763
767 764
768 } 765 }
@@ -780,10 +777,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
780 try { 777 try {
781 int _type = T__44; 778 int _type = T__44;
782 int _channel = DEFAULT_TOKEN_CHANNEL; 779 int _channel = DEFAULT_TOKEN_CHANNEL;
783 // InternalApplicationConfiguration.g:44:7: ( 'objectives' ) 780 // InternalApplicationConfiguration.g:44:7: ( 'runtime' )
784 // InternalApplicationConfiguration.g:44:9: 'objectives' 781 // InternalApplicationConfiguration.g:44:9: 'runtime'
785 { 782 {
786 match("objectives"); 783 match("runtime");
787 784
788 785
789 } 786 }
@@ -801,10 +798,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
801 try { 798 try {
802 int _type = T__45; 799 int _type = T__45;
803 int _channel = DEFAULT_TOKEN_CHANNEL; 800 int _channel = DEFAULT_TOKEN_CHANNEL;
804 // InternalApplicationConfiguration.g:45:7: ( 'config' ) 801 // InternalApplicationConfiguration.g:45:7: ( 'memory' )
805 // InternalApplicationConfiguration.g:45:9: 'config' 802 // InternalApplicationConfiguration.g:45:9: 'memory'
806 { 803 {
807 match("config"); 804 match("memory");
808 805
809 806
810 } 807 }
@@ -822,11 +819,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
822 try { 819 try {
823 int _type = T__46; 820 int _type = T__46;
824 int _channel = DEFAULT_TOKEN_CHANNEL; 821 int _channel = DEFAULT_TOKEN_CHANNEL;
825 // InternalApplicationConfiguration.g:46:7: ( 'log-level' ) 822 // InternalApplicationConfiguration.g:46:7: ( '#' )
826 // InternalApplicationConfiguration.g:46:9: 'log-level' 823 // InternalApplicationConfiguration.g:46:9: '#'
827 { 824 {
828 match("log-level"); 825 match('#');
829
830 826
831 } 827 }
832 828
@@ -843,10 +839,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
843 try { 839 try {
844 int _type = T__47; 840 int _type = T__47;
845 int _channel = DEFAULT_TOKEN_CHANNEL; 841 int _channel = DEFAULT_TOKEN_CHANNEL;
846 // InternalApplicationConfiguration.g:47:7: ( 'runtime' ) 842 // InternalApplicationConfiguration.g:47:7: ( 'node' )
847 // InternalApplicationConfiguration.g:47:9: 'runtime' 843 // InternalApplicationConfiguration.g:47:9: 'node'
848 { 844 {
849 match("runtime"); 845 match("node");
850 846
851 847
852 } 848 }
@@ -864,10 +860,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
864 try { 860 try {
865 int _type = T__48; 861 int _type = T__48;
866 int _channel = DEFAULT_TOKEN_CHANNEL; 862 int _channel = DEFAULT_TOKEN_CHANNEL;
867 // InternalApplicationConfiguration.g:48:7: ( 'memory' ) 863 // InternalApplicationConfiguration.g:48:7: ( 'int' )
868 // InternalApplicationConfiguration.g:48:9: 'memory' 864 // InternalApplicationConfiguration.g:48:9: 'int'
869 { 865 {
870 match("memory"); 866 match("int");
871 867
872 868
873 } 869 }
@@ -885,10 +881,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
885 try { 881 try {
886 int _type = T__49; 882 int _type = T__49;
887 int _channel = DEFAULT_TOKEN_CHANNEL; 883 int _channel = DEFAULT_TOKEN_CHANNEL;
888 // InternalApplicationConfiguration.g:49:7: ( '#' ) 884 // InternalApplicationConfiguration.g:49:7: ( 'real' )
889 // InternalApplicationConfiguration.g:49:9: '#' 885 // InternalApplicationConfiguration.g:49:9: 'real'
890 { 886 {
891 match('#'); 887 match("real");
888
892 889
893 } 890 }
894 891
@@ -905,10 +902,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
905 try { 902 try {
906 int _type = T__50; 903 int _type = T__50;
907 int _channel = DEFAULT_TOKEN_CHANNEL; 904 int _channel = DEFAULT_TOKEN_CHANNEL;
908 // InternalApplicationConfiguration.g:50:7: ( 'node' ) 905 // InternalApplicationConfiguration.g:50:7: ( 'string' )
909 // InternalApplicationConfiguration.g:50:9: 'node' 906 // InternalApplicationConfiguration.g:50:9: 'string'
910 { 907 {
911 match("node"); 908 match("string");
912 909
913 910
914 } 911 }
@@ -926,10 +923,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
926 try { 923 try {
927 int _type = T__51; 924 int _type = T__51;
928 int _channel = DEFAULT_TOKEN_CHANNEL; 925 int _channel = DEFAULT_TOKEN_CHANNEL;
929 // InternalApplicationConfiguration.g:51:7: ( 'int' ) 926 // InternalApplicationConfiguration.g:51:7: ( '..' )
930 // InternalApplicationConfiguration.g:51:9: 'int' 927 // InternalApplicationConfiguration.g:51:9: '..'
931 { 928 {
932 match("int"); 929 match("..");
933 930
934 931
935 } 932 }
@@ -947,10 +944,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
947 try { 944 try {
948 int _type = T__52; 945 int _type = T__52;
949 int _channel = DEFAULT_TOKEN_CHANNEL; 946 int _channel = DEFAULT_TOKEN_CHANNEL;
950 // InternalApplicationConfiguration.g:52:7: ( 'real' ) 947 // InternalApplicationConfiguration.g:52:7: ( 'scope' )
951 // InternalApplicationConfiguration.g:52:9: 'real' 948 // InternalApplicationConfiguration.g:52:9: 'scope'
952 { 949 {
953 match("real"); 950 match("scope");
954 951
955 952
956 } 953 }
@@ -968,10 +965,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
968 try { 965 try {
969 int _type = T__53; 966 int _type = T__53;
970 int _channel = DEFAULT_TOKEN_CHANNEL; 967 int _channel = DEFAULT_TOKEN_CHANNEL;
971 // InternalApplicationConfiguration.g:53:7: ( 'string' ) 968 // InternalApplicationConfiguration.g:53:7: ( 'generate' )
972 // InternalApplicationConfiguration.g:53:9: 'string' 969 // InternalApplicationConfiguration.g:53:9: 'generate'
973 { 970 {
974 match("string"); 971 match("generate");
975 972
976 973
977 } 974 }
@@ -989,10 +986,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
989 try { 986 try {
990 int _type = T__54; 987 int _type = T__54;
991 int _channel = DEFAULT_TOKEN_CHANNEL; 988 int _channel = DEFAULT_TOKEN_CHANNEL;
992 // InternalApplicationConfiguration.g:54:7: ( '..' ) 989 // InternalApplicationConfiguration.g:54:7: ( 'partial-model' )
993 // InternalApplicationConfiguration.g:54:9: '..' 990 // InternalApplicationConfiguration.g:54:9: 'partial-model'
994 { 991 {
995 match(".."); 992 match("partial-model");
996 993
997 994
998 } 995 }
@@ -1010,10 +1007,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1010 try { 1007 try {
1011 int _type = T__55; 1008 int _type = T__55;
1012 int _channel = DEFAULT_TOKEN_CHANNEL; 1009 int _channel = DEFAULT_TOKEN_CHANNEL;
1013 // InternalApplicationConfiguration.g:55:7: ( 'scope' ) 1010 // InternalApplicationConfiguration.g:55:7: ( 'solver' )
1014 // InternalApplicationConfiguration.g:55:9: 'scope' 1011 // InternalApplicationConfiguration.g:55:9: 'solver'
1015 { 1012 {
1016 match("scope"); 1013 match("solver");
1017 1014
1018 1015
1019 } 1016 }
@@ -1031,10 +1028,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1031 try { 1028 try {
1032 int _type = T__56; 1029 int _type = T__56;
1033 int _channel = DEFAULT_TOKEN_CHANNEL; 1030 int _channel = DEFAULT_TOKEN_CHANNEL;
1034 // InternalApplicationConfiguration.g:56:7: ( 'generate' ) 1031 // InternalApplicationConfiguration.g:56:7: ( 'debug' )
1035 // InternalApplicationConfiguration.g:56:9: 'generate' 1032 // InternalApplicationConfiguration.g:56:9: 'debug'
1036 { 1033 {
1037 match("generate"); 1034 match("debug");
1038 1035
1039 1036
1040 } 1037 }
@@ -1052,10 +1049,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1052 try { 1049 try {
1053 int _type = T__57; 1050 int _type = T__57;
1054 int _channel = DEFAULT_TOKEN_CHANNEL; 1051 int _channel = DEFAULT_TOKEN_CHANNEL;
1055 // InternalApplicationConfiguration.g:57:7: ( 'partial-model' ) 1052 // InternalApplicationConfiguration.g:57:7: ( 'log' )
1056 // InternalApplicationConfiguration.g:57:9: 'partial-model' 1053 // InternalApplicationConfiguration.g:57:9: 'log'
1057 { 1054 {
1058 match("partial-model"); 1055 match("log");
1059 1056
1060 1057
1061 } 1058 }
@@ -1073,10 +1070,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1073 try { 1070 try {
1074 int _type = T__58; 1071 int _type = T__58;
1075 int _channel = DEFAULT_TOKEN_CHANNEL; 1072 int _channel = DEFAULT_TOKEN_CHANNEL;
1076 // InternalApplicationConfiguration.g:58:7: ( 'solver' ) 1073 // InternalApplicationConfiguration.g:58:7: ( 'statistics' )
1077 // InternalApplicationConfiguration.g:58:9: 'solver' 1074 // InternalApplicationConfiguration.g:58:9: 'statistics'
1078 { 1075 {
1079 match("solver"); 1076 match("statistics");
1080 1077
1081 1078
1082 } 1079 }
@@ -1094,10 +1091,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1094 try { 1091 try {
1095 int _type = T__59; 1092 int _type = T__59;
1096 int _channel = DEFAULT_TOKEN_CHANNEL; 1093 int _channel = DEFAULT_TOKEN_CHANNEL;
1097 // InternalApplicationConfiguration.g:59:7: ( 'debug' ) 1094 // InternalApplicationConfiguration.g:59:7: ( 'output' )
1098 // InternalApplicationConfiguration.g:59:9: 'debug' 1095 // InternalApplicationConfiguration.g:59:9: 'output'
1099 { 1096 {
1100 match("debug"); 1097 match("output");
1101 1098
1102 1099
1103 } 1100 }
@@ -1115,10 +1112,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1115 try { 1112 try {
1116 int _type = T__60; 1113 int _type = T__60;
1117 int _channel = DEFAULT_TOKEN_CHANNEL; 1114 int _channel = DEFAULT_TOKEN_CHANNEL;
1118 // InternalApplicationConfiguration.g:60:7: ( 'log' ) 1115 // InternalApplicationConfiguration.g:60:7: ( '+=' )
1119 // InternalApplicationConfiguration.g:60:9: 'log' 1116 // InternalApplicationConfiguration.g:60:9: '+='
1120 { 1117 {
1121 match("log"); 1118 match("+=");
1122 1119
1123 1120
1124 } 1121 }
@@ -1136,11 +1133,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1136 try { 1133 try {
1137 int _type = T__61; 1134 int _type = T__61;
1138 int _channel = DEFAULT_TOKEN_CHANNEL; 1135 int _channel = DEFAULT_TOKEN_CHANNEL;
1139 // InternalApplicationConfiguration.g:61:7: ( 'statistics' ) 1136 // InternalApplicationConfiguration.g:61:7: ( '*' )
1140 // InternalApplicationConfiguration.g:61:9: 'statistics' 1137 // InternalApplicationConfiguration.g:61:9: '*'
1141 { 1138 {
1142 match("statistics"); 1139 match('*');
1143
1144 1140
1145 } 1141 }
1146 1142
@@ -1157,10 +1153,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1157 try { 1153 try {
1158 int _type = T__62; 1154 int _type = T__62;
1159 int _channel = DEFAULT_TOKEN_CHANNEL; 1155 int _channel = DEFAULT_TOKEN_CHANNEL;
1160 // InternalApplicationConfiguration.g:62:7: ( 'output' ) 1156 // InternalApplicationConfiguration.g:62:7: ( 'number' )
1161 // InternalApplicationConfiguration.g:62:9: 'output' 1157 // InternalApplicationConfiguration.g:62:9: 'number'
1162 { 1158 {
1163 match("output"); 1159 match("number");
1164 1160
1165 1161
1166 } 1162 }
@@ -1178,70 +1174,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1178 try { 1174 try {
1179 int _type = T__63; 1175 int _type = T__63;
1180 int _channel = DEFAULT_TOKEN_CHANNEL; 1176 int _channel = DEFAULT_TOKEN_CHANNEL;
1181 // InternalApplicationConfiguration.g:63:7: ( '+=' ) 1177 // InternalApplicationConfiguration.g:63:7: ( 'runs' )
1182 // InternalApplicationConfiguration.g:63:9: '+=' 1178 // InternalApplicationConfiguration.g:63:9: 'runs'
1183 {
1184 match("+=");
1185
1186
1187 }
1188
1189 state.type = _type;
1190 state.channel = _channel;
1191 }
1192 finally {
1193 }
1194 }
1195 // $ANTLR end "T__63"
1196
1197 // $ANTLR start "T__64"
1198 public final void mT__64() throws RecognitionException {
1199 try {
1200 int _type = T__64;
1201 int _channel = DEFAULT_TOKEN_CHANNEL;
1202 // InternalApplicationConfiguration.g:64:7: ( '*' )
1203 // InternalApplicationConfiguration.g:64:9: '*'
1204 {
1205 match('*');
1206
1207 }
1208
1209 state.type = _type;
1210 state.channel = _channel;
1211 }
1212 finally {
1213 }
1214 }
1215 // $ANTLR end "T__64"
1216
1217 // $ANTLR start "T__65"
1218 public final void mT__65() throws RecognitionException {
1219 try {
1220 int _type = T__65;
1221 int _channel = DEFAULT_TOKEN_CHANNEL;
1222 // InternalApplicationConfiguration.g:65:7: ( 'number' )
1223 // InternalApplicationConfiguration.g:65:9: 'number'
1224 {
1225 match("number");
1226
1227
1228 }
1229
1230 state.type = _type;
1231 state.channel = _channel;
1232 }
1233 finally {
1234 }
1235 }
1236 // $ANTLR end "T__65"
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 { 1179 {
1246 match("runs"); 1180 match("runs");
1247 1181
@@ -1254,17 +1188,17 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1254 finally { 1188 finally {
1255 } 1189 }
1256 } 1190 }
1257 // $ANTLR end "T__66" 1191 // $ANTLR end "T__63"
1258 1192
1259 // $ANTLR start "RULE_ID" 1193 // $ANTLR start "RULE_ID"
1260 public final void mRULE_ID() throws RecognitionException { 1194 public final void mRULE_ID() throws RecognitionException {
1261 try { 1195 try {
1262 int _type = RULE_ID; 1196 int _type = RULE_ID;
1263 int _channel = DEFAULT_TOKEN_CHANNEL; 1197 int _channel = DEFAULT_TOKEN_CHANNEL;
1264 // InternalApplicationConfiguration.g:12508:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 1198 // InternalApplicationConfiguration.g:11845:9: ( ( '^' )? ( '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' )* 1199 // InternalApplicationConfiguration.g:11845:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1266 { 1200 {
1267 // InternalApplicationConfiguration.g:12508:11: ( '^' )? 1201 // InternalApplicationConfiguration.g:11845:11: ( '^' )?
1268 int alt1=2; 1202 int alt1=2;
1269 int LA1_0 = input.LA(1); 1203 int LA1_0 = input.LA(1);
1270 1204
@@ -1273,7 +1207,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1273 } 1207 }
1274 switch (alt1) { 1208 switch (alt1) {
1275 case 1 : 1209 case 1 :
1276 // InternalApplicationConfiguration.g:12508:11: '^' 1210 // InternalApplicationConfiguration.g:11845:11: '^'
1277 { 1211 {
1278 match('^'); 1212 match('^');
1279 1213
@@ -1291,7 +1225,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1291 recover(mse); 1225 recover(mse);
1292 throw mse;} 1226 throw mse;}
1293 1227
1294 // InternalApplicationConfiguration.g:12508:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1228 // InternalApplicationConfiguration.g:11845:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1295 loop2: 1229 loop2:
1296 do { 1230 do {
1297 int alt2=2; 1231 int alt2=2;
@@ -1340,10 +1274,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1340 try { 1274 try {
1341 int _type = RULE_INT; 1275 int _type = RULE_INT;
1342 int _channel = DEFAULT_TOKEN_CHANNEL; 1276 int _channel = DEFAULT_TOKEN_CHANNEL;
1343 // InternalApplicationConfiguration.g:12510:10: ( ( '0' .. '9' )+ ) 1277 // InternalApplicationConfiguration.g:11847:10: ( ( '0' .. '9' )+ )
1344 // InternalApplicationConfiguration.g:12510:12: ( '0' .. '9' )+ 1278 // InternalApplicationConfiguration.g:11847:12: ( '0' .. '9' )+
1345 { 1279 {
1346 // InternalApplicationConfiguration.g:12510:12: ( '0' .. '9' )+ 1280 // InternalApplicationConfiguration.g:11847:12: ( '0' .. '9' )+
1347 int cnt3=0; 1281 int cnt3=0;
1348 loop3: 1282 loop3:
1349 do { 1283 do {
@@ -1357,7 +1291,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1357 1291
1358 switch (alt3) { 1292 switch (alt3) {
1359 case 1 : 1293 case 1 :
1360 // InternalApplicationConfiguration.g:12510:13: '0' .. '9' 1294 // InternalApplicationConfiguration.g:11847:13: '0' .. '9'
1361 { 1295 {
1362 matchRange('0','9'); 1296 matchRange('0','9');
1363 1297
@@ -1389,10 +1323,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1389 try { 1323 try {
1390 int _type = RULE_STRING; 1324 int _type = RULE_STRING;
1391 int _channel = DEFAULT_TOKEN_CHANNEL; 1325 int _channel = DEFAULT_TOKEN_CHANNEL;
1392 // InternalApplicationConfiguration.g:12512:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 1326 // InternalApplicationConfiguration.g:11849:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
1393 // InternalApplicationConfiguration.g:12512:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1327 // InternalApplicationConfiguration.g:11849:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1394 { 1328 {
1395 // InternalApplicationConfiguration.g:12512:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1329 // InternalApplicationConfiguration.g:11849:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1396 int alt6=2; 1330 int alt6=2;
1397 int LA6_0 = input.LA(1); 1331 int LA6_0 = input.LA(1);
1398 1332
@@ -1410,10 +1344,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1410 } 1344 }
1411 switch (alt6) { 1345 switch (alt6) {
1412 case 1 : 1346 case 1 :
1413 // InternalApplicationConfiguration.g:12512:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1347 // InternalApplicationConfiguration.g:11849:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
1414 { 1348 {
1415 match('\"'); 1349 match('\"');
1416 // InternalApplicationConfiguration.g:12512:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1350 // InternalApplicationConfiguration.g:11849:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
1417 loop4: 1351 loop4:
1418 do { 1352 do {
1419 int alt4=3; 1353 int alt4=3;
@@ -1429,7 +1363,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1429 1363
1430 switch (alt4) { 1364 switch (alt4) {
1431 case 1 : 1365 case 1 :
1432 // InternalApplicationConfiguration.g:12512:21: '\\\\' . 1366 // InternalApplicationConfiguration.g:11849:21: '\\\\' .
1433 { 1367 {
1434 match('\\'); 1368 match('\\');
1435 matchAny(); 1369 matchAny();
@@ -1437,7 +1371,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1437 } 1371 }
1438 break; 1372 break;
1439 case 2 : 1373 case 2 :
1440 // InternalApplicationConfiguration.g:12512:28: ~ ( ( '\\\\' | '\"' ) ) 1374 // InternalApplicationConfiguration.g:11849:28: ~ ( ( '\\\\' | '\"' ) )
1441 { 1375 {
1442 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1376 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1443 input.consume(); 1377 input.consume();
@@ -1462,10 +1396,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1462 } 1396 }
1463 break; 1397 break;
1464 case 2 : 1398 case 2 :
1465 // InternalApplicationConfiguration.g:12512:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1399 // InternalApplicationConfiguration.g:11849:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
1466 { 1400 {
1467 match('\''); 1401 match('\'');
1468 // InternalApplicationConfiguration.g:12512:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1402 // InternalApplicationConfiguration.g:11849:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
1469 loop5: 1403 loop5:
1470 do { 1404 do {
1471 int alt5=3; 1405 int alt5=3;
@@ -1481,7 +1415,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1481 1415
1482 switch (alt5) { 1416 switch (alt5) {
1483 case 1 : 1417 case 1 :
1484 // InternalApplicationConfiguration.g:12512:54: '\\\\' . 1418 // InternalApplicationConfiguration.g:11849:54: '\\\\' .
1485 { 1419 {
1486 match('\\'); 1420 match('\\');
1487 matchAny(); 1421 matchAny();
@@ -1489,7 +1423,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1489 } 1423 }
1490 break; 1424 break;
1491 case 2 : 1425 case 2 :
1492 // InternalApplicationConfiguration.g:12512:61: ~ ( ( '\\\\' | '\\'' ) ) 1426 // InternalApplicationConfiguration.g:11849:61: ~ ( ( '\\\\' | '\\'' ) )
1493 { 1427 {
1494 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1428 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1495 input.consume(); 1429 input.consume();
@@ -1532,12 +1466,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1532 try { 1466 try {
1533 int _type = RULE_ML_COMMENT; 1467 int _type = RULE_ML_COMMENT;
1534 int _channel = DEFAULT_TOKEN_CHANNEL; 1468 int _channel = DEFAULT_TOKEN_CHANNEL;
1535 // InternalApplicationConfiguration.g:12514:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1469 // InternalApplicationConfiguration.g:11851:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1536 // InternalApplicationConfiguration.g:12514:19: '/*' ( options {greedy=false; } : . )* '*/' 1470 // InternalApplicationConfiguration.g:11851:19: '/*' ( options {greedy=false; } : . )* '*/'
1537 { 1471 {
1538 match("/*"); 1472 match("/*");
1539 1473
1540 // InternalApplicationConfiguration.g:12514:24: ( options {greedy=false; } : . )* 1474 // InternalApplicationConfiguration.g:11851:24: ( options {greedy=false; } : . )*
1541 loop7: 1475 loop7:
1542 do { 1476 do {
1543 int alt7=2; 1477 int alt7=2;
@@ -1562,7 +1496,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1562 1496
1563 switch (alt7) { 1497 switch (alt7) {
1564 case 1 : 1498 case 1 :
1565 // InternalApplicationConfiguration.g:12514:52: . 1499 // InternalApplicationConfiguration.g:11851:52: .
1566 { 1500 {
1567 matchAny(); 1501 matchAny();
1568 1502
@@ -1592,12 +1526,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1592 try { 1526 try {
1593 int _type = RULE_SL_COMMENT; 1527 int _type = RULE_SL_COMMENT;
1594 int _channel = DEFAULT_TOKEN_CHANNEL; 1528 int _channel = DEFAULT_TOKEN_CHANNEL;
1595 // InternalApplicationConfiguration.g:12516:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1529 // InternalApplicationConfiguration.g:11853:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1596 // InternalApplicationConfiguration.g:12516:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1530 // InternalApplicationConfiguration.g:11853:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1597 { 1531 {
1598 match("//"); 1532 match("//");
1599 1533
1600 // InternalApplicationConfiguration.g:12516:24: (~ ( ( '\\n' | '\\r' ) ) )* 1534 // InternalApplicationConfiguration.g:11853:24: (~ ( ( '\\n' | '\\r' ) ) )*
1601 loop8: 1535 loop8:
1602 do { 1536 do {
1603 int alt8=2; 1537 int alt8=2;
@@ -1610,7 +1544,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1610 1544
1611 switch (alt8) { 1545 switch (alt8) {
1612 case 1 : 1546 case 1 :
1613 // InternalApplicationConfiguration.g:12516:24: ~ ( ( '\\n' | '\\r' ) ) 1547 // InternalApplicationConfiguration.g:11853:24: ~ ( ( '\\n' | '\\r' ) )
1614 { 1548 {
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') ) { 1549 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') ) {
1616 input.consume(); 1550 input.consume();
@@ -1630,7 +1564,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1630 } 1564 }
1631 } while (true); 1565 } while (true);
1632 1566
1633 // InternalApplicationConfiguration.g:12516:40: ( ( '\\r' )? '\\n' )? 1567 // InternalApplicationConfiguration.g:11853:40: ( ( '\\r' )? '\\n' )?
1634 int alt10=2; 1568 int alt10=2;
1635 int LA10_0 = input.LA(1); 1569 int LA10_0 = input.LA(1);
1636 1570
@@ -1639,9 +1573,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1639 } 1573 }
1640 switch (alt10) { 1574 switch (alt10) {
1641 case 1 : 1575 case 1 :
1642 // InternalApplicationConfiguration.g:12516:41: ( '\\r' )? '\\n' 1576 // InternalApplicationConfiguration.g:11853:41: ( '\\r' )? '\\n'
1643 { 1577 {
1644 // InternalApplicationConfiguration.g:12516:41: ( '\\r' )? 1578 // InternalApplicationConfiguration.g:11853:41: ( '\\r' )?
1645 int alt9=2; 1579 int alt9=2;
1646 int LA9_0 = input.LA(1); 1580 int LA9_0 = input.LA(1);
1647 1581
@@ -1650,7 +1584,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1650 } 1584 }
1651 switch (alt9) { 1585 switch (alt9) {
1652 case 1 : 1586 case 1 :
1653 // InternalApplicationConfiguration.g:12516:41: '\\r' 1587 // InternalApplicationConfiguration.g:11853:41: '\\r'
1654 { 1588 {
1655 match('\r'); 1589 match('\r');
1656 1590
@@ -1682,10 +1616,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1682 try { 1616 try {
1683 int _type = RULE_WS; 1617 int _type = RULE_WS;
1684 int _channel = DEFAULT_TOKEN_CHANNEL; 1618 int _channel = DEFAULT_TOKEN_CHANNEL;
1685 // InternalApplicationConfiguration.g:12518:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1619 // InternalApplicationConfiguration.g:11855:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1686 // InternalApplicationConfiguration.g:12518:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1620 // InternalApplicationConfiguration.g:11855:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1687 { 1621 {
1688 // InternalApplicationConfiguration.g:12518:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1622 // InternalApplicationConfiguration.g:11855:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1689 int cnt11=0; 1623 int cnt11=0;
1690 loop11: 1624 loop11:
1691 do { 1625 do {
@@ -1739,8 +1673,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1739 try { 1673 try {
1740 int _type = RULE_ANY_OTHER; 1674 int _type = RULE_ANY_OTHER;
1741 int _channel = DEFAULT_TOKEN_CHANNEL; 1675 int _channel = DEFAULT_TOKEN_CHANNEL;
1742 // InternalApplicationConfiguration.g:12520:16: ( . ) 1676 // InternalApplicationConfiguration.g:11857:16: ( . )
1743 // InternalApplicationConfiguration.g:12520:18: . 1677 // InternalApplicationConfiguration.g:11857:18: .
1744 { 1678 {
1745 matchAny(); 1679 matchAny();
1746 1680
@@ -1755,8 +1689,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1755 // $ANTLR end "RULE_ANY_OTHER" 1689 // $ANTLR end "RULE_ANY_OTHER"
1756 1690
1757 public void mTokens() throws RecognitionException { 1691 public void mTokens() throws RecognitionException {
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 ) 1692 // 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
1759 int alt12=63; 1693 int alt12=60;
1760 alt12 = dfa12.predict(input); 1694 alt12 = dfa12.predict(input);
1761 switch (alt12) { 1695 switch (alt12) {
1762 case 1 : 1696 case 1 :
@@ -2131,70 +2065,49 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2131 } 2065 }
2132 break; 2066 break;
2133 case 54 : 2067 case 54 :
2134 // InternalApplicationConfiguration.g:1:328: T__64 2068 // InternalApplicationConfiguration.g:1:328: RULE_ID
2135 {
2136 mT__64();
2137
2138 }
2139 break;
2140 case 55 :
2141 // InternalApplicationConfiguration.g:1:334: T__65
2142 {
2143 mT__65();
2144
2145 }
2146 break;
2147 case 56 :
2148 // InternalApplicationConfiguration.g:1:340: T__66
2149 {
2150 mT__66();
2151
2152 }
2153 break;
2154 case 57 :
2155 // InternalApplicationConfiguration.g:1:346: RULE_ID
2156 { 2069 {
2157 mRULE_ID(); 2070 mRULE_ID();
2158 2071
2159 } 2072 }
2160 break; 2073 break;
2161 case 58 : 2074 case 55 :
2162 // InternalApplicationConfiguration.g:1:354: RULE_INT 2075 // InternalApplicationConfiguration.g:1:336: RULE_INT
2163 { 2076 {
2164 mRULE_INT(); 2077 mRULE_INT();
2165 2078
2166 } 2079 }
2167 break; 2080 break;
2168 case 59 : 2081 case 56 :
2169 // InternalApplicationConfiguration.g:1:363: RULE_STRING 2082 // InternalApplicationConfiguration.g:1:345: RULE_STRING
2170 { 2083 {
2171 mRULE_STRING(); 2084 mRULE_STRING();
2172 2085
2173 } 2086 }
2174 break; 2087 break;
2175 case 60 : 2088 case 57 :
2176 // InternalApplicationConfiguration.g:1:375: RULE_ML_COMMENT 2089 // InternalApplicationConfiguration.g:1:357: RULE_ML_COMMENT
2177 { 2090 {
2178 mRULE_ML_COMMENT(); 2091 mRULE_ML_COMMENT();
2179 2092
2180 } 2093 }
2181 break; 2094 break;
2182 case 61 : 2095 case 58 :
2183 // InternalApplicationConfiguration.g:1:391: RULE_SL_COMMENT 2096 // InternalApplicationConfiguration.g:1:373: RULE_SL_COMMENT
2184 { 2097 {
2185 mRULE_SL_COMMENT(); 2098 mRULE_SL_COMMENT();
2186 2099
2187 } 2100 }
2188 break; 2101 break;
2189 case 62 : 2102 case 59 :
2190 // InternalApplicationConfiguration.g:1:407: RULE_WS 2103 // InternalApplicationConfiguration.g:1:389: RULE_WS
2191 { 2104 {
2192 mRULE_WS(); 2105 mRULE_WS();
2193 2106
2194 } 2107 }
2195 break; 2108 break;
2196 case 63 : 2109 case 60 :
2197 // InternalApplicationConfiguration.g:1:415: RULE_ANY_OTHER 2110 // InternalApplicationConfiguration.g:1:397: RULE_ANY_OTHER
2198 { 2111 {
2199 mRULE_ANY_OTHER(); 2112 mRULE_ANY_OTHER();
2200 2113
@@ -2208,109 +2121,112 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2208 2121
2209 protected DFA12 dfa12 = new DFA12(this); 2122 protected DFA12 dfa12 = new DFA12(this);
2210 static final String DFA12_eotS = 2123 static final String DFA12_eotS =
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"; 2124 "\1\uffff\1\52\1\54\1\56\5\52\1\70\1\uffff\3\52\4\uffff\1\52\1\45\4\52\1\uffff\3\52\1\45\1\uffff\1\45\2\uffff\3\45\2\uffff\4\52\5\uffff\10\52\3\uffff\5\52\4\uffff\1\52\1\uffff\6\52\1\uffff\5\52\7\uffff\20\52\1\u008b\11\52\1\u0097\15\52\1\u00a6\1\52\1\u00a8\1\52\1\u00aa\1\u00ab\5\52\1\uffff\7\52\1\u00b8\2\52\2\uffff\1\52\1\u00bc\1\u00bd\13\52\1\uffff\1\52\1\uffff\1\52\2\uffff\14\52\1\uffff\3\52\2\uffff\2\52\1\u00dc\2\52\1\u00df\3\52\1\u00e3\1\u00e4\1\u00e5\1\u00e6\1\u00e7\3\52\1\u00eb\2\52\1\u00ee\3\52\1\u00f2\1\52\1\u00f4\1\52\1\u00f6\1\52\1\uffff\1\u00f8\1\52\1\uffff\3\52\5\uffff\3\52\1\uffff\2\52\1\uffff\1\u0102\2\52\1\uffff\1\52\1\uffff\1\u0106\1\uffff\1\52\1\uffff\1\52\1\u0109\1\u010a\4\52\1\u010f\1\52\2\uffff\2\52\1\uffff\1\52\1\u0114\2\uffff\1\u0115\1\u0116\2\52\1\uffff\1\u0119\3\52\3\uffff\2\52\1\uffff\1\52\1\u0120\1\u0121\1\u0122\1\52\1\u0124\3\uffff\1\u0125\2\uffff";
2212 static final String DFA12_eofS = 2125 static final String DFA12_eofS =
2213 "\u0137\uffff"; 2126 "\u0126\uffff";
2214 static final String DFA12_minS = 2127 static final String DFA12_minS =
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"; 2128 "\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\4\uffff\1\141\1\72\1\157\1\142\1\157\1\145\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\5\uffff\1\144\1\155\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\156\1\152\1\164\1\147\1\156\1\141\1\uffff\1\141\1\157\1\154\1\156\1\142\7\uffff\2\151\1\141\1\157\2\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\146\1\164\1\145\1\160\1\55\1\163\1\154\1\151\1\164\1\160\1\166\1\145\1\165\3\155\1\162\1\154\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\164\1\151\1\60\1\143\1\165\2\uffff\1\151\2\60\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\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\162\1\147\1\uffff\2\164\1\155\2\uffff\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\145\1\154\1\141\1\60\1\151\1\60\1\145\1\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\60\1\55\1\151\1\uffff\1\166\1\uffff\1\60\1\uffff\1\151\1\uffff\1\145\2\60\1\154\1\162\1\166\1\154\1\60\1\147\2\uffff\1\156\1\145\1\uffff\1\143\1\60\2\uffff\2\60\1\145\1\166\1\uffff\1\60\1\164\2\163\3\uffff\1\162\1\145\1\uffff\1\163\3\60\1\162\1\60\3\uffff\1\60\2\uffff";
2216 static final String DFA12_maxS = 2129 static final String DFA12_maxS =
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"; 2130 "\1\uffff\1\157\2\75\2\165\1\115\1\154\1\151\1\56\1\uffff\1\156\1\170\1\151\4\uffff\1\141\1\72\1\157\1\165\1\157\1\165\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\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\4\uffff\1\162\1\uffff\1\163\1\152\1\164\1\147\1\156\1\141\1\uffff\1\162\1\157\1\154\1\156\1\142\7\uffff\2\151\1\141\1\157\2\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\163\1\164\1\145\1\160\1\172\1\164\1\154\1\151\1\164\1\160\1\166\1\145\1\165\3\155\1\162\1\154\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\164\1\151\1\172\1\143\1\165\2\uffff\1\151\2\172\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\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\162\1\147\1\uffff\2\164\1\155\2\uffff\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\145\1\154\1\141\1\172\1\151\1\172\1\145\1\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\172\1\55\1\151\1\uffff\1\166\1\uffff\1\172\1\uffff\1\151\1\uffff\1\145\2\172\1\154\1\162\1\166\1\154\1\172\1\147\2\uffff\1\156\1\145\1\uffff\1\143\1\172\2\uffff\2\172\1\145\1\166\1\uffff\1\172\1\164\2\163\3\uffff\1\162\1\145\1\uffff\1\163\3\172\1\162\1\172\3\uffff\1\172\2\uffff";
2218 static final String DFA12_acceptS = 2131 static final String DFA12_acceptS =
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"; 2132 "\12\uffff\1\16\3\uffff\1\23\1\24\1\25\1\26\6\uffff\1\44\4\uffff\1\63\1\uffff\1\66\1\67\3\uffff\1\73\1\74\4\uffff\1\66\1\5\1\3\1\6\1\4\10\uffff\1\51\1\15\1\16\5\uffff\1\23\1\24\1\25\1\26\1\uffff\1\31\6\uffff\1\44\5\uffff\1\62\1\63\1\67\1\70\1\71\1\72\1\73\63\uffff\1\46\12\uffff\1\41\1\57\16\uffff\1\7\1\uffff\1\45\1\uffff\1\11\1\22\14\uffff\1\36\3\uffff\1\65\1\47\36\uffff\1\52\2\uffff\1\56\3\uffff\1\43\1\34\1\10\1\64\1\33\3\uffff\1\17\2\uffff\1\21\3\uffff\1\40\1\uffff\1\61\1\uffff\1\50\1\uffff\1\55\11\uffff\1\27\1\54\2\uffff\1\42\2\uffff\1\1\1\2\4\uffff\1\20\4\uffff\1\53\1\32\1\12\2\uffff\1\30\6\uffff\1\37\1\60\1\13\1\uffff\1\35\1\14";
2220 static final String DFA12_specialS = 2133 static final String DFA12_specialS =
2221 "\1\1\41\uffff\1\0\1\2\u0113\uffff}>"; 2134 "\1\0\40\uffff\1\1\1\2\u0103\uffff}>";
2222 static final String[] DFA12_transitionS = { 2135 static final String[] DFA12_transitionS = {
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", 2136 "\11\45\2\44\2\45\1\44\22\45\1\44\1\45\1\41\1\30\3\45\1\42\2\45\1\35\1\34\1\21\1\12\1\11\1\43\12\40\1\23\1\45\1\2\1\16\1\3\2\45\1\7\21\37\1\6\2\37\1\10\4\37\3\45\1\36\1\37\1\45\2\37\1\24\1\33\1\14\1\5\1\32\1\37\1\13\2\37\1\26\1\1\1\4\1\25\1\22\1\37\1\27\1\31\2\37\1\15\4\37\1\17\1\45\1\20\uff82\45",
2224 "\1\50\3\uffff\1\51\3\uffff\1\47\5\uffff\1\52\4\uffff\1\53", 2137 "\1\47\3\uffff\1\50\3\uffff\1\46\5\uffff\1\51",
2138 "\1\53",
2225 "\1\55", 2139 "\1\55",
2226 "\1\57", 2140 "\1\57\5\uffff\1\60",
2227 "\1\61\5\uffff\1\62", 2141 "\1\62\5\uffff\1\63\5\uffff\1\61",
2228 "\1\64\5\uffff\1\65\5\uffff\1\63", 2142 "\1\64",
2143 "\1\65",
2229 "\1\66", 2144 "\1\66",
2230 "\1\67", 2145 "\1\67",
2231 "\1\70",
2232 "\1\71",
2233 "", 2146 "",
2234 "\1\74\1\75", 2147 "\1\72\1\73",
2235 "\1\76\7\uffff\1\77", 2148 "\1\74\7\uffff\1\75",
2236 "\1\100", 2149 "\1\76",
2237 "\1\101\17\uffff\1\102",
2238 "", 2150 "",
2239 "", 2151 "",
2240 "", 2152 "",
2241 "", 2153 "",
2242 "\1\107", 2154 "\1\103",
2155 "\1\104",
2156 "\1\105",
2157 "\1\106\22\uffff\1\107",
2243 "\1\110", 2158 "\1\110",
2244 "\1\111", 2159 "\1\112\17\uffff\1\111",
2245 "\1\112",
2246 "\1\113\22\uffff\1\114",
2247 "\1\115",
2248 "", 2160 "",
2249 "\1\120\13\uffff\1\121\4\uffff\1\117", 2161 "\1\115\13\uffff\1\116\4\uffff\1\114",
2250 "\1\122", 2162 "\1\117",
2251 "\1\123", 2163 "\1\120",
2252 "\1\124", 2164 "\1\121",
2253 "", 2165 "",
2254 "\32\54\4\uffff\1\54\1\uffff\32\54", 2166 "\32\52\4\uffff\1\52\1\uffff\32\52",
2255 "", 2167 "",
2256 "", 2168 "",
2257 "\0\127", 2169 "\0\124",
2258 "\0\127", 2170 "\0\124",
2259 "\1\130\4\uffff\1\131", 2171 "\1\125\4\uffff\1\126",
2260 "", 2172 "",
2261 "", 2173 "",
2262 "\1\133", 2174 "\1\130",
2175 "\1\131",
2176 "\1\133\6\uffff\1\132",
2263 "\1\134", 2177 "\1\134",
2264 "\1\136\6\uffff\1\135",
2265 "\1\137",
2266 "\1\140",
2267 "", 2178 "",
2268 "", 2179 "",
2269 "", 2180 "",
2270 "", 2181 "",
2271 "", 2182 "",
2272 "\1\143\11\uffff\1\141\3\uffff\1\142", 2183 "\1\137\11\uffff\1\135\3\uffff\1\136",
2184 "\1\140",
2185 "\1\141",
2186 "\1\142",
2187 "\1\143",
2273 "\1\144", 2188 "\1\144",
2274 "\1\145", 2189 "\1\145",
2275 "\1\146", 2190 "\1\146",
2191 "",
2192 "",
2193 "",
2276 "\1\147", 2194 "\1\147",
2277 "\1\150", 2195 "\1\150",
2278 "\1\151", 2196 "\1\151",
2279 "\1\152", 2197 "\1\152",
2280 "",
2281 "",
2282 "",
2283 "\1\153", 2198 "\1\153",
2284 "\1\154",
2285 "\1\155",
2286 "\1\156",
2287 "\1\157",
2288 "\1\161\12\uffff\1\160",
2289 "\1\162",
2290 "", 2199 "",
2291 "", 2200 "",
2292 "", 2201 "",
2293 "", 2202 "",
2294 "\1\163\16\uffff\1\164", 2203 "\1\154\16\uffff\1\155",
2295 "", 2204 "",
2296 "\1\165\4\uffff\1\166", 2205 "\1\156\4\uffff\1\157",
2297 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2206 "\1\160",
2207 "\1\161",
2208 "\1\162",
2209 "\1\163",
2210 "\1\164",
2211 "",
2212 "\1\166\20\uffff\1\165",
2213 "\1\167",
2298 "\1\170", 2214 "\1\170",
2299 "\1\171", 2215 "\1\171",
2300 "\1\172", 2216 "\1\172",
2301 "", 2217 "",
2302 "\1\174\20\uffff\1\173",
2303 "\1\175",
2304 "\1\176",
2305 "\1\177",
2306 "\1\u0080",
2307 "",
2308 "", 2218 "",
2309 "", 2219 "",
2310 "", 2220 "",
2311 "", 2221 "",
2312 "", 2222 "",
2313 "", 2223 "",
2224 "\1\173",
2225 "\1\174",
2226 "\1\175",
2227 "\1\176",
2228 "\1\177",
2229 "\1\u0080",
2314 "\1\u0081", 2230 "\1\u0081",
2315 "\1\u0082", 2231 "\1\u0082",
2316 "\1\u0083", 2232 "\1\u0083",
@@ -2321,71 +2237,74 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2321 "\1\u0088", 2237 "\1\u0088",
2322 "\1\u0089", 2238 "\1\u0089",
2323 "\1\u008a", 2239 "\1\u008a",
2324 "\1\u008b", 2240 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2325 "\1\u008c", 2241 "\1\u008c",
2326 "\1\u008d", 2242 "\1\u008d",
2327 "\1\u008e", 2243 "\1\u008e",
2328 "\1\u008f", 2244 "\1\u008f",
2329 "\1\u0090", 2245 "\1\u0090",
2330 "\1\u0091", 2246 "\1\u0092\14\uffff\1\u0091",
2331 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2332 "\1\u0093", 2247 "\1\u0093",
2333 "\1\u0094", 2248 "\1\u0094",
2334 "\1\u0095", 2249 "\1\u0095",
2335 "\1\u0096", 2250 "\1\u0096\2\uffff\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2336 "\1\u0097",
2337 "\1\u0099\1\u0098", 2251 "\1\u0099\1\u0098",
2338 "\1\u009a", 2252 "\1\u009a",
2339 "\1\u009b", 2253 "\1\u009b",
2340 "\1\u009d\14\uffff\1\u009c", 2254 "\1\u009c",
2255 "\1\u009d",
2341 "\1\u009e", 2256 "\1\u009e",
2342 "",
2343 "\1\u009f", 2257 "\1\u009f",
2344 "\1\u00a0", 2258 "\1\u00a0",
2345 "\1\u00a1\2\uffff\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2259 "\1\u00a1",
2260 "\1\u00a2",
2346 "\1\u00a3", 2261 "\1\u00a3",
2347 "\1\u00a4", 2262 "\1\u00a4",
2348 "\1\u00a5", 2263 "\1\u00a5",
2349 "\1\u00a6", 2264 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2350 "\1\u00a7", 2265 "\1\u00a7",
2351 "\1\u00a8", 2266 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2352 "\1\u00a9", 2267 "\1\u00a9",
2353 "\1\u00aa", 2268 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2354 "\1\u00ab", 2269 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2355 "\1\u00ac", 2270 "\1\u00ac",
2356 "\1\u00ad", 2271 "\1\u00ad",
2357 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2272 "\1\u00ae",
2358 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2273 "\1\u00af",
2359 "\1\u00b0", 2274 "\1\u00b0",
2360 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2275 "",
2276 "\1\u00b1",
2361 "\1\u00b2", 2277 "\1\u00b2",
2362 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2278 "\1\u00b3",
2363 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2279 "\1\u00b4",
2364 "\1\u00b5", 2280 "\1\u00b5",
2365 "\1\u00b6", 2281 "\1\u00b6",
2366 "\1\u00b7", 2282 "\1\u00b7",
2367 "\1\u00b8", 2283 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2368 "\1\u00b9", 2284 "\1\u00b9",
2369 "",
2370 "\1\u00ba", 2285 "\1\u00ba",
2286 "",
2287 "",
2371 "\1\u00bb", 2288 "\1\u00bb",
2372 "\1\u00bc", 2289 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2373 "\1\u00bd", 2290 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2374 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2291 "\1\u00be",
2375 "\1\u00bf", 2292 "\1\u00bf",
2376 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2293 "\1\u00c0",
2377 "\1\u00c1", 2294 "\1\u00c1",
2378 "\1\u00c2", 2295 "\1\u00c2",
2379 "\1\u00c3", 2296 "\1\u00c3",
2380 "\1\u00c4", 2297 "\1\u00c4",
2381 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2298 "\1\u00c5",
2382 "\1\u00c6", 2299 "\1\u00c6",
2383 "\1\u00c7", 2300 "\1\u00c7",
2384 "",
2385 "",
2386 "\1\u00c8", 2301 "\1\u00c8",
2302 "",
2387 "\1\u00c9", 2303 "\1\u00c9",
2304 "",
2388 "\1\u00ca", 2305 "\1\u00ca",
2306 "",
2307 "",
2389 "\1\u00cb", 2308 "\1\u00cb",
2390 "\1\u00cc", 2309 "\1\u00cc",
2391 "\1\u00cd", 2310 "\1\u00cd",
@@ -2394,141 +2313,118 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2394 "\1\u00d0", 2313 "\1\u00d0",
2395 "\1\u00d1", 2314 "\1\u00d1",
2396 "\1\u00d2", 2315 "\1\u00d2",
2397 "",
2398 "",
2399 "\1\u00d3", 2316 "\1\u00d3",
2400 "",
2401 "\1\u00d4", 2317 "\1\u00d4",
2402 "",
2403 "",
2404 "\1\u00d5", 2318 "\1\u00d5",
2405 "\1\u00d6", 2319 "\1\u00d6",
2320 "",
2406 "\1\u00d7", 2321 "\1\u00d7",
2407 "\1\u00d8", 2322 "\1\u00d8",
2408 "\1\u00d9", 2323 "\1\u00d9",
2324 "",
2325 "",
2409 "\1\u00da", 2326 "\1\u00da",
2410 "\1\u00db", 2327 "\1\u00db",
2411 "\1\u00dc", 2328 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2412 "\1\u00dd", 2329 "\1\u00dd",
2413 "",
2414 "\1\u00de", 2330 "\1\u00de",
2415 "", 2331 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2416 "\1\u00df",
2417 "\1\u00e0", 2332 "\1\u00e0",
2418 "\1\u00e1", 2333 "\1\u00e1",
2419 "\1\u00e2", 2334 "\1\u00e2",
2420 "", 2335 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2421 "\1\u00e3", 2336 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2422 "\1\u00e4", 2337 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2423 "\1\u00e5", 2338 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2424 "\1\u00e6", 2339 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2425 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2426 "\1\u00e8", 2340 "\1\u00e8",
2427 "\1\u00e9", 2341 "\1\u00e9",
2428 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2342 "\1\u00ea",
2429 "\1\u00eb", 2343 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2430 "\1\u00ec", 2344 "\1\u00ec",
2431 "\1\u00ed", 2345 "\1\u00ed",
2432 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2346 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2433 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2347 "\1\u00ef",
2434 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2348 "\1\u00f0",
2435 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2349 "\1\u00f1",
2436 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2350 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2437 "\1\u00f3", 2351 "\1\u00f3",
2438 "\1\u00f4", 2352 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2439 "\1\u00f5", 2353 "\1\u00f5",
2440 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2354 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2441 "\1\u00f7", 2355 "\1\u00f7",
2442 "\1\u00f8", 2356 "",
2443 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2357 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2358 "\1\u00f9",
2359 "",
2444 "\1\u00fa", 2360 "\1\u00fa",
2445 "\1\u00fb", 2361 "\1\u00fb",
2446 "\1\u00fc", 2362 "\1\u00fc",
2363 "",
2364 "",
2365 "",
2366 "",
2367 "",
2447 "\1\u00fd", 2368 "\1\u00fd",
2448 "\1\u00fe", 2369 "\1\u00fe",
2449 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2370 "\1\u00ff",
2371 "",
2450 "\1\u0100", 2372 "\1\u0100",
2451 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2373 "\1\u0101",
2452 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2374 "",
2375 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2453 "\1\u0103", 2376 "\1\u0103",
2377 "\1\u0104",
2454 "", 2378 "",
2455 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2456 "\1\u0105", 2379 "\1\u0105",
2457 "", 2380 "",
2458 "\1\u0106", 2381 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2459 "\1\u0107",
2460 "\1\u0108",
2461 "",
2462 "",
2463 "",
2464 "", 2382 "",
2383 "\1\u0107",
2465 "", 2384 "",
2466 "\1\u0109", 2385 "\1\u0108",
2467 "\1\u010a", 2386 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2387 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2468 "\1\u010b", 2388 "\1\u010b",
2469 "",
2470 "\1\u010c", 2389 "\1\u010c",
2471 "\1\u010d", 2390 "\1\u010d",
2472 "",
2473 "\1\u010e", 2391 "\1\u010e",
2474 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2392 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2475 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2393 "\1\u0110",
2394 "",
2395 "",
2476 "\1\u0111", 2396 "\1\u0111",
2477 "\1\u0112", 2397 "\1\u0112",
2478 "", 2398 "",
2479 "\1\u0113", 2399 "\1\u0113",
2400 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2480 "", 2401 "",
2481 "", 2402 "",
2482 "\1\u0114", 2403 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2483 "", 2404 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2484 "\1\u0115", 2405 "\1\u0117",
2485 "\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",
2487 "\1\u0118", 2406 "\1\u0118",
2488 "\1\u0119", 2407 "",
2408 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2489 "\1\u011a", 2409 "\1\u011a",
2490 "\1\u011b", 2410 "\1\u011b",
2491 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54", 2411 "\1\u011c",
2492 "\1\u011d",
2493 "\1\u011e",
2494 "",
2495 "",
2496 "",
2497 "\1\u011f",
2498 "\1\u0120",
2499 "\1\u0121",
2500 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2501 "",
2502 "", 2412 "",
2503 "\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",
2505 "\1\u0125",
2506 "\1\u0126",
2507 "", 2413 "",
2508 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2509 "\1\u0128",
2510 "\1\u0129",
2511 "\1\u012a",
2512 "\1\u012b",
2513 "", 2414 "",
2415 "\1\u011d",
2416 "\1\u011e",
2514 "", 2417 "",
2515 "", 2418 "\1\u011f",
2516 "\1\u012c", 2419 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2517 "\1\u012d", 2420 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2518 "", 2421 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2519 "\1\u012e", 2422 "\1\u0123",
2520 "\1\u012f", 2423 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2521 "\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",
2523 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2524 "\1\u0133",
2525 "\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",
2527 "",
2528 "", 2424 "",
2529 "", 2425 "",
2530 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2531 "", 2426 "",
2427 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2532 "", 2428 "",
2533 "" 2429 ""
2534 }; 2430 };
@@ -2563,23 +2459,13 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2563 this.transition = DFA12_transition; 2459 this.transition = DFA12_transition;
2564 } 2460 }
2565 public String getDescription() { 2461 public String getDescription() {
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 );"; 2462 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
2567 } 2463 }
2568 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { 2464 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
2569 IntStream input = _input; 2465 IntStream input = _input;
2570 int _s = s; 2466 int _s = s;
2571 switch ( s ) { 2467 switch ( s ) {
2572 case 0 : 2468 case 0 :
2573 int LA12_34 = input.LA(1);
2574
2575 s = -1;
2576 if ( ((LA12_34>='\u0000' && LA12_34<='\uFFFF')) ) {s = 87;}
2577
2578 else s = 38;
2579
2580 if ( s>=0 ) return s;
2581 break;
2582 case 1 :
2583 int LA12_0 = input.LA(1); 2469 int LA12_0 = input.LA(1);
2584 2470
2585 s = -1; 2471 s = -1;
@@ -2609,65 +2495,73 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2609 2495
2610 else if ( (LA12_0=='v') ) {s = 13;} 2496 else if ( (LA12_0=='v') ) {s = 13;}
2611 2497
2612 else if ( (LA12_0=='r') ) {s = 14;} 2498 else if ( (LA12_0=='=') ) {s = 14;}
2613 2499
2614 else if ( (LA12_0=='=') ) {s = 15;} 2500 else if ( (LA12_0=='{') ) {s = 15;}
2615 2501
2616 else if ( (LA12_0=='{') ) {s = 16;} 2502 else if ( (LA12_0=='}') ) {s = 16;}
2617 2503
2618 else if ( (LA12_0=='}') ) {s = 17;} 2504 else if ( (LA12_0==',') ) {s = 17;}
2619 2505
2620 else if ( (LA12_0==',') ) {s = 18;} 2506 else if ( (LA12_0=='p') ) {s = 18;}
2621 2507
2622 else if ( (LA12_0=='p') ) {s = 19;} 2508 else if ( (LA12_0==':') ) {s = 19;}
2623 2509
2624 else if ( (LA12_0==':') ) {s = 20;} 2510 else if ( (LA12_0=='c') ) {s = 20;}
2625 2511
2626 else if ( (LA12_0=='c') ) {s = 21;} 2512 else if ( (LA12_0=='o') ) {s = 21;}
2627 2513
2628 else if ( (LA12_0=='a') ) {s = 22;} 2514 else if ( (LA12_0=='l') ) {s = 22;}
2629 2515
2630 else if ( (LA12_0=='o') ) {s = 23;} 2516 else if ( (LA12_0=='r') ) {s = 23;}
2631 2517
2632 else if ( (LA12_0=='l') ) {s = 24;} 2518 else if ( (LA12_0=='#') ) {s = 24;}
2633 2519
2634 else if ( (LA12_0=='#') ) {s = 25;} 2520 else if ( (LA12_0=='s') ) {s = 25;}
2635 2521
2636 else if ( (LA12_0=='s') ) {s = 26;} 2522 else if ( (LA12_0=='g') ) {s = 26;}
2637 2523
2638 else if ( (LA12_0=='g') ) {s = 27;} 2524 else if ( (LA12_0=='d') ) {s = 27;}
2639 2525
2640 else if ( (LA12_0=='d') ) {s = 28;} 2526 else if ( (LA12_0=='+') ) {s = 28;}
2641 2527
2642 else if ( (LA12_0=='+') ) {s = 29;} 2528 else if ( (LA12_0=='*') ) {s = 29;}
2643 2529
2644 else if ( (LA12_0=='*') ) {s = 30;} 2530 else if ( (LA12_0=='^') ) {s = 30;}
2645 2531
2646 else if ( (LA12_0=='^') ) {s = 31;} 2532 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;}
2647 2533
2648 else if ( ((LA12_0>='B' && LA12_0<='R')||(LA12_0>='T' && LA12_0<='U')||(LA12_0>='W' && LA12_0<='Z')||LA12_0=='_'||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;} 2534 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 32;}
2649 2535
2650 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 33;} 2536 else if ( (LA12_0=='\"') ) {s = 33;}
2651 2537
2652 else if ( (LA12_0=='\"') ) {s = 34;} 2538 else if ( (LA12_0=='\'') ) {s = 34;}
2653 2539
2654 else if ( (LA12_0=='\'') ) {s = 35;} 2540 else if ( (LA12_0=='/') ) {s = 35;}
2655 2541
2656 else if ( (LA12_0=='/') ) {s = 36;} 2542 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 36;}
2657 2543
2658 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 37;} 2544 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;}
2659 2545
2660 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;} 2546 if ( s>=0 ) return s;
2547 break;
2548 case 1 :
2549 int LA12_33 = input.LA(1);
2550
2551 s = -1;
2552 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 84;}
2553
2554 else s = 37;
2661 2555
2662 if ( s>=0 ) return s; 2556 if ( s>=0 ) return s;
2663 break; 2557 break;
2664 case 2 : 2558 case 2 :
2665 int LA12_35 = input.LA(1); 2559 int LA12_34 = input.LA(1);
2666 2560
2667 s = -1; 2561 s = -1;
2668 if ( ((LA12_35>='\u0000' && LA12_35<='\uFFFF')) ) {s = 87;} 2562 if ( ((LA12_34>='\u0000' && LA12_34<='\uFFFF')) ) {s = 84;}
2669 2563
2670 else s = 38; 2564 else s = 37;
2671 2565
2672 if ( s>=0 ) return s; 2566 if ( s>=0 ) return s;
2673 break; 2567 break;