aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java737
1 files changed, 402 insertions, 335 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java
index 175d43ba..dedce4b2 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java
@@ -47,7 +47,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
47 public static final int T__62=62; 47 public static final int T__62=62;
48 public static final int T__63=63; 48 public static final int T__63=63;
49 public static final int T__20=20; 49 public static final int T__20=20;
50 public static final int T__64=64;
50 public static final int T__21=21; 51 public static final int T__21=21;
52 public static final int T__65=65;
51 public static final int RULE_STRING=6; 53 public static final int RULE_STRING=6;
52 public static final int RULE_SL_COMMENT=8; 54 public static final int RULE_SL_COMMENT=8;
53 public static final int T__37=37; 55 public static final int T__37=37;
@@ -464,10 +466,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
464 try { 466 try {
465 int _type = T__29; 467 int _type = T__29;
466 int _channel = DEFAULT_TOKEN_CHANNEL; 468 int _channel = DEFAULT_TOKEN_CHANNEL;
467 // InternalApplicationConfiguration.g:29:7: ( 'objectives' ) 469 // InternalApplicationConfiguration.g:29:7: ( 'at' )
468 // InternalApplicationConfiguration.g:29:9: 'objectives' 470 // InternalApplicationConfiguration.g:29:9: 'at'
469 { 471 {
470 match("objectives"); 472 match("at");
471 473
472 474
473 } 475 }
@@ -485,10 +487,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
485 try { 487 try {
486 int _type = T__30; 488 int _type = T__30;
487 int _channel = DEFAULT_TOKEN_CHANNEL; 489 int _channel = DEFAULT_TOKEN_CHANNEL;
488 // InternalApplicationConfiguration.g:30:7: ( 'config' ) 490 // InternalApplicationConfiguration.g:30:7: ( 'mtff' )
489 // InternalApplicationConfiguration.g:30:9: 'config' 491 // InternalApplicationConfiguration.g:30:9: 'mtff'
490 { 492 {
491 match("config"); 493 match("mtff");
492 494
493 495
494 } 496 }
@@ -506,10 +508,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
506 try { 508 try {
507 int _type = T__31; 509 int _type = T__31;
508 int _channel = DEFAULT_TOKEN_CHANNEL; 510 int _channel = DEFAULT_TOKEN_CHANNEL;
509 // InternalApplicationConfiguration.g:31:7: ( 'log-level' ) 511 // InternalApplicationConfiguration.g:31:7: ( 'objectives' )
510 // InternalApplicationConfiguration.g:31:9: 'log-level' 512 // InternalApplicationConfiguration.g:31:9: 'objectives'
511 { 513 {
512 match("log-level"); 514 match("objectives");
513 515
514 516
515 } 517 }
@@ -527,10 +529,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
527 try { 529 try {
528 int _type = T__32; 530 int _type = T__32;
529 int _channel = DEFAULT_TOKEN_CHANNEL; 531 int _channel = DEFAULT_TOKEN_CHANNEL;
530 // InternalApplicationConfiguration.g:32:7: ( 'runtime' ) 532 // InternalApplicationConfiguration.g:32:7: ( 'config' )
531 // InternalApplicationConfiguration.g:32:9: 'runtime' 533 // InternalApplicationConfiguration.g:32:9: 'config'
532 { 534 {
533 match("runtime"); 535 match("config");
534 536
535 537
536 } 538 }
@@ -548,10 +550,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
548 try { 550 try {
549 int _type = T__33; 551 int _type = T__33;
550 int _channel = DEFAULT_TOKEN_CHANNEL; 552 int _channel = DEFAULT_TOKEN_CHANNEL;
551 // InternalApplicationConfiguration.g:33:7: ( 'memory' ) 553 // InternalApplicationConfiguration.g:33:7: ( 'log-level' )
552 // InternalApplicationConfiguration.g:33:9: 'memory' 554 // InternalApplicationConfiguration.g:33:9: 'log-level'
553 { 555 {
554 match("memory"); 556 match("log-level");
555 557
556 558
557 } 559 }
@@ -569,10 +571,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
569 try { 571 try {
570 int _type = T__34; 572 int _type = T__34;
571 int _channel = DEFAULT_TOKEN_CHANNEL; 573 int _channel = DEFAULT_TOKEN_CHANNEL;
572 // InternalApplicationConfiguration.g:34:7: ( '#' ) 574 // InternalApplicationConfiguration.g:34:7: ( 'runtime' )
573 // InternalApplicationConfiguration.g:34:9: '#' 575 // InternalApplicationConfiguration.g:34:9: 'runtime'
574 { 576 {
575 match('#'); 577 match("runtime");
578
576 579
577 } 580 }
578 581
@@ -589,10 +592,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
589 try { 592 try {
590 int _type = T__35; 593 int _type = T__35;
591 int _channel = DEFAULT_TOKEN_CHANNEL; 594 int _channel = DEFAULT_TOKEN_CHANNEL;
592 // InternalApplicationConfiguration.g:35:7: ( '+=' ) 595 // InternalApplicationConfiguration.g:35:7: ( 'memory' )
593 // InternalApplicationConfiguration.g:35:9: '+=' 596 // InternalApplicationConfiguration.g:35:9: 'memory'
594 { 597 {
595 match("+="); 598 match("memory");
596 599
597 600
598 } 601 }
@@ -610,10 +613,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
610 try { 613 try {
611 int _type = T__36; 614 int _type = T__36;
612 int _channel = DEFAULT_TOKEN_CHANNEL; 615 int _channel = DEFAULT_TOKEN_CHANNEL;
613 // InternalApplicationConfiguration.g:36:7: ( '<' ) 616 // InternalApplicationConfiguration.g:36:7: ( '#' )
614 // InternalApplicationConfiguration.g:36:9: '<' 617 // InternalApplicationConfiguration.g:36:9: '#'
615 { 618 {
616 match('<'); 619 match('#');
617 620
618 } 621 }
619 622
@@ -630,10 +633,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
630 try { 633 try {
631 int _type = T__37; 634 int _type = T__37;
632 int _channel = DEFAULT_TOKEN_CHANNEL; 635 int _channel = DEFAULT_TOKEN_CHANNEL;
633 // InternalApplicationConfiguration.g:37:7: ( '>' ) 636 // InternalApplicationConfiguration.g:37:7: ( '+=' )
634 // InternalApplicationConfiguration.g:37:9: '>' 637 // InternalApplicationConfiguration.g:37:9: '+='
635 { 638 {
636 match('>'); 639 match("+=");
640
637 641
638 } 642 }
639 643
@@ -650,11 +654,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
650 try { 654 try {
651 int _type = T__38; 655 int _type = T__38;
652 int _channel = DEFAULT_TOKEN_CHANNEL; 656 int _channel = DEFAULT_TOKEN_CHANNEL;
653 // InternalApplicationConfiguration.g:38:7: ( 'node' ) 657 // InternalApplicationConfiguration.g:38:7: ( '<' )
654 // InternalApplicationConfiguration.g:38:9: 'node' 658 // InternalApplicationConfiguration.g:38:9: '<'
655 { 659 {
656 match("node"); 660 match('<');
657
658 661
659 } 662 }
660 663
@@ -671,11 +674,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
671 try { 674 try {
672 int _type = T__39; 675 int _type = T__39;
673 int _channel = DEFAULT_TOKEN_CHANNEL; 676 int _channel = DEFAULT_TOKEN_CHANNEL;
674 // InternalApplicationConfiguration.g:39:7: ( 'int' ) 677 // InternalApplicationConfiguration.g:39:7: ( '>' )
675 // InternalApplicationConfiguration.g:39:9: 'int' 678 // InternalApplicationConfiguration.g:39:9: '>'
676 { 679 {
677 match("int"); 680 match('>');
678
679 681
680 } 682 }
681 683
@@ -692,10 +694,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
692 try { 694 try {
693 int _type = T__40; 695 int _type = T__40;
694 int _channel = DEFAULT_TOKEN_CHANNEL; 696 int _channel = DEFAULT_TOKEN_CHANNEL;
695 // InternalApplicationConfiguration.g:40:7: ( 'real' ) 697 // InternalApplicationConfiguration.g:40:7: ( 'node' )
696 // InternalApplicationConfiguration.g:40:9: 'real' 698 // InternalApplicationConfiguration.g:40:9: 'node'
697 { 699 {
698 match("real"); 700 match("node");
699 701
700 702
701 } 703 }
@@ -713,10 +715,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
713 try { 715 try {
714 int _type = T__41; 716 int _type = T__41;
715 int _channel = DEFAULT_TOKEN_CHANNEL; 717 int _channel = DEFAULT_TOKEN_CHANNEL;
716 // InternalApplicationConfiguration.g:41:7: ( 'string' ) 718 // InternalApplicationConfiguration.g:41:7: ( 'int' )
717 // InternalApplicationConfiguration.g:41:9: 'string' 719 // InternalApplicationConfiguration.g:41:9: 'int'
718 { 720 {
719 match("string"); 721 match("int");
720 722
721 723
722 } 724 }
@@ -734,10 +736,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
734 try { 736 try {
735 int _type = T__42; 737 int _type = T__42;
736 int _channel = DEFAULT_TOKEN_CHANNEL; 738 int _channel = DEFAULT_TOKEN_CHANNEL;
737 // InternalApplicationConfiguration.g:42:7: ( '*' ) 739 // InternalApplicationConfiguration.g:42:7: ( 'real' )
738 // InternalApplicationConfiguration.g:42:9: '*' 740 // InternalApplicationConfiguration.g:42:9: 'real'
739 { 741 {
740 match('*'); 742 match("real");
743
741 744
742 } 745 }
743 746
@@ -754,10 +757,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
754 try { 757 try {
755 int _type = T__43; 758 int _type = T__43;
756 int _channel = DEFAULT_TOKEN_CHANNEL; 759 int _channel = DEFAULT_TOKEN_CHANNEL;
757 // InternalApplicationConfiguration.g:43:7: ( '..' ) 760 // InternalApplicationConfiguration.g:43:7: ( 'string' )
758 // InternalApplicationConfiguration.g:43:9: '..' 761 // InternalApplicationConfiguration.g:43:9: 'string'
759 { 762 {
760 match(".."); 763 match("string");
761 764
762 765
763 } 766 }
@@ -775,11 +778,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
775 try { 778 try {
776 int _type = T__44; 779 int _type = T__44;
777 int _channel = DEFAULT_TOKEN_CHANNEL; 780 int _channel = DEFAULT_TOKEN_CHANNEL;
778 // InternalApplicationConfiguration.g:44:7: ( 'scope' ) 781 // InternalApplicationConfiguration.g:44:7: ( '*' )
779 // InternalApplicationConfiguration.g:44:9: 'scope' 782 // InternalApplicationConfiguration.g:44:9: '*'
780 { 783 {
781 match("scope"); 784 match('*');
782
783 785
784 } 786 }
785 787
@@ -796,10 +798,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
796 try { 798 try {
797 int _type = T__45; 799 int _type = T__45;
798 int _channel = DEFAULT_TOKEN_CHANNEL; 800 int _channel = DEFAULT_TOKEN_CHANNEL;
799 // InternalApplicationConfiguration.g:45:7: ( 'generate' ) 801 // InternalApplicationConfiguration.g:45:7: ( '..' )
800 // InternalApplicationConfiguration.g:45:9: 'generate' 802 // InternalApplicationConfiguration.g:45:9: '..'
801 { 803 {
802 match("generate"); 804 match("..");
803 805
804 806
805 } 807 }
@@ -817,10 +819,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
817 try { 819 try {
818 int _type = T__46; 820 int _type = T__46;
819 int _channel = DEFAULT_TOKEN_CHANNEL; 821 int _channel = DEFAULT_TOKEN_CHANNEL;
820 // InternalApplicationConfiguration.g:46:7: ( 'partial-model' ) 822 // InternalApplicationConfiguration.g:46:7: ( 'scope' )
821 // InternalApplicationConfiguration.g:46:9: 'partial-model' 823 // InternalApplicationConfiguration.g:46:9: 'scope'
822 { 824 {
823 match("partial-model"); 825 match("scope");
824 826
825 827
826 } 828 }
@@ -838,10 +840,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
838 try { 840 try {
839 int _type = T__47; 841 int _type = T__47;
840 int _channel = DEFAULT_TOKEN_CHANNEL; 842 int _channel = DEFAULT_TOKEN_CHANNEL;
841 // InternalApplicationConfiguration.g:47:7: ( 'number' ) 843 // InternalApplicationConfiguration.g:47:7: ( 'generate' )
842 // InternalApplicationConfiguration.g:47:9: 'number' 844 // InternalApplicationConfiguration.g:47:9: 'generate'
843 { 845 {
844 match("number"); 846 match("generate");
845 847
846 848
847 } 849 }
@@ -859,10 +861,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
859 try { 861 try {
860 int _type = T__48; 862 int _type = T__48;
861 int _channel = DEFAULT_TOKEN_CHANNEL; 863 int _channel = DEFAULT_TOKEN_CHANNEL;
862 // InternalApplicationConfiguration.g:48:7: ( 'runs' ) 864 // InternalApplicationConfiguration.g:48:7: ( 'partial-model' )
863 // InternalApplicationConfiguration.g:48:9: 'runs' 865 // InternalApplicationConfiguration.g:48:9: 'partial-model'
864 { 866 {
865 match("runs"); 867 match("partial-model");
866 868
867 869
868 } 870 }
@@ -880,10 +882,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
880 try { 882 try {
881 int _type = T__49; 883 int _type = T__49;
882 int _channel = DEFAULT_TOKEN_CHANNEL; 884 int _channel = DEFAULT_TOKEN_CHANNEL;
883 // InternalApplicationConfiguration.g:49:7: ( 'solver' ) 885 // InternalApplicationConfiguration.g:49:7: ( 'number' )
884 // InternalApplicationConfiguration.g:49:9: 'solver' 886 // InternalApplicationConfiguration.g:49:9: 'number'
885 { 887 {
886 match("solver"); 888 match("number");
887 889
888 890
889 } 891 }
@@ -901,10 +903,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
901 try { 903 try {
902 int _type = T__50; 904 int _type = T__50;
903 int _channel = DEFAULT_TOKEN_CHANNEL; 905 int _channel = DEFAULT_TOKEN_CHANNEL;
904 // InternalApplicationConfiguration.g:50:7: ( 'debug' ) 906 // InternalApplicationConfiguration.g:50:7: ( 'runs' )
905 // InternalApplicationConfiguration.g:50:9: 'debug' 907 // InternalApplicationConfiguration.g:50:9: 'runs'
906 { 908 {
907 match("debug"); 909 match("runs");
908 910
909 911
910 } 912 }
@@ -922,10 +924,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
922 try { 924 try {
923 int _type = T__51; 925 int _type = T__51;
924 int _channel = DEFAULT_TOKEN_CHANNEL; 926 int _channel = DEFAULT_TOKEN_CHANNEL;
925 // InternalApplicationConfiguration.g:51:7: ( 'log' ) 927 // InternalApplicationConfiguration.g:51:7: ( 'solver' )
926 // InternalApplicationConfiguration.g:51:9: 'log' 928 // InternalApplicationConfiguration.g:51:9: 'solver'
927 { 929 {
928 match("log"); 930 match("solver");
929 931
930 932
931 } 933 }
@@ -943,10 +945,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
943 try { 945 try {
944 int _type = T__52; 946 int _type = T__52;
945 int _channel = DEFAULT_TOKEN_CHANNEL; 947 int _channel = DEFAULT_TOKEN_CHANNEL;
946 // InternalApplicationConfiguration.g:52:7: ( 'statistics' ) 948 // InternalApplicationConfiguration.g:52:7: ( 'debug' )
947 // InternalApplicationConfiguration.g:52:9: 'statistics' 949 // InternalApplicationConfiguration.g:52:9: 'debug'
948 { 950 {
949 match("statistics"); 951 match("debug");
950 952
951 953
952 } 954 }
@@ -964,10 +966,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
964 try { 966 try {
965 int _type = T__53; 967 int _type = T__53;
966 int _channel = DEFAULT_TOKEN_CHANNEL; 968 int _channel = DEFAULT_TOKEN_CHANNEL;
967 // InternalApplicationConfiguration.g:53:7: ( 'output' ) 969 // InternalApplicationConfiguration.g:53:7: ( 'log' )
968 // InternalApplicationConfiguration.g:53:9: 'output' 970 // InternalApplicationConfiguration.g:53:9: 'log'
969 { 971 {
970 match("output"); 972 match("log");
971 973
972 974
973 } 975 }
@@ -985,10 +987,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
985 try { 987 try {
986 int _type = T__54; 988 int _type = T__54;
987 int _channel = DEFAULT_TOKEN_CHANNEL; 989 int _channel = DEFAULT_TOKEN_CHANNEL;
988 // InternalApplicationConfiguration.g:54:7: ( 'minimize' ) 990 // InternalApplicationConfiguration.g:54:7: ( 'statistics' )
989 // InternalApplicationConfiguration.g:54:9: 'minimize' 991 // InternalApplicationConfiguration.g:54:9: 'statistics'
990 { 992 {
991 match("minimize"); 993 match("statistics");
992 994
993 995
994 } 996 }
@@ -1006,10 +1008,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1006 try { 1008 try {
1007 int _type = T__55; 1009 int _type = T__55;
1008 int _channel = DEFAULT_TOKEN_CHANNEL; 1010 int _channel = DEFAULT_TOKEN_CHANNEL;
1009 // InternalApplicationConfiguration.g:55:7: ( 'maximize' ) 1011 // InternalApplicationConfiguration.g:55:7: ( 'output' )
1010 // InternalApplicationConfiguration.g:55:9: 'maximize' 1012 // InternalApplicationConfiguration.g:55:9: 'output'
1011 { 1013 {
1012 match("maximize"); 1014 match("output");
1013 1015
1014 1016
1015 } 1017 }
@@ -1027,10 +1029,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1027 try { 1029 try {
1028 int _type = T__56; 1030 int _type = T__56;
1029 int _channel = DEFAULT_TOKEN_CHANNEL; 1031 int _channel = DEFAULT_TOKEN_CHANNEL;
1030 // InternalApplicationConfiguration.g:56:7: ( '<=' ) 1032 // InternalApplicationConfiguration.g:56:7: ( 'minimize' )
1031 // InternalApplicationConfiguration.g:56:9: '<=' 1033 // InternalApplicationConfiguration.g:56:9: 'minimize'
1032 { 1034 {
1033 match("<="); 1035 match("minimize");
1034 1036
1035 1037
1036 } 1038 }
@@ -1048,10 +1050,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1048 try { 1050 try {
1049 int _type = T__57; 1051 int _type = T__57;
1050 int _channel = DEFAULT_TOKEN_CHANNEL; 1052 int _channel = DEFAULT_TOKEN_CHANNEL;
1051 // InternalApplicationConfiguration.g:57:7: ( '>=' ) 1053 // InternalApplicationConfiguration.g:57:7: ( 'maximize' )
1052 // InternalApplicationConfiguration.g:57:9: '>=' 1054 // InternalApplicationConfiguration.g:57:9: 'maximize'
1053 { 1055 {
1054 match(">="); 1056 match("maximize");
1055 1057
1056 1058
1057 } 1059 }
@@ -1069,10 +1071,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1069 try { 1071 try {
1070 int _type = T__58; 1072 int _type = T__58;
1071 int _channel = DEFAULT_TOKEN_CHANNEL; 1073 int _channel = DEFAULT_TOKEN_CHANNEL;
1072 // InternalApplicationConfiguration.g:58:7: ( 'none' ) 1074 // InternalApplicationConfiguration.g:58:7: ( '<=' )
1073 // InternalApplicationConfiguration.g:58:9: 'none' 1075 // InternalApplicationConfiguration.g:58:9: '<='
1074 { 1076 {
1075 match("none"); 1077 match("<=");
1076 1078
1077 1079
1078 } 1080 }
@@ -1090,10 +1092,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1090 try { 1092 try {
1091 int _type = T__59; 1093 int _type = T__59;
1092 int _channel = DEFAULT_TOKEN_CHANNEL; 1094 int _channel = DEFAULT_TOKEN_CHANNEL;
1093 // InternalApplicationConfiguration.g:59:7: ( 'normal' ) 1095 // InternalApplicationConfiguration.g:59:7: ( '>=' )
1094 // InternalApplicationConfiguration.g:59:9: 'normal' 1096 // InternalApplicationConfiguration.g:59:9: '>='
1095 { 1097 {
1096 match("normal"); 1098 match(">=");
1097 1099
1098 1100
1099 } 1101 }
@@ -1111,10 +1113,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1111 try { 1113 try {
1112 int _type = T__60; 1114 int _type = T__60;
1113 int _channel = DEFAULT_TOKEN_CHANNEL; 1115 int _channel = DEFAULT_TOKEN_CHANNEL;
1114 // InternalApplicationConfiguration.g:60:7: ( 'full' ) 1116 // InternalApplicationConfiguration.g:60:7: ( 'none' )
1115 // InternalApplicationConfiguration.g:60:9: 'full' 1117 // InternalApplicationConfiguration.g:60:9: 'none'
1116 { 1118 {
1117 match("full"); 1119 match("none");
1118 1120
1119 1121
1120 } 1122 }
@@ -1132,10 +1134,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1132 try { 1134 try {
1133 int _type = T__61; 1135 int _type = T__61;
1134 int _channel = DEFAULT_TOKEN_CHANNEL; 1136 int _channel = DEFAULT_TOKEN_CHANNEL;
1135 // InternalApplicationConfiguration.g:61:7: ( 'SMTSolver' ) 1137 // InternalApplicationConfiguration.g:61:7: ( 'normal' )
1136 // InternalApplicationConfiguration.g:61:9: 'SMTSolver' 1138 // InternalApplicationConfiguration.g:61:9: 'normal'
1137 { 1139 {
1138 match("SMTSolver"); 1140 match("normal");
1139 1141
1140 1142
1141 } 1143 }
@@ -1153,10 +1155,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1153 try { 1155 try {
1154 int _type = T__62; 1156 int _type = T__62;
1155 int _channel = DEFAULT_TOKEN_CHANNEL; 1157 int _channel = DEFAULT_TOKEN_CHANNEL;
1156 // InternalApplicationConfiguration.g:62:7: ( 'AlloySolver' ) 1158 // InternalApplicationConfiguration.g:62:7: ( 'full' )
1157 // InternalApplicationConfiguration.g:62:9: 'AlloySolver' 1159 // InternalApplicationConfiguration.g:62:9: 'full'
1158 { 1160 {
1159 match("AlloySolver"); 1161 match("full");
1160 1162
1161 1163
1162 } 1164 }
@@ -1174,10 +1176,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1174 try { 1176 try {
1175 int _type = T__63; 1177 int _type = T__63;
1176 int _channel = DEFAULT_TOKEN_CHANNEL; 1178 int _channel = DEFAULT_TOKEN_CHANNEL;
1177 // InternalApplicationConfiguration.g:63:7: ( 'ViatraSolver' ) 1179 // InternalApplicationConfiguration.g:63:7: ( 'SMTSolver' )
1178 // InternalApplicationConfiguration.g:63:9: 'ViatraSolver' 1180 // InternalApplicationConfiguration.g:63:9: 'SMTSolver'
1179 { 1181 {
1180 match("ViatraSolver"); 1182 match("SMTSolver");
1181 1183
1182 1184
1183 } 1185 }
@@ -1190,15 +1192,57 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1190 } 1192 }
1191 // $ANTLR end "T__63" 1193 // $ANTLR end "T__63"
1192 1194
1195 // $ANTLR start "T__64"
1196 public final void mT__64() throws RecognitionException {
1197 try {
1198 int _type = T__64;
1199 int _channel = DEFAULT_TOKEN_CHANNEL;
1200 // InternalApplicationConfiguration.g:64:7: ( 'AlloySolver' )
1201 // InternalApplicationConfiguration.g:64:9: 'AlloySolver'
1202 {
1203 match("AlloySolver");
1204
1205
1206 }
1207
1208 state.type = _type;
1209 state.channel = _channel;
1210 }
1211 finally {
1212 }
1213 }
1214 // $ANTLR end "T__64"
1215
1216 // $ANTLR start "T__65"
1217 public final void mT__65() throws RecognitionException {
1218 try {
1219 int _type = T__65;
1220 int _channel = DEFAULT_TOKEN_CHANNEL;
1221 // InternalApplicationConfiguration.g:65:7: ( 'ViatraSolver' )
1222 // InternalApplicationConfiguration.g:65:9: 'ViatraSolver'
1223 {
1224 match("ViatraSolver");
1225
1226
1227 }
1228
1229 state.type = _type;
1230 state.channel = _channel;
1231 }
1232 finally {
1233 }
1234 }
1235 // $ANTLR end "T__65"
1236
1193 // $ANTLR start "RULE_ID" 1237 // $ANTLR start "RULE_ID"
1194 public final void mRULE_ID() throws RecognitionException { 1238 public final void mRULE_ID() throws RecognitionException {
1195 try { 1239 try {
1196 int _type = RULE_ID; 1240 int _type = RULE_ID;
1197 int _channel = DEFAULT_TOKEN_CHANNEL; 1241 int _channel = DEFAULT_TOKEN_CHANNEL;
1198 // InternalApplicationConfiguration.g:4890:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 1242 // InternalApplicationConfiguration.g:5007:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
1199 // InternalApplicationConfiguration.g:4890:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1243 // InternalApplicationConfiguration.g:5007:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1200 { 1244 {
1201 // InternalApplicationConfiguration.g:4890:11: ( '^' )? 1245 // InternalApplicationConfiguration.g:5007:11: ( '^' )?
1202 int alt1=2; 1246 int alt1=2;
1203 int LA1_0 = input.LA(1); 1247 int LA1_0 = input.LA(1);
1204 1248
@@ -1207,7 +1251,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1207 } 1251 }
1208 switch (alt1) { 1252 switch (alt1) {
1209 case 1 : 1253 case 1 :
1210 // InternalApplicationConfiguration.g:4890:11: '^' 1254 // InternalApplicationConfiguration.g:5007:11: '^'
1211 { 1255 {
1212 match('^'); 1256 match('^');
1213 1257
@@ -1225,7 +1269,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1225 recover(mse); 1269 recover(mse);
1226 throw mse;} 1270 throw mse;}
1227 1271
1228 // InternalApplicationConfiguration.g:4890:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1272 // InternalApplicationConfiguration.g:5007:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1229 loop2: 1273 loop2:
1230 do { 1274 do {
1231 int alt2=2; 1275 int alt2=2;
@@ -1274,10 +1318,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1274 try { 1318 try {
1275 int _type = RULE_INT; 1319 int _type = RULE_INT;
1276 int _channel = DEFAULT_TOKEN_CHANNEL; 1320 int _channel = DEFAULT_TOKEN_CHANNEL;
1277 // InternalApplicationConfiguration.g:4892:10: ( ( '0' .. '9' )+ ) 1321 // InternalApplicationConfiguration.g:5009:10: ( ( '0' .. '9' )+ )
1278 // InternalApplicationConfiguration.g:4892:12: ( '0' .. '9' )+ 1322 // InternalApplicationConfiguration.g:5009:12: ( '0' .. '9' )+
1279 { 1323 {
1280 // InternalApplicationConfiguration.g:4892:12: ( '0' .. '9' )+ 1324 // InternalApplicationConfiguration.g:5009:12: ( '0' .. '9' )+
1281 int cnt3=0; 1325 int cnt3=0;
1282 loop3: 1326 loop3:
1283 do { 1327 do {
@@ -1291,7 +1335,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1291 1335
1292 switch (alt3) { 1336 switch (alt3) {
1293 case 1 : 1337 case 1 :
1294 // InternalApplicationConfiguration.g:4892:13: '0' .. '9' 1338 // InternalApplicationConfiguration.g:5009:13: '0' .. '9'
1295 { 1339 {
1296 matchRange('0','9'); 1340 matchRange('0','9');
1297 1341
@@ -1323,10 +1367,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1323 try { 1367 try {
1324 int _type = RULE_STRING; 1368 int _type = RULE_STRING;
1325 int _channel = DEFAULT_TOKEN_CHANNEL; 1369 int _channel = DEFAULT_TOKEN_CHANNEL;
1326 // InternalApplicationConfiguration.g:4894:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 1370 // InternalApplicationConfiguration.g:5011:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
1327 // InternalApplicationConfiguration.g:4894:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1371 // InternalApplicationConfiguration.g:5011:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1328 { 1372 {
1329 // InternalApplicationConfiguration.g:4894:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1373 // InternalApplicationConfiguration.g:5011:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1330 int alt6=2; 1374 int alt6=2;
1331 int LA6_0 = input.LA(1); 1375 int LA6_0 = input.LA(1);
1332 1376
@@ -1344,10 +1388,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1344 } 1388 }
1345 switch (alt6) { 1389 switch (alt6) {
1346 case 1 : 1390 case 1 :
1347 // InternalApplicationConfiguration.g:4894:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1391 // InternalApplicationConfiguration.g:5011:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
1348 { 1392 {
1349 match('\"'); 1393 match('\"');
1350 // InternalApplicationConfiguration.g:4894:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1394 // InternalApplicationConfiguration.g:5011:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
1351 loop4: 1395 loop4:
1352 do { 1396 do {
1353 int alt4=3; 1397 int alt4=3;
@@ -1363,7 +1407,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1363 1407
1364 switch (alt4) { 1408 switch (alt4) {
1365 case 1 : 1409 case 1 :
1366 // InternalApplicationConfiguration.g:4894:21: '\\\\' . 1410 // InternalApplicationConfiguration.g:5011:21: '\\\\' .
1367 { 1411 {
1368 match('\\'); 1412 match('\\');
1369 matchAny(); 1413 matchAny();
@@ -1371,7 +1415,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1371 } 1415 }
1372 break; 1416 break;
1373 case 2 : 1417 case 2 :
1374 // InternalApplicationConfiguration.g:4894:28: ~ ( ( '\\\\' | '\"' ) ) 1418 // InternalApplicationConfiguration.g:5011:28: ~ ( ( '\\\\' | '\"' ) )
1375 { 1419 {
1376 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1420 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1377 input.consume(); 1421 input.consume();
@@ -1396,10 +1440,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1396 } 1440 }
1397 break; 1441 break;
1398 case 2 : 1442 case 2 :
1399 // InternalApplicationConfiguration.g:4894:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1443 // InternalApplicationConfiguration.g:5011:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
1400 { 1444 {
1401 match('\''); 1445 match('\'');
1402 // InternalApplicationConfiguration.g:4894:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1446 // InternalApplicationConfiguration.g:5011:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
1403 loop5: 1447 loop5:
1404 do { 1448 do {
1405 int alt5=3; 1449 int alt5=3;
@@ -1415,7 +1459,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1415 1459
1416 switch (alt5) { 1460 switch (alt5) {
1417 case 1 : 1461 case 1 :
1418 // InternalApplicationConfiguration.g:4894:54: '\\\\' . 1462 // InternalApplicationConfiguration.g:5011:54: '\\\\' .
1419 { 1463 {
1420 match('\\'); 1464 match('\\');
1421 matchAny(); 1465 matchAny();
@@ -1423,7 +1467,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1423 } 1467 }
1424 break; 1468 break;
1425 case 2 : 1469 case 2 :
1426 // InternalApplicationConfiguration.g:4894:61: ~ ( ( '\\\\' | '\\'' ) ) 1470 // InternalApplicationConfiguration.g:5011:61: ~ ( ( '\\\\' | '\\'' ) )
1427 { 1471 {
1428 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1472 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1429 input.consume(); 1473 input.consume();
@@ -1466,12 +1510,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1466 try { 1510 try {
1467 int _type = RULE_ML_COMMENT; 1511 int _type = RULE_ML_COMMENT;
1468 int _channel = DEFAULT_TOKEN_CHANNEL; 1512 int _channel = DEFAULT_TOKEN_CHANNEL;
1469 // InternalApplicationConfiguration.g:4896:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1513 // InternalApplicationConfiguration.g:5013:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1470 // InternalApplicationConfiguration.g:4896:19: '/*' ( options {greedy=false; } : . )* '*/' 1514 // InternalApplicationConfiguration.g:5013:19: '/*' ( options {greedy=false; } : . )* '*/'
1471 { 1515 {
1472 match("/*"); 1516 match("/*");
1473 1517
1474 // InternalApplicationConfiguration.g:4896:24: ( options {greedy=false; } : . )* 1518 // InternalApplicationConfiguration.g:5013:24: ( options {greedy=false; } : . )*
1475 loop7: 1519 loop7:
1476 do { 1520 do {
1477 int alt7=2; 1521 int alt7=2;
@@ -1496,7 +1540,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1496 1540
1497 switch (alt7) { 1541 switch (alt7) {
1498 case 1 : 1542 case 1 :
1499 // InternalApplicationConfiguration.g:4896:52: . 1543 // InternalApplicationConfiguration.g:5013:52: .
1500 { 1544 {
1501 matchAny(); 1545 matchAny();
1502 1546
@@ -1526,12 +1570,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1526 try { 1570 try {
1527 int _type = RULE_SL_COMMENT; 1571 int _type = RULE_SL_COMMENT;
1528 int _channel = DEFAULT_TOKEN_CHANNEL; 1572 int _channel = DEFAULT_TOKEN_CHANNEL;
1529 // InternalApplicationConfiguration.g:4898:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1573 // InternalApplicationConfiguration.g:5015:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1530 // InternalApplicationConfiguration.g:4898:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1574 // InternalApplicationConfiguration.g:5015:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1531 { 1575 {
1532 match("//"); 1576 match("//");
1533 1577
1534 // InternalApplicationConfiguration.g:4898:24: (~ ( ( '\\n' | '\\r' ) ) )* 1578 // InternalApplicationConfiguration.g:5015:24: (~ ( ( '\\n' | '\\r' ) ) )*
1535 loop8: 1579 loop8:
1536 do { 1580 do {
1537 int alt8=2; 1581 int alt8=2;
@@ -1544,7 +1588,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1544 1588
1545 switch (alt8) { 1589 switch (alt8) {
1546 case 1 : 1590 case 1 :
1547 // InternalApplicationConfiguration.g:4898:24: ~ ( ( '\\n' | '\\r' ) ) 1591 // InternalApplicationConfiguration.g:5015:24: ~ ( ( '\\n' | '\\r' ) )
1548 { 1592 {
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') ) { 1593 if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) {
1550 input.consume(); 1594 input.consume();
@@ -1564,7 +1608,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1564 } 1608 }
1565 } while (true); 1609 } while (true);
1566 1610
1567 // InternalApplicationConfiguration.g:4898:40: ( ( '\\r' )? '\\n' )? 1611 // InternalApplicationConfiguration.g:5015:40: ( ( '\\r' )? '\\n' )?
1568 int alt10=2; 1612 int alt10=2;
1569 int LA10_0 = input.LA(1); 1613 int LA10_0 = input.LA(1);
1570 1614
@@ -1573,9 +1617,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1573 } 1617 }
1574 switch (alt10) { 1618 switch (alt10) {
1575 case 1 : 1619 case 1 :
1576 // InternalApplicationConfiguration.g:4898:41: ( '\\r' )? '\\n' 1620 // InternalApplicationConfiguration.g:5015:41: ( '\\r' )? '\\n'
1577 { 1621 {
1578 // InternalApplicationConfiguration.g:4898:41: ( '\\r' )? 1622 // InternalApplicationConfiguration.g:5015:41: ( '\\r' )?
1579 int alt9=2; 1623 int alt9=2;
1580 int LA9_0 = input.LA(1); 1624 int LA9_0 = input.LA(1);
1581 1625
@@ -1584,7 +1628,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1584 } 1628 }
1585 switch (alt9) { 1629 switch (alt9) {
1586 case 1 : 1630 case 1 :
1587 // InternalApplicationConfiguration.g:4898:41: '\\r' 1631 // InternalApplicationConfiguration.g:5015:41: '\\r'
1588 { 1632 {
1589 match('\r'); 1633 match('\r');
1590 1634
@@ -1616,10 +1660,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1616 try { 1660 try {
1617 int _type = RULE_WS; 1661 int _type = RULE_WS;
1618 int _channel = DEFAULT_TOKEN_CHANNEL; 1662 int _channel = DEFAULT_TOKEN_CHANNEL;
1619 // InternalApplicationConfiguration.g:4900:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1663 // InternalApplicationConfiguration.g:5017:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1620 // InternalApplicationConfiguration.g:4900:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1664 // InternalApplicationConfiguration.g:5017:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1621 { 1665 {
1622 // InternalApplicationConfiguration.g:4900:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1666 // InternalApplicationConfiguration.g:5017:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1623 int cnt11=0; 1667 int cnt11=0;
1624 loop11: 1668 loop11:
1625 do { 1669 do {
@@ -1673,8 +1717,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1673 try { 1717 try {
1674 int _type = RULE_ANY_OTHER; 1718 int _type = RULE_ANY_OTHER;
1675 int _channel = DEFAULT_TOKEN_CHANNEL; 1719 int _channel = DEFAULT_TOKEN_CHANNEL;
1676 // InternalApplicationConfiguration.g:4902:16: ( . ) 1720 // InternalApplicationConfiguration.g:5019:16: ( . )
1677 // InternalApplicationConfiguration.g:4902:18: . 1721 // InternalApplicationConfiguration.g:5019:18: .
1678 { 1722 {
1679 matchAny(); 1723 matchAny();
1680 1724
@@ -1689,8 +1733,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1689 // $ANTLR end "RULE_ANY_OTHER" 1733 // $ANTLR end "RULE_ANY_OTHER"
1690 1734
1691 public void mTokens() throws RecognitionException { 1735 public void mTokens() throws RecognitionException {
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 ) 1736 // InternalApplicationConfiguration.g:1:8: ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
1693 int alt12=60; 1737 int alt12=62;
1694 alt12 = dfa12.predict(input); 1738 alt12 = dfa12.predict(input);
1695 switch (alt12) { 1739 switch (alt12) {
1696 case 1 : 1740 case 1 :
@@ -2065,49 +2109,63 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2065 } 2109 }
2066 break; 2110 break;
2067 case 54 : 2111 case 54 :
2068 // InternalApplicationConfiguration.g:1:328: RULE_ID 2112 // InternalApplicationConfiguration.g:1:328: T__64
2069 { 2113 {
2070 mRULE_ID(); 2114 mT__64();
2071 2115
2072 } 2116 }
2073 break; 2117 break;
2074 case 55 : 2118 case 55 :
2075 // InternalApplicationConfiguration.g:1:336: RULE_INT 2119 // InternalApplicationConfiguration.g:1:334: T__65
2076 { 2120 {
2077 mRULE_INT(); 2121 mT__65();
2078 2122
2079 } 2123 }
2080 break; 2124 break;
2081 case 56 : 2125 case 56 :
2082 // InternalApplicationConfiguration.g:1:345: RULE_STRING 2126 // InternalApplicationConfiguration.g:1:340: RULE_ID
2083 { 2127 {
2084 mRULE_STRING(); 2128 mRULE_ID();
2085 2129
2086 } 2130 }
2087 break; 2131 break;
2088 case 57 : 2132 case 57 :
2089 // InternalApplicationConfiguration.g:1:357: RULE_ML_COMMENT 2133 // InternalApplicationConfiguration.g:1:348: RULE_INT
2090 { 2134 {
2091 mRULE_ML_COMMENT(); 2135 mRULE_INT();
2092 2136
2093 } 2137 }
2094 break; 2138 break;
2095 case 58 : 2139 case 58 :
2096 // InternalApplicationConfiguration.g:1:373: RULE_SL_COMMENT 2140 // InternalApplicationConfiguration.g:1:357: RULE_STRING
2097 { 2141 {
2098 mRULE_SL_COMMENT(); 2142 mRULE_STRING();
2099 2143
2100 } 2144 }
2101 break; 2145 break;
2102 case 59 : 2146 case 59 :
2103 // InternalApplicationConfiguration.g:1:389: RULE_WS 2147 // InternalApplicationConfiguration.g:1:369: RULE_ML_COMMENT
2104 { 2148 {
2105 mRULE_WS(); 2149 mRULE_ML_COMMENT();
2106 2150
2107 } 2151 }
2108 break; 2152 break;
2109 case 60 : 2153 case 60 :
2110 // InternalApplicationConfiguration.g:1:397: RULE_ANY_OTHER 2154 // InternalApplicationConfiguration.g:1:385: RULE_SL_COMMENT
2155 {
2156 mRULE_SL_COMMENT();
2157
2158 }
2159 break;
2160 case 61 :
2161 // InternalApplicationConfiguration.g:1:401: RULE_WS
2162 {
2163 mRULE_WS();
2164
2165 }
2166 break;
2167 case 62 :
2168 // InternalApplicationConfiguration.g:1:409: RULE_ANY_OTHER
2111 { 2169 {
2112 mRULE_ANY_OTHER(); 2170 mRULE_ANY_OTHER();
2113 2171
@@ -2121,134 +2179,133 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2121 2179
2122 protected DFA12 dfa12 = new DFA12(this); 2180 protected DFA12 dfa12 = new DFA12(this);
2123 static final String DFA12_eotS = 2181 static final String DFA12_eotS =
2124 "\1\uffff\1\47\1\uffff\5\53\4\uffff\1\53\1\45\4\53\1\uffff\1\45\1\105\1\107\2\53\1\uffff\5\53\1\45\2\uffff\3\45\5\uffff\2\53\1\uffff\10\53\4\uffff\1\53\1\uffff\10\53\6\uffff\5\53\1\uffff\5\53\5\uffff\1\53\1\174\23\53\1\u0093\16\53\1\uffff\4\53\1\u00a6\1\53\1\u00a8\1\u00a9\1\53\1\u00ab\13\53\2\uffff\1\u00b7\1\u00b8\20\53\1\uffff\1\53\2\uffff\1\53\1\uffff\13\53\2\uffff\4\53\1\u00da\2\53\1\u00dd\3\53\1\u00e1\2\53\1\u00e4\2\53\1\u00e7\3\53\1\u00eb\1\u00ec\3\53\1\u00f0\1\53\1\u00f2\1\u00f3\1\u00f4\1\u00f5\1\53\1\uffff\1\u00f7\1\53\1\uffff\3\53\1\uffff\2\53\1\uffff\1\53\1\u00ff\1\uffff\1\u0100\2\53\2\uffff\3\53\1\uffff\1\53\4\uffff\1\53\1\uffff\4\53\1\u010c\2\53\3\uffff\1\53\1\u0110\1\u0111\3\53\1\u0115\3\53\1\uffff\1\u0119\1\53\1\u011b\2\uffff\3\53\1\uffff\1\u011f\2\53\1\uffff\1\53\1\uffff\1\53\1\u0124\1\u0125\1\uffff\2\53\1\u0128\1\u0129\2\uffff\1\u012a\1\53\3\uffff\1\u012c\1\uffff"; 2182 "\1\uffff\1\50\1\uffff\5\54\4\uffff\1\54\1\46\5\54\1\uffff\1\46\1\110\1\112\2\54\1\uffff\5\54\1\46\2\uffff\3\46\5\uffff\2\54\1\uffff\10\54\4\uffff\1\54\1\uffff\6\54\1\157\3\54\6\uffff\5\54\1\uffff\5\54\5\uffff\1\54\1\u0081\22\54\1\uffff\2\54\1\u0099\16\54\1\uffff\4\54\1\u00ac\1\54\1\u00ae\1\u00af\1\54\1\u00b1\5\54\1\u00b7\6\54\2\uffff\1\u00be\1\u00bf\20\54\1\uffff\1\54\2\uffff\1\54\1\uffff\5\54\1\uffff\6\54\2\uffff\4\54\1\u00e1\2\54\1\u00e4\3\54\1\u00e8\2\54\1\u00eb\2\54\1\u00ee\3\54\1\u00f2\1\u00f3\3\54\1\u00f7\1\54\1\u00f9\1\u00fa\1\u00fb\1\u00fc\1\54\1\uffff\1\u00fe\1\54\1\uffff\3\54\1\uffff\2\54\1\uffff\1\54\1\u0106\1\uffff\1\u0107\2\54\2\uffff\3\54\1\uffff\1\54\4\uffff\1\54\1\uffff\4\54\1\u0113\2\54\3\uffff\1\54\1\u0117\1\u0118\3\54\1\u011c\3\54\1\uffff\1\u0120\1\54\1\u0122\2\uffff\3\54\1\uffff\1\u0126\2\54\1\uffff\1\54\1\uffff\1\54\1\u012b\1\u012c\1\uffff\2\54\1\u012f\1\u0130\2\uffff\1\u0131\1\54\3\uffff\1\u0133\1\uffff";
2125 static final String DFA12_eofS = 2183 static final String DFA12_eofS =
2126 "\u012d\uffff"; 2184 "\u0134\uffff";
2127 static final String DFA12_minS = 2185 static final String DFA12_minS =
2128 "\1\0\1\56\1\uffff\1\155\1\160\1\151\1\145\1\151\4\uffff\1\141\1\72\1\141\1\157\1\142\1\157\1\uffff\3\75\1\157\1\143\1\uffff\2\145\1\115\1\154\1\151\1\101\2\uffff\2\0\1\52\5\uffff\1\160\1\164\1\uffff\1\141\1\143\2\141\1\156\3\154\4\uffff\1\143\1\uffff\1\155\1\144\1\156\1\170\1\156\1\152\1\164\1\147\6\uffff\1\144\1\155\1\141\1\157\1\154\1\uffff\1\156\1\142\1\124\1\154\1\141\5\uffff\1\157\1\60\1\143\1\154\1\164\1\151\1\154\1\163\1\145\1\144\1\154\1\153\1\164\1\141\1\157\1\145\2\151\1\146\1\145\1\160\1\55\2\145\1\155\1\142\1\151\1\164\1\160\1\166\1\145\1\165\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\141\1\60\1\151\2\60\1\145\1\60\1\141\1\151\1\155\1\162\1\154\2\155\1\164\1\151\1\143\1\165\2\uffff\2\60\1\141\1\145\1\156\1\151\2\145\1\162\1\147\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\142\1\uffff\1\155\2\uffff\1\162\1\uffff\1\147\1\141\1\157\1\171\1\163\2\151\1\162\1\147\2\164\2\uffff\1\154\1\162\1\147\1\163\1\60\1\162\1\141\1\60\1\154\1\123\1\141\1\60\1\147\1\151\1\60\1\151\1\145\1\60\1\145\1\154\1\144\2\60\2\172\1\141\1\60\1\151\4\60\1\164\1\uffff\1\60\1\164\1\uffff\1\166\1\157\1\123\1\uffff\1\145\1\156\1\uffff\1\154\1\60\1\uffff\1\60\1\55\1\145\2\uffff\2\145\1\151\1\uffff\1\166\4\uffff\1\151\1\uffff\2\145\1\154\1\157\1\60\1\147\1\151\3\uffff\1\154\2\60\1\156\1\145\1\143\1\60\1\162\1\166\1\154\1\uffff\1\60\1\164\1\60\2\uffff\1\164\2\163\1\uffff\1\60\1\145\1\166\1\uffff\1\171\1\uffff\1\163\2\60\1\uffff\1\162\1\145\2\60\2\uffff\1\60\1\162\3\uffff\1\60\1\uffff"; 2186 "\1\0\1\56\1\uffff\1\155\1\160\1\151\1\145\1\151\4\uffff\1\141\1\72\1\141\1\157\1\164\1\142\1\157\1\uffff\3\75\1\157\1\143\1\uffff\2\145\1\115\1\154\1\151\1\101\2\uffff\2\0\1\52\5\uffff\1\160\1\164\1\uffff\1\141\1\143\2\141\1\156\3\154\4\uffff\1\143\1\uffff\1\155\1\144\1\146\1\156\1\170\1\156\1\60\1\152\1\164\1\147\6\uffff\1\144\1\155\1\141\1\157\1\154\1\uffff\1\156\1\142\1\124\1\154\1\141\5\uffff\1\157\1\60\1\143\1\154\1\164\1\151\1\154\1\163\1\145\1\144\1\154\1\153\1\164\1\141\1\157\1\145\1\146\2\151\1\146\1\uffff\1\145\1\160\1\55\2\145\1\155\1\142\1\151\1\164\1\160\1\166\1\145\1\165\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\141\1\60\1\151\2\60\1\145\1\60\1\141\1\151\1\155\1\162\1\154\1\60\2\155\1\164\1\151\1\143\1\165\2\uffff\2\60\1\141\1\145\1\156\1\151\2\145\1\162\1\147\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\142\1\uffff\1\155\2\uffff\1\162\1\uffff\1\147\1\141\1\157\1\171\1\163\1\uffff\2\151\1\162\1\147\2\164\2\uffff\1\154\1\162\1\147\1\163\1\60\1\162\1\141\1\60\1\154\1\123\1\141\1\60\1\147\1\151\1\60\1\151\1\145\1\60\1\145\1\154\1\144\2\60\2\172\1\141\1\60\1\151\4\60\1\164\1\uffff\1\60\1\164\1\uffff\1\166\1\157\1\123\1\uffff\1\145\1\156\1\uffff\1\154\1\60\1\uffff\1\60\1\55\1\145\2\uffff\2\145\1\151\1\uffff\1\166\4\uffff\1\151\1\uffff\2\145\1\154\1\157\1\60\1\147\1\151\3\uffff\1\154\2\60\1\156\1\145\1\143\1\60\1\162\1\166\1\154\1\uffff\1\60\1\164\1\60\2\uffff\1\164\2\163\1\uffff\1\60\1\145\1\166\1\uffff\1\171\1\uffff\1\163\2\60\1\uffff\1\162\1\145\2\60\2\uffff\1\60\1\162\3\uffff\1\60\1\uffff";
2129 static final String DFA12_maxS = 2187 static final String DFA12_maxS =
2130 "\1\uffff\1\56\1\uffff\1\156\1\170\1\151\2\165\4\uffff\1\141\1\72\2\157\1\165\1\157\1\uffff\3\75\1\165\1\164\1\uffff\2\145\1\115\1\154\1\151\1\172\2\uffff\2\uffff\1\57\5\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\1\154\1\156\3\154\4\uffff\1\162\1\uffff\1\164\1\144\1\156\1\170\1\156\1\152\1\164\1\147\6\uffff\1\162\1\155\1\162\1\157\1\154\1\uffff\1\156\1\142\1\124\1\154\1\141\5\uffff\1\157\1\172\1\143\1\154\1\164\1\151\1\154\1\164\1\145\1\144\1\154\1\153\1\164\1\141\1\157\1\145\2\151\1\163\1\145\1\160\1\172\2\145\1\155\1\142\1\151\1\164\1\160\1\166\1\145\1\165\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\141\1\172\1\151\2\172\1\145\1\172\1\141\1\151\1\155\1\162\1\154\2\155\1\164\1\151\1\143\1\165\2\uffff\2\172\1\141\1\145\1\156\1\151\2\145\1\162\1\147\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\142\1\uffff\1\155\2\uffff\1\162\1\uffff\1\147\1\141\1\157\1\171\1\163\2\151\1\162\1\147\2\164\2\uffff\1\154\1\162\1\147\1\163\1\172\1\162\1\141\1\172\1\154\1\123\1\141\1\172\1\147\1\151\1\172\1\151\1\145\1\172\1\145\1\154\1\144\4\172\1\141\1\172\1\151\4\172\1\164\1\uffff\1\172\1\164\1\uffff\1\166\1\157\1\123\1\uffff\1\145\1\156\1\uffff\1\154\1\172\1\uffff\1\172\1\55\1\145\2\uffff\2\145\1\151\1\uffff\1\166\4\uffff\1\151\1\uffff\2\145\1\154\1\157\1\172\1\147\1\151\3\uffff\1\154\2\172\1\156\1\145\1\143\1\172\1\162\1\166\1\154\1\uffff\1\172\1\164\1\172\2\uffff\1\164\2\163\1\uffff\1\172\1\145\1\166\1\uffff\1\171\1\uffff\1\163\2\172\1\uffff\1\162\1\145\2\172\2\uffff\1\172\1\162\3\uffff\1\172\1\uffff"; 2188 "\1\uffff\1\56\1\uffff\1\156\1\170\1\151\2\165\4\uffff\1\141\1\72\1\164\1\157\1\164\1\165\1\157\1\uffff\3\75\1\165\1\164\1\uffff\2\145\1\115\1\154\1\151\1\172\2\uffff\2\uffff\1\57\5\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\1\154\1\156\3\154\4\uffff\1\162\1\uffff\1\164\1\144\1\146\1\156\1\170\1\156\1\172\1\152\1\164\1\147\6\uffff\1\162\1\155\1\162\1\157\1\154\1\uffff\1\156\1\142\1\124\1\154\1\141\5\uffff\1\157\1\172\1\143\1\154\1\164\1\151\1\154\1\164\1\145\1\144\1\154\1\153\1\164\1\141\1\157\1\145\1\146\2\151\1\163\1\uffff\1\145\1\160\1\172\2\145\1\155\1\142\1\151\1\164\1\160\1\166\1\145\1\165\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\141\1\172\1\151\2\172\1\145\1\172\1\141\1\151\1\155\1\162\1\154\1\172\2\155\1\164\1\151\1\143\1\165\2\uffff\2\172\1\141\1\145\1\156\1\151\2\145\1\162\1\147\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\142\1\uffff\1\155\2\uffff\1\162\1\uffff\1\147\1\141\1\157\1\171\1\163\1\uffff\2\151\1\162\1\147\2\164\2\uffff\1\154\1\162\1\147\1\163\1\172\1\162\1\141\1\172\1\154\1\123\1\141\1\172\1\147\1\151\1\172\1\151\1\145\1\172\1\145\1\154\1\144\4\172\1\141\1\172\1\151\4\172\1\164\1\uffff\1\172\1\164\1\uffff\1\166\1\157\1\123\1\uffff\1\145\1\156\1\uffff\1\154\1\172\1\uffff\1\172\1\55\1\145\2\uffff\2\145\1\151\1\uffff\1\166\4\uffff\1\151\1\uffff\2\145\1\154\1\157\1\172\1\147\1\151\3\uffff\1\154\2\172\1\156\1\145\1\143\1\172\1\162\1\166\1\154\1\uffff\1\172\1\164\1\172\2\uffff\1\164\2\163\1\uffff\1\172\1\145\1\166\1\uffff\1\171\1\uffff\1\163\2\172\1\uffff\1\162\1\145\2\172\2\uffff\1\172\1\162\3\uffff\1\172\1\uffff";
2131 static final String DFA12_acceptS = 2189 static final String DFA12_acceptS =
2132 "\2\uffff\1\2\5\uffff\1\10\1\11\1\12\1\13\6\uffff\1\30\5\uffff\1\40\6\uffff\1\66\1\67\3\uffff\1\73\1\74\1\41\1\1\1\2\2\uffff\1\66\10\uffff\1\10\1\11\1\12\1\13\1\uffff\1\16\10\uffff\1\30\1\31\1\56\1\32\1\57\1\33\5\uffff\1\40\5\uffff\1\67\1\70\1\71\1\72\1\73\44\uffff\1\35\25\uffff\1\25\1\51\22\uffff\1\36\1\uffff\1\46\1\7\1\uffff\1\62\13\uffff\1\34\1\60\41\uffff\1\42\2\uffff\1\50\3\uffff\1\3\2\uffff\1\5\2\uffff\1\20\3\uffff\1\27\1\21\3\uffff\1\24\1\uffff\1\53\1\61\1\45\1\37\1\uffff\1\47\7\uffff\1\26\1\14\1\44\12\uffff\1\4\3\uffff\1\54\1\55\3\uffff\1\43\3\uffff\1\15\1\uffff\1\17\3\uffff\1\63\4\uffff\1\23\1\52\2\uffff\1\6\1\22\1\64\1\uffff\1\65"; 2190 "\2\uffff\1\2\5\uffff\1\10\1\11\1\12\1\13\7\uffff\1\32\5\uffff\1\42\6\uffff\1\70\1\71\3\uffff\1\75\1\76\1\43\1\1\1\2\2\uffff\1\70\10\uffff\1\10\1\11\1\12\1\13\1\uffff\1\16\12\uffff\1\32\1\33\1\60\1\34\1\61\1\35\5\uffff\1\42\5\uffff\1\71\1\72\1\73\1\74\1\75\24\uffff\1\23\21\uffff\1\37\26\uffff\1\27\1\53\22\uffff\1\40\1\uffff\1\50\1\7\1\uffff\1\64\5\uffff\1\24\6\uffff\1\36\1\62\41\uffff\1\44\2\uffff\1\52\3\uffff\1\3\2\uffff\1\5\2\uffff\1\20\3\uffff\1\31\1\21\3\uffff\1\26\1\uffff\1\55\1\63\1\47\1\41\1\uffff\1\51\7\uffff\1\30\1\14\1\46\12\uffff\1\4\3\uffff\1\56\1\57\3\uffff\1\45\3\uffff\1\15\1\uffff\1\17\3\uffff\1\65\4\uffff\1\25\1\54\2\uffff\1\6\1\22\1\66\1\uffff\1\67";
2133 static final String DFA12_specialS = 2191 static final String DFA12_specialS =
2134 "\1\0\40\uffff\1\1\1\2\u010a\uffff}>"; 2192 "\1\1\41\uffff\1\2\1\0\u0110\uffff}>";
2135 static final String[] DFA12_transitionS = { 2193 static final String[] DFA12_transitionS = {
2136 "\11\45\2\44\2\45\1\44\22\45\1\44\1\45\1\41\1\22\3\45\1\42\2\45\1\30\1\23\1\12\1\2\1\1\1\43\12\40\1\15\1\45\1\24\1\10\1\25\2\45\1\34\21\37\1\33\2\37\1\35\4\37\3\45\1\36\1\37\1\45\2\37\1\17\1\32\1\4\1\7\1\31\1\37\1\3\2\37\1\21\1\16\1\26\1\20\1\14\1\37\1\6\1\27\2\37\1\5\4\37\1\11\1\45\1\13\uff82\45", 2194 "\11\46\2\45\2\46\1\45\22\46\1\45\1\46\1\42\1\23\3\46\1\43\2\46\1\31\1\24\1\12\1\2\1\1\1\44\12\41\1\15\1\46\1\25\1\10\1\26\2\46\1\35\21\40\1\34\2\40\1\36\4\40\3\46\1\37\1\40\1\46\1\20\1\40\1\17\1\33\1\4\1\7\1\32\1\40\1\3\2\40\1\22\1\16\1\27\1\21\1\14\1\40\1\6\1\30\2\40\1\5\4\40\1\11\1\46\1\13\uff82\46",
2137 "\1\46", 2195 "\1\47",
2138 "", 2196 "",
2139 "\1\51\1\52", 2197 "\1\52\1\53",
2140 "\1\54\7\uffff\1\55", 2198 "\1\55\7\uffff\1\56",
2141 "\1\56", 2199 "\1\57",
2142 "\1\57\17\uffff\1\60", 2200 "\1\60\17\uffff\1\61",
2143 "\1\61\5\uffff\1\62\5\uffff\1\63", 2201 "\1\62\5\uffff\1\63\5\uffff\1\64",
2144 "", 2202 "",
2145 "", 2203 "",
2146 "", 2204 "",
2147 "", 2205 "",
2148 "\1\70",
2149 "\1\71", 2206 "\1\71",
2150 "\1\75\3\uffff\1\72\3\uffff\1\74\5\uffff\1\73", 2207 "\1\72",
2151 "\1\76", 2208 "\1\77\3\uffff\1\73\3\uffff\1\76\5\uffff\1\74\4\uffff\1\75",
2152 "\1\77\22\uffff\1\100", 2209 "\1\100",
2153 "\1\101", 2210 "\1\101",
2154 "", 2211 "\1\102\22\uffff\1\103",
2155 "\1\103",
2156 "\1\104", 2212 "\1\104",
2213 "",
2157 "\1\106", 2214 "\1\106",
2158 "\1\110\5\uffff\1\111", 2215 "\1\107",
2159 "\1\113\13\uffff\1\114\4\uffff\1\112", 2216 "\1\111",
2217 "\1\113\5\uffff\1\114",
2218 "\1\116\13\uffff\1\117\4\uffff\1\115",
2160 "", 2219 "",
2161 "\1\116",
2162 "\1\117",
2163 "\1\120",
2164 "\1\121", 2220 "\1\121",
2165 "\1\122", 2221 "\1\122",
2166 "\32\53\4\uffff\1\53\1\uffff\32\53", 2222 "\1\123",
2167 "", 2223 "\1\124",
2224 "\1\125",
2225 "\32\54\4\uffff\1\54\1\uffff\32\54",
2168 "", 2226 "",
2169 "\0\124",
2170 "\0\124",
2171 "\1\125\4\uffff\1\126",
2172 "", 2227 "",
2228 "\0\127",
2229 "\0\127",
2230 "\1\130\4\uffff\1\131",
2173 "", 2231 "",
2174 "", 2232 "",
2175 "", 2233 "",
2176 "", 2234 "",
2177 "\1\130",
2178 "\1\131",
2179 "", 2235 "",
2180 "\1\132",
2181 "\1\133", 2236 "\1\133",
2182 "\1\134", 2237 "\1\134",
2183 "\1\136\12\uffff\1\135", 2238 "",
2239 "\1\135",
2240 "\1\136",
2184 "\1\137", 2241 "\1\137",
2185 "\1\140", 2242 "\1\141\12\uffff\1\140",
2186 "\1\141",
2187 "\1\142", 2243 "\1\142",
2244 "\1\143",
2245 "\1\144",
2246 "\1\145",
2188 "", 2247 "",
2189 "", 2248 "",
2190 "", 2249 "",
2191 "", 2250 "",
2192 "\1\143\16\uffff\1\144", 2251 "\1\146\16\uffff\1\147",
2193 "", 2252 "",
2194 "\1\146\6\uffff\1\145", 2253 "\1\151\6\uffff\1\150",
2195 "\1\147",
2196 "\1\150",
2197 "\1\151",
2198 "\1\152", 2254 "\1\152",
2199 "\1\153", 2255 "\1\153",
2200 "\1\154", 2256 "\1\154",
2201 "\1\155", 2257 "\1\155",
2258 "\1\156",
2259 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2260 "\1\160",
2261 "\1\161",
2262 "\1\162",
2202 "", 2263 "",
2203 "", 2264 "",
2204 "", 2265 "",
2205 "", 2266 "",
2206 "", 2267 "",
2207 "", 2268 "",
2208 "\1\156\11\uffff\1\157\3\uffff\1\160", 2269 "\1\163\11\uffff\1\164\3\uffff\1\165",
2209 "\1\161",
2210 "\1\163\20\uffff\1\162",
2211 "\1\164",
2212 "\1\165",
2213 "",
2214 "\1\166", 2270 "\1\166",
2215 "\1\167", 2271 "\1\170\20\uffff\1\167",
2216 "\1\170",
2217 "\1\171", 2272 "\1\171",
2218 "\1\172", 2273 "\1\172",
2219 "", 2274 "",
2220 "",
2221 "",
2222 "",
2223 "",
2224 "\1\173", 2275 "\1\173",
2225 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2276 "\1\174",
2226 "\1\175", 2277 "\1\175",
2227 "\1\176", 2278 "\1\176",
2228 "\1\177", 2279 "\1\177",
2280 "",
2281 "",
2282 "",
2283 "",
2284 "",
2229 "\1\u0080", 2285 "\1\u0080",
2230 "\1\u0081", 2286 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2231 "\1\u0083\1\u0082", 2287 "\1\u0082",
2288 "\1\u0083",
2232 "\1\u0084", 2289 "\1\u0084",
2233 "\1\u0085", 2290 "\1\u0085",
2234 "\1\u0086", 2291 "\1\u0086",
2235 "\1\u0087", 2292 "\1\u0088\1\u0087",
2236 "\1\u0088",
2237 "\1\u0089", 2293 "\1\u0089",
2238 "\1\u008a", 2294 "\1\u008a",
2239 "\1\u008b", 2295 "\1\u008b",
2240 "\1\u008c", 2296 "\1\u008c",
2241 "\1\u008d", 2297 "\1\u008d",
2242 "\1\u008f\14\uffff\1\u008e", 2298 "\1\u008e",
2299 "\1\u008f",
2243 "\1\u0090", 2300 "\1\u0090",
2244 "\1\u0091", 2301 "\1\u0091",
2245 "\1\u0092\2\uffff\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2302 "\1\u0092",
2246 "\1\u0094", 2303 "\1\u0093",
2247 "\1\u0095", 2304 "\1\u0095\14\uffff\1\u0094",
2305 "",
2248 "\1\u0096", 2306 "\1\u0096",
2249 "\1\u0097", 2307 "\1\u0097",
2250 "\1\u0098", 2308 "\1\u0098\2\uffff\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2251 "\1\u0099",
2252 "\1\u009a", 2309 "\1\u009a",
2253 "\1\u009b", 2310 "\1\u009b",
2254 "\1\u009c", 2311 "\1\u009c",
@@ -2257,39 +2314,39 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2257 "\1\u009f", 2314 "\1\u009f",
2258 "\1\u00a0", 2315 "\1\u00a0",
2259 "\1\u00a1", 2316 "\1\u00a1",
2260 "",
2261 "\1\u00a2", 2317 "\1\u00a2",
2262 "\1\u00a3", 2318 "\1\u00a3",
2263 "\1\u00a4", 2319 "\1\u00a4",
2264 "\1\u00a5", 2320 "\1\u00a5",
2265 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2321 "\1\u00a6",
2266 "\1\u00a7", 2322 "\1\u00a7",
2267 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2323 "",
2268 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2324 "\1\u00a8",
2325 "\1\u00a9",
2269 "\1\u00aa", 2326 "\1\u00aa",
2270 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2327 "\1\u00ab",
2271 "\1\u00ac", 2328 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2272 "\1\u00ad", 2329 "\1\u00ad",
2273 "\1\u00ae", 2330 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2274 "\1\u00af", 2331 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2275 "\1\u00b0", 2332 "\1\u00b0",
2276 "\1\u00b1", 2333 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2277 "\1\u00b2", 2334 "\1\u00b2",
2278 "\1\u00b3", 2335 "\1\u00b3",
2279 "\1\u00b4", 2336 "\1\u00b4",
2280 "\1\u00b5", 2337 "\1\u00b5",
2281 "\1\u00b6", 2338 "\1\u00b6",
2282 "", 2339 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2283 "", 2340 "\1\u00b8",
2284 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53",
2285 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53",
2286 "\1\u00b9", 2341 "\1\u00b9",
2287 "\1\u00ba", 2342 "\1\u00ba",
2288 "\1\u00bb", 2343 "\1\u00bb",
2289 "\1\u00bc", 2344 "\1\u00bc",
2290 "\1\u00bd", 2345 "\1\u00bd",
2291 "\1\u00be", 2346 "",
2292 "\1\u00bf", 2347 "",
2348 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2349 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2293 "\1\u00c0", 2350 "\1\u00c0",
2294 "\1\u00c1", 2351 "\1\u00c1",
2295 "\1\u00c2", 2352 "\1\u00c2",
@@ -2299,140 +2356,148 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2299 "\1\u00c6", 2356 "\1\u00c6",
2300 "\1\u00c7", 2357 "\1\u00c7",
2301 "\1\u00c8", 2358 "\1\u00c8",
2302 "",
2303 "\1\u00c9", 2359 "\1\u00c9",
2304 "",
2305 "",
2306 "\1\u00ca", 2360 "\1\u00ca",
2307 "",
2308 "\1\u00cb", 2361 "\1\u00cb",
2309 "\1\u00cc", 2362 "\1\u00cc",
2310 "\1\u00cd", 2363 "\1\u00cd",
2311 "\1\u00ce", 2364 "\1\u00ce",
2312 "\1\u00cf", 2365 "\1\u00cf",
2366 "",
2313 "\1\u00d0", 2367 "\1\u00d0",
2368 "",
2369 "",
2314 "\1\u00d1", 2370 "\1\u00d1",
2371 "",
2315 "\1\u00d2", 2372 "\1\u00d2",
2316 "\1\u00d3", 2373 "\1\u00d3",
2317 "\1\u00d4", 2374 "\1\u00d4",
2318 "\1\u00d5", 2375 "\1\u00d5",
2319 "",
2320 "",
2321 "\1\u00d6", 2376 "\1\u00d6",
2377 "",
2322 "\1\u00d7", 2378 "\1\u00d7",
2323 "\1\u00d8", 2379 "\1\u00d8",
2324 "\1\u00d9", 2380 "\1\u00d9",
2325 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2381 "\1\u00da",
2326 "\1\u00db", 2382 "\1\u00db",
2327 "\1\u00dc", 2383 "\1\u00dc",
2328 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2384 "",
2385 "",
2386 "\1\u00dd",
2329 "\1\u00de", 2387 "\1\u00de",
2330 "\1\u00df", 2388 "\1\u00df",
2331 "\1\u00e0", 2389 "\1\u00e0",
2332 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2390 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2333 "\1\u00e2", 2391 "\1\u00e2",
2334 "\1\u00e3", 2392 "\1\u00e3",
2335 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2393 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2336 "\1\u00e5", 2394 "\1\u00e5",
2337 "\1\u00e6", 2395 "\1\u00e6",
2338 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2396 "\1\u00e7",
2339 "\1\u00e8", 2397 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2340 "\1\u00e9", 2398 "\1\u00e9",
2341 "\1\u00ea", 2399 "\1\u00ea",
2342 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2400 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2343 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2401 "\1\u00ec",
2344 "\1\u00ed", 2402 "\1\u00ed",
2345 "\1\u00ee", 2403 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2346 "\1\u00ef", 2404 "\1\u00ef",
2347 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2405 "\1\u00f0",
2348 "\1\u00f1", 2406 "\1\u00f1",
2349 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2407 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2350 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2408 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2351 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2409 "\1\u00f4",
2352 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2410 "\1\u00f5",
2353 "\1\u00f6", 2411 "\1\u00f6",
2354 "", 2412 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2355 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53",
2356 "\1\u00f8", 2413 "\1\u00f8",
2357 "", 2414 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2358 "\1\u00f9", 2415 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2359 "\1\u00fa", 2416 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2360 "\1\u00fb", 2417 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2361 "",
2362 "\1\u00fc",
2363 "\1\u00fd", 2418 "\1\u00fd",
2364 "", 2419 "",
2365 "\1\u00fe", 2420 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2366 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2421 "\1\u00ff",
2367 "", 2422 "",
2368 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2423 "\1\u0100",
2369 "\1\u0101", 2424 "\1\u0101",
2370 "\1\u0102", 2425 "\1\u0102",
2371 "", 2426 "",
2372 "",
2373 "\1\u0103", 2427 "\1\u0103",
2374 "\1\u0104", 2428 "\1\u0104",
2375 "\1\u0105",
2376 "",
2377 "\1\u0106",
2378 "",
2379 "", 2429 "",
2430 "\1\u0105",
2431 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2380 "", 2432 "",
2381 "", 2433 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2382 "\1\u0107",
2383 "",
2384 "\1\u0108", 2434 "\1\u0108",
2385 "\1\u0109", 2435 "\1\u0109",
2436 "",
2437 "",
2386 "\1\u010a", 2438 "\1\u010a",
2387 "\1\u010b", 2439 "\1\u010b",
2388 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2440 "\1\u010c",
2441 "",
2389 "\1\u010d", 2442 "\1\u010d",
2390 "\1\u010e",
2391 "", 2443 "",
2392 "", 2444 "",
2393 "", 2445 "",
2446 "",
2447 "\1\u010e",
2448 "",
2394 "\1\u010f", 2449 "\1\u010f",
2395 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2450 "\1\u0110",
2396 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2451 "\1\u0111",
2397 "\1\u0112", 2452 "\1\u0112",
2398 "\1\u0113", 2453 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2399 "\1\u0114", 2454 "\1\u0114",
2400 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2455 "\1\u0115",
2401 "\1\u0116",
2402 "\1\u0117",
2403 "\1\u0118",
2404 "", 2456 "",
2405 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53",
2406 "\1\u011a",
2407 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53",
2408 "", 2457 "",
2409 "", 2458 "",
2410 "\1\u011c", 2459 "\1\u0116",
2460 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2461 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2462 "\1\u0119",
2463 "\1\u011a",
2464 "\1\u011b",
2465 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2411 "\1\u011d", 2466 "\1\u011d",
2412 "\1\u011e", 2467 "\1\u011e",
2468 "\1\u011f",
2413 "", 2469 "",
2414 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2470 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2415 "\1\u0120",
2416 "\1\u0121", 2471 "\1\u0121",
2472 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2417 "", 2473 "",
2418 "\1\u0122",
2419 "", 2474 "",
2420 "\1\u0123", 2475 "\1\u0123",
2421 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2476 "\1\u0124",
2422 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2477 "\1\u0125",
2423 "", 2478 "",
2424 "\1\u0126", 2479 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2425 "\1\u0127", 2480 "\1\u0127",
2426 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2481 "\1\u0128",
2427 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2482 "",
2483 "\1\u0129",
2428 "", 2484 "",
2485 "\1\u012a",
2486 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2487 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2429 "", 2488 "",
2430 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2489 "\1\u012d",
2431 "\1\u012b", 2490 "\1\u012e",
2491 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2492 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2432 "", 2493 "",
2433 "", 2494 "",
2495 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2496 "\1\u0132",
2434 "", 2497 "",
2435 "\12\53\7\uffff\32\53\4\uffff\1\53\1\uffff\32\53", 2498 "",
2499 "",
2500 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2436 "" 2501 ""
2437 }; 2502 };
2438 2503
@@ -2466,13 +2531,23 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2466 this.transition = DFA12_transition; 2531 this.transition = DFA12_transition;
2467 } 2532 }
2468 public String getDescription() { 2533 public String getDescription() {
2469 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 );"; 2534 return "1:1: Tokens : ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | T__58 | T__59 | T__60 | T__61 | T__62 | T__63 | T__64 | T__65 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
2470 } 2535 }
2471 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { 2536 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
2472 IntStream input = _input; 2537 IntStream input = _input;
2473 int _s = s; 2538 int _s = s;
2474 switch ( s ) { 2539 switch ( s ) {
2475 case 0 : 2540 case 0 :
2541 int LA12_35 = input.LA(1);
2542
2543 s = -1;
2544 if ( ((LA12_35>='\u0000' && LA12_35<='\uFFFF')) ) {s = 87;}
2545
2546 else s = 38;
2547
2548 if ( s>=0 ) return s;
2549 break;
2550 case 1 :
2476 int LA12_0 = input.LA(1); 2551 int LA12_0 = input.LA(1);
2477 2552
2478 s = -1; 2553 s = -1;
@@ -2506,59 +2581,51 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2506 2581
2507 else if ( (LA12_0=='c') ) {s = 15;} 2582 else if ( (LA12_0=='c') ) {s = 15;}
2508 2583
2509 else if ( (LA12_0=='o') ) {s = 16;} 2584 else if ( (LA12_0=='a') ) {s = 16;}
2510 2585
2511 else if ( (LA12_0=='l') ) {s = 17;} 2586 else if ( (LA12_0=='o') ) {s = 17;}
2512 2587
2513 else if ( (LA12_0=='#') ) {s = 18;} 2588 else if ( (LA12_0=='l') ) {s = 18;}
2514 2589
2515 else if ( (LA12_0=='+') ) {s = 19;} 2590 else if ( (LA12_0=='#') ) {s = 19;}
2516 2591
2517 else if ( (LA12_0=='<') ) {s = 20;} 2592 else if ( (LA12_0=='+') ) {s = 20;}
2518 2593
2519 else if ( (LA12_0=='>') ) {s = 21;} 2594 else if ( (LA12_0=='<') ) {s = 21;}
2520 2595
2521 else if ( (LA12_0=='n') ) {s = 22;} 2596 else if ( (LA12_0=='>') ) {s = 22;}
2522 2597
2523 else if ( (LA12_0=='s') ) {s = 23;} 2598 else if ( (LA12_0=='n') ) {s = 23;}
2524 2599
2525 else if ( (LA12_0=='*') ) {s = 24;} 2600 else if ( (LA12_0=='s') ) {s = 24;}
2526 2601
2527 else if ( (LA12_0=='g') ) {s = 25;} 2602 else if ( (LA12_0=='*') ) {s = 25;}
2528 2603
2529 else if ( (LA12_0=='d') ) {s = 26;} 2604 else if ( (LA12_0=='g') ) {s = 26;}
2530 2605
2531 else if ( (LA12_0=='S') ) {s = 27;} 2606 else if ( (LA12_0=='d') ) {s = 27;}
2532 2607
2533 else if ( (LA12_0=='A') ) {s = 28;} 2608 else if ( (LA12_0=='S') ) {s = 28;}
2534 2609
2535 else if ( (LA12_0=='V') ) {s = 29;} 2610 else if ( (LA12_0=='A') ) {s = 29;}
2536 2611
2537 else if ( (LA12_0=='^') ) {s = 30;} 2612 else if ( (LA12_0=='V') ) {s = 30;}
2538 2613
2539 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;} 2614 else if ( (LA12_0=='^') ) {s = 31;}
2540 2615
2541 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 32;} 2616 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;}
2542 2617
2543 else if ( (LA12_0=='\"') ) {s = 33;} 2618 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 33;}
2544 2619
2545 else if ( (LA12_0=='\'') ) {s = 34;} 2620 else if ( (LA12_0=='\"') ) {s = 34;}
2546 2621
2547 else if ( (LA12_0=='/') ) {s = 35;} 2622 else if ( (LA12_0=='\'') ) {s = 35;}
2548 2623
2549 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 36;} 2624 else if ( (LA12_0=='/') ) {s = 36;}
2550 2625
2551 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;} 2626 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 37;}
2552
2553 if ( s>=0 ) return s;
2554 break;
2555 case 1 :
2556 int LA12_33 = input.LA(1);
2557
2558 s = -1;
2559 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 84;}
2560 2627
2561 else s = 37; 2628 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;}
2562 2629
2563 if ( s>=0 ) return s; 2630 if ( s>=0 ) return s;
2564 break; 2631 break;
@@ -2566,9 +2633,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2566 int LA12_34 = input.LA(1); 2633 int LA12_34 = input.LA(1);
2567 2634
2568 s = -1; 2635 s = -1;
2569 if ( ((LA12_34>='\u0000' && LA12_34<='\uFFFF')) ) {s = 84;} 2636 if ( ((LA12_34>='\u0000' && LA12_34<='\uFFFF')) ) {s = 87;}
2570 2637
2571 else s = 37; 2638 else s = 38;
2572 2639
2573 if ( s>=0 ) return s; 2640 if ( s>=0 ) return s;
2574 break; 2641 break;