aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-03-25 15:56:37 +0100
committerLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-03-25 15:56:37 +0100
commit478123d2febde02f39f6a673ffdbdf0c760aef3c (patch)
tree520b41e650bc666655016f2c5b5446e60bf1d3e4 /Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfigurationLexer.java
parentDo not throw exception for empty package names in application configuration f... (diff)
downloadVIATRA-Generator-478123d2febde02f39f6a673ffdbdf0c760aef3c.tar.gz
VIATRA-Generator-478123d2febde02f39f6a673ffdbdf0c760aef3c.tar.zst
VIATRA-Generator-478123d2febde02f39f6a673ffdbdf0c760aef3c.zip
Add reliability probability and mtff objectives
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.java661
1 files changed, 364 insertions, 297 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 667cec10..9a16ae0a 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
@@ -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;
@@ -674,10 +676,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
674 try { 676 try {
675 int _type = T__39; 677 int _type = T__39;
676 int _channel = DEFAULT_TOKEN_CHANNEL; 678 int _channel = DEFAULT_TOKEN_CHANNEL;
677 // InternalApplicationConfiguration.g:39:7: ( 'objectives' ) 679 // InternalApplicationConfiguration.g:39:7: ( 'at' )
678 // InternalApplicationConfiguration.g:39:9: 'objectives' 680 // InternalApplicationConfiguration.g:39:9: 'at'
679 { 681 {
680 match("objectives"); 682 match("at");
681 683
682 684
683 } 685 }
@@ -695,10 +697,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
695 try { 697 try {
696 int _type = T__40; 698 int _type = T__40;
697 int _channel = DEFAULT_TOKEN_CHANNEL; 699 int _channel = DEFAULT_TOKEN_CHANNEL;
698 // InternalApplicationConfiguration.g:40:7: ( 'config' ) 700 // InternalApplicationConfiguration.g:40:7: ( 'mtff' )
699 // InternalApplicationConfiguration.g:40:9: 'config' 701 // InternalApplicationConfiguration.g:40:9: 'mtff'
700 { 702 {
701 match("config"); 703 match("mtff");
702 704
703 705
704 } 706 }
@@ -716,10 +718,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
716 try { 718 try {
717 int _type = T__41; 719 int _type = T__41;
718 int _channel = DEFAULT_TOKEN_CHANNEL; 720 int _channel = DEFAULT_TOKEN_CHANNEL;
719 // InternalApplicationConfiguration.g:41:7: ( 'log-level' ) 721 // InternalApplicationConfiguration.g:41:7: ( 'objectives' )
720 // InternalApplicationConfiguration.g:41:9: 'log-level' 722 // InternalApplicationConfiguration.g:41:9: 'objectives'
721 { 723 {
722 match("log-level"); 724 match("objectives");
723 725
724 726
725 } 727 }
@@ -737,10 +739,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
737 try { 739 try {
738 int _type = T__42; 740 int _type = T__42;
739 int _channel = DEFAULT_TOKEN_CHANNEL; 741 int _channel = DEFAULT_TOKEN_CHANNEL;
740 // InternalApplicationConfiguration.g:42:7: ( 'runtime' ) 742 // InternalApplicationConfiguration.g:42:7: ( 'config' )
741 // InternalApplicationConfiguration.g:42:9: 'runtime' 743 // InternalApplicationConfiguration.g:42:9: 'config'
742 { 744 {
743 match("runtime"); 745 match("config");
744 746
745 747
746 } 748 }
@@ -758,10 +760,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
758 try { 760 try {
759 int _type = T__43; 761 int _type = T__43;
760 int _channel = DEFAULT_TOKEN_CHANNEL; 762 int _channel = DEFAULT_TOKEN_CHANNEL;
761 // InternalApplicationConfiguration.g:43:7: ( 'memory' ) 763 // InternalApplicationConfiguration.g:43:7: ( 'log-level' )
762 // InternalApplicationConfiguration.g:43:9: 'memory' 764 // InternalApplicationConfiguration.g:43:9: 'log-level'
763 { 765 {
764 match("memory"); 766 match("log-level");
765 767
766 768
767 } 769 }
@@ -779,10 +781,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
779 try { 781 try {
780 int _type = T__44; 782 int _type = T__44;
781 int _channel = DEFAULT_TOKEN_CHANNEL; 783 int _channel = DEFAULT_TOKEN_CHANNEL;
782 // InternalApplicationConfiguration.g:44:7: ( '#' ) 784 // InternalApplicationConfiguration.g:44:7: ( 'runtime' )
783 // InternalApplicationConfiguration.g:44:9: '#' 785 // InternalApplicationConfiguration.g:44:9: 'runtime'
784 { 786 {
785 match('#'); 787 match("runtime");
788
786 789
787 } 790 }
788 791
@@ -799,10 +802,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
799 try { 802 try {
800 int _type = T__45; 803 int _type = T__45;
801 int _channel = DEFAULT_TOKEN_CHANNEL; 804 int _channel = DEFAULT_TOKEN_CHANNEL;
802 // InternalApplicationConfiguration.g:45:7: ( '<' ) 805 // InternalApplicationConfiguration.g:45:7: ( 'memory' )
803 // InternalApplicationConfiguration.g:45:9: '<' 806 // InternalApplicationConfiguration.g:45:9: 'memory'
804 { 807 {
805 match('<'); 808 match("memory");
809
806 810
807 } 811 }
808 812
@@ -819,10 +823,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
819 try { 823 try {
820 int _type = T__46; 824 int _type = T__46;
821 int _channel = DEFAULT_TOKEN_CHANNEL; 825 int _channel = DEFAULT_TOKEN_CHANNEL;
822 // InternalApplicationConfiguration.g:46:7: ( '>' ) 826 // InternalApplicationConfiguration.g:46:7: ( '#' )
823 // InternalApplicationConfiguration.g:46:9: '>' 827 // InternalApplicationConfiguration.g:46:9: '#'
824 { 828 {
825 match('>'); 829 match('#');
826 830
827 } 831 }
828 832
@@ -839,11 +843,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
839 try { 843 try {
840 int _type = T__47; 844 int _type = T__47;
841 int _channel = DEFAULT_TOKEN_CHANNEL; 845 int _channel = DEFAULT_TOKEN_CHANNEL;
842 // InternalApplicationConfiguration.g:47:7: ( 'node' ) 846 // InternalApplicationConfiguration.g:47:7: ( '<' )
843 // InternalApplicationConfiguration.g:47:9: 'node' 847 // InternalApplicationConfiguration.g:47:9: '<'
844 { 848 {
845 match("node"); 849 match('<');
846
847 850
848 } 851 }
849 852
@@ -860,11 +863,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
860 try { 863 try {
861 int _type = T__48; 864 int _type = T__48;
862 int _channel = DEFAULT_TOKEN_CHANNEL; 865 int _channel = DEFAULT_TOKEN_CHANNEL;
863 // InternalApplicationConfiguration.g:48:7: ( 'int' ) 866 // InternalApplicationConfiguration.g:48:7: ( '>' )
864 // InternalApplicationConfiguration.g:48:9: 'int' 867 // InternalApplicationConfiguration.g:48:9: '>'
865 { 868 {
866 match("int"); 869 match('>');
867
868 870
869 } 871 }
870 872
@@ -881,10 +883,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
881 try { 883 try {
882 int _type = T__49; 884 int _type = T__49;
883 int _channel = DEFAULT_TOKEN_CHANNEL; 885 int _channel = DEFAULT_TOKEN_CHANNEL;
884 // InternalApplicationConfiguration.g:49:7: ( 'real' ) 886 // InternalApplicationConfiguration.g:49:7: ( 'node' )
885 // InternalApplicationConfiguration.g:49:9: 'real' 887 // InternalApplicationConfiguration.g:49:9: 'node'
886 { 888 {
887 match("real"); 889 match("node");
888 890
889 891
890 } 892 }
@@ -902,10 +904,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
902 try { 904 try {
903 int _type = T__50; 905 int _type = T__50;
904 int _channel = DEFAULT_TOKEN_CHANNEL; 906 int _channel = DEFAULT_TOKEN_CHANNEL;
905 // InternalApplicationConfiguration.g:50:7: ( 'string' ) 907 // InternalApplicationConfiguration.g:50:7: ( 'int' )
906 // InternalApplicationConfiguration.g:50:9: 'string' 908 // InternalApplicationConfiguration.g:50:9: 'int'
907 { 909 {
908 match("string"); 910 match("int");
909 911
910 912
911 } 913 }
@@ -923,10 +925,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
923 try { 925 try {
924 int _type = T__51; 926 int _type = T__51;
925 int _channel = DEFAULT_TOKEN_CHANNEL; 927 int _channel = DEFAULT_TOKEN_CHANNEL;
926 // InternalApplicationConfiguration.g:51:7: ( '..' ) 928 // InternalApplicationConfiguration.g:51:7: ( 'real' )
927 // InternalApplicationConfiguration.g:51:9: '..' 929 // InternalApplicationConfiguration.g:51:9: 'real'
928 { 930 {
929 match(".."); 931 match("real");
930 932
931 933
932 } 934 }
@@ -944,10 +946,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
944 try { 946 try {
945 int _type = T__52; 947 int _type = T__52;
946 int _channel = DEFAULT_TOKEN_CHANNEL; 948 int _channel = DEFAULT_TOKEN_CHANNEL;
947 // InternalApplicationConfiguration.g:52:7: ( 'scope' ) 949 // InternalApplicationConfiguration.g:52:7: ( 'string' )
948 // InternalApplicationConfiguration.g:52:9: 'scope' 950 // InternalApplicationConfiguration.g:52:9: 'string'
949 { 951 {
950 match("scope"); 952 match("string");
951 953
952 954
953 } 955 }
@@ -965,10 +967,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
965 try { 967 try {
966 int _type = T__53; 968 int _type = T__53;
967 int _channel = DEFAULT_TOKEN_CHANNEL; 969 int _channel = DEFAULT_TOKEN_CHANNEL;
968 // InternalApplicationConfiguration.g:53:7: ( 'generate' ) 970 // InternalApplicationConfiguration.g:53:7: ( '..' )
969 // InternalApplicationConfiguration.g:53:9: 'generate' 971 // InternalApplicationConfiguration.g:53:9: '..'
970 { 972 {
971 match("generate"); 973 match("..");
972 974
973 975
974 } 976 }
@@ -986,10 +988,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
986 try { 988 try {
987 int _type = T__54; 989 int _type = T__54;
988 int _channel = DEFAULT_TOKEN_CHANNEL; 990 int _channel = DEFAULT_TOKEN_CHANNEL;
989 // InternalApplicationConfiguration.g:54:7: ( 'partial-model' ) 991 // InternalApplicationConfiguration.g:54:7: ( 'scope' )
990 // InternalApplicationConfiguration.g:54:9: 'partial-model' 992 // InternalApplicationConfiguration.g:54:9: 'scope'
991 { 993 {
992 match("partial-model"); 994 match("scope");
993 995
994 996
995 } 997 }
@@ -1007,10 +1009,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1007 try { 1009 try {
1008 int _type = T__55; 1010 int _type = T__55;
1009 int _channel = DEFAULT_TOKEN_CHANNEL; 1011 int _channel = DEFAULT_TOKEN_CHANNEL;
1010 // InternalApplicationConfiguration.g:55:7: ( 'solver' ) 1012 // InternalApplicationConfiguration.g:55:7: ( 'generate' )
1011 // InternalApplicationConfiguration.g:55:9: 'solver' 1013 // InternalApplicationConfiguration.g:55:9: 'generate'
1012 { 1014 {
1013 match("solver"); 1015 match("generate");
1014 1016
1015 1017
1016 } 1018 }
@@ -1028,10 +1030,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1028 try { 1030 try {
1029 int _type = T__56; 1031 int _type = T__56;
1030 int _channel = DEFAULT_TOKEN_CHANNEL; 1032 int _channel = DEFAULT_TOKEN_CHANNEL;
1031 // InternalApplicationConfiguration.g:56:7: ( 'debug' ) 1033 // InternalApplicationConfiguration.g:56:7: ( 'partial-model' )
1032 // InternalApplicationConfiguration.g:56:9: 'debug' 1034 // InternalApplicationConfiguration.g:56:9: 'partial-model'
1033 { 1035 {
1034 match("debug"); 1036 match("partial-model");
1035 1037
1036 1038
1037 } 1039 }
@@ -1049,10 +1051,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1049 try { 1051 try {
1050 int _type = T__57; 1052 int _type = T__57;
1051 int _channel = DEFAULT_TOKEN_CHANNEL; 1053 int _channel = DEFAULT_TOKEN_CHANNEL;
1052 // InternalApplicationConfiguration.g:57:7: ( 'log' ) 1054 // InternalApplicationConfiguration.g:57:7: ( 'solver' )
1053 // InternalApplicationConfiguration.g:57:9: 'log' 1055 // InternalApplicationConfiguration.g:57:9: 'solver'
1054 { 1056 {
1055 match("log"); 1057 match("solver");
1056 1058
1057 1059
1058 } 1060 }
@@ -1070,10 +1072,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1070 try { 1072 try {
1071 int _type = T__58; 1073 int _type = T__58;
1072 int _channel = DEFAULT_TOKEN_CHANNEL; 1074 int _channel = DEFAULT_TOKEN_CHANNEL;
1073 // InternalApplicationConfiguration.g:58:7: ( 'statistics' ) 1075 // InternalApplicationConfiguration.g:58:7: ( 'debug' )
1074 // InternalApplicationConfiguration.g:58:9: 'statistics' 1076 // InternalApplicationConfiguration.g:58:9: 'debug'
1075 { 1077 {
1076 match("statistics"); 1078 match("debug");
1077 1079
1078 1080
1079 } 1081 }
@@ -1091,10 +1093,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1091 try { 1093 try {
1092 int _type = T__59; 1094 int _type = T__59;
1093 int _channel = DEFAULT_TOKEN_CHANNEL; 1095 int _channel = DEFAULT_TOKEN_CHANNEL;
1094 // InternalApplicationConfiguration.g:59:7: ( 'output' ) 1096 // InternalApplicationConfiguration.g:59:7: ( 'log' )
1095 // InternalApplicationConfiguration.g:59:9: 'output' 1097 // InternalApplicationConfiguration.g:59:9: 'log'
1096 { 1098 {
1097 match("output"); 1099 match("log");
1098 1100
1099 1101
1100 } 1102 }
@@ -1112,10 +1114,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1112 try { 1114 try {
1113 int _type = T__60; 1115 int _type = T__60;
1114 int _channel = DEFAULT_TOKEN_CHANNEL; 1116 int _channel = DEFAULT_TOKEN_CHANNEL;
1115 // InternalApplicationConfiguration.g:60:7: ( '+=' ) 1117 // InternalApplicationConfiguration.g:60:7: ( 'statistics' )
1116 // InternalApplicationConfiguration.g:60:9: '+=' 1118 // InternalApplicationConfiguration.g:60:9: 'statistics'
1117 { 1119 {
1118 match("+="); 1120 match("statistics");
1119 1121
1120 1122
1121 } 1123 }
@@ -1133,10 +1135,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1133 try { 1135 try {
1134 int _type = T__61; 1136 int _type = T__61;
1135 int _channel = DEFAULT_TOKEN_CHANNEL; 1137 int _channel = DEFAULT_TOKEN_CHANNEL;
1136 // InternalApplicationConfiguration.g:61:7: ( '*' ) 1138 // InternalApplicationConfiguration.g:61:7: ( 'output' )
1137 // InternalApplicationConfiguration.g:61:9: '*' 1139 // InternalApplicationConfiguration.g:61:9: 'output'
1138 { 1140 {
1139 match('*'); 1141 match("output");
1142
1140 1143
1141 } 1144 }
1142 1145
@@ -1153,10 +1156,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1153 try { 1156 try {
1154 int _type = T__62; 1157 int _type = T__62;
1155 int _channel = DEFAULT_TOKEN_CHANNEL; 1158 int _channel = DEFAULT_TOKEN_CHANNEL;
1156 // InternalApplicationConfiguration.g:62:7: ( 'number' ) 1159 // InternalApplicationConfiguration.g:62:7: ( '+=' )
1157 // InternalApplicationConfiguration.g:62:9: 'number' 1160 // InternalApplicationConfiguration.g:62:9: '+='
1158 { 1161 {
1159 match("number"); 1162 match("+=");
1160 1163
1161 1164
1162 } 1165 }
@@ -1174,8 +1177,49 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1174 try { 1177 try {
1175 int _type = T__63; 1178 int _type = T__63;
1176 int _channel = DEFAULT_TOKEN_CHANNEL; 1179 int _channel = DEFAULT_TOKEN_CHANNEL;
1177 // InternalApplicationConfiguration.g:63:7: ( 'runs' ) 1180 // InternalApplicationConfiguration.g:63:7: ( '*' )
1178 // InternalApplicationConfiguration.g:63:9: 'runs' 1181 // InternalApplicationConfiguration.g:63:9: '*'
1182 {
1183 match('*');
1184
1185 }
1186
1187 state.type = _type;
1188 state.channel = _channel;
1189 }
1190 finally {
1191 }
1192 }
1193 // $ANTLR end "T__63"
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: ( 'number' )
1201 // InternalApplicationConfiguration.g:64:9: 'number'
1202 {
1203 match("number");
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: ( 'runs' )
1222 // InternalApplicationConfiguration.g:65:9: 'runs'
1179 { 1223 {
1180 match("runs"); 1224 match("runs");
1181 1225
@@ -1188,17 +1232,17 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1188 finally { 1232 finally {
1189 } 1233 }
1190 } 1234 }
1191 // $ANTLR end "T__63" 1235 // $ANTLR end "T__65"
1192 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:11782:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 1242 // InternalApplicationConfiguration.g:12095:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
1199 // InternalApplicationConfiguration.g:11782:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1243 // InternalApplicationConfiguration.g:12095:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1200 { 1244 {
1201 // InternalApplicationConfiguration.g:11782:11: ( '^' )? 1245 // InternalApplicationConfiguration.g:12095: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:11782:11: '^' 1254 // InternalApplicationConfiguration.g:12095: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:11782:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1272 // InternalApplicationConfiguration.g:12095: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:11784:10: ( ( '0' .. '9' )+ ) 1321 // InternalApplicationConfiguration.g:12097:10: ( ( '0' .. '9' )+ )
1278 // InternalApplicationConfiguration.g:11784:12: ( '0' .. '9' )+ 1322 // InternalApplicationConfiguration.g:12097:12: ( '0' .. '9' )+
1279 { 1323 {
1280 // InternalApplicationConfiguration.g:11784:12: ( '0' .. '9' )+ 1324 // InternalApplicationConfiguration.g:12097: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:11784:13: '0' .. '9' 1338 // InternalApplicationConfiguration.g:12097: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:11786:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 1370 // InternalApplicationConfiguration.g:12099:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
1327 // InternalApplicationConfiguration.g:11786:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1371 // InternalApplicationConfiguration.g:12099:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1328 { 1372 {
1329 // InternalApplicationConfiguration.g:11786:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1373 // InternalApplicationConfiguration.g:12099: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:11786:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1391 // InternalApplicationConfiguration.g:12099:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
1348 { 1392 {
1349 match('\"'); 1393 match('\"');
1350 // InternalApplicationConfiguration.g:11786:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1394 // InternalApplicationConfiguration.g:12099: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:11786:21: '\\\\' . 1410 // InternalApplicationConfiguration.g:12099: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:11786:28: ~ ( ( '\\\\' | '\"' ) ) 1418 // InternalApplicationConfiguration.g:12099: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:11786:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1443 // InternalApplicationConfiguration.g:12099:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
1400 { 1444 {
1401 match('\''); 1445 match('\'');
1402 // InternalApplicationConfiguration.g:11786:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1446 // InternalApplicationConfiguration.g:12099: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:11786:54: '\\\\' . 1462 // InternalApplicationConfiguration.g:12099: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:11786:61: ~ ( ( '\\\\' | '\\'' ) ) 1470 // InternalApplicationConfiguration.g:12099: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:11788:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1513 // InternalApplicationConfiguration.g:12101:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1470 // InternalApplicationConfiguration.g:11788:19: '/*' ( options {greedy=false; } : . )* '*/' 1514 // InternalApplicationConfiguration.g:12101:19: '/*' ( options {greedy=false; } : . )* '*/'
1471 { 1515 {
1472 match("/*"); 1516 match("/*");
1473 1517
1474 // InternalApplicationConfiguration.g:11788:24: ( options {greedy=false; } : . )* 1518 // InternalApplicationConfiguration.g:12101: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:11788:52: . 1543 // InternalApplicationConfiguration.g:12101: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:11790:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1573 // InternalApplicationConfiguration.g:12103:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1530 // InternalApplicationConfiguration.g:11790:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1574 // InternalApplicationConfiguration.g:12103:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1531 { 1575 {
1532 match("//"); 1576 match("//");
1533 1577
1534 // InternalApplicationConfiguration.g:11790:24: (~ ( ( '\\n' | '\\r' ) ) )* 1578 // InternalApplicationConfiguration.g:12103: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:11790:24: ~ ( ( '\\n' | '\\r' ) ) 1591 // InternalApplicationConfiguration.g:12103: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:11790:40: ( ( '\\r' )? '\\n' )? 1611 // InternalApplicationConfiguration.g:12103: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:11790:41: ( '\\r' )? '\\n' 1620 // InternalApplicationConfiguration.g:12103:41: ( '\\r' )? '\\n'
1577 { 1621 {
1578 // InternalApplicationConfiguration.g:11790:41: ( '\\r' )? 1622 // InternalApplicationConfiguration.g:12103: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:11790:41: '\\r' 1631 // InternalApplicationConfiguration.g:12103: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:11792:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1663 // InternalApplicationConfiguration.g:12105:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1620 // InternalApplicationConfiguration.g:11792:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1664 // InternalApplicationConfiguration.g:12105:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1621 { 1665 {
1622 // InternalApplicationConfiguration.g:11792:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1666 // InternalApplicationConfiguration.g:12105: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:11794:16: ( . ) 1720 // InternalApplicationConfiguration.g:12107:16: ( . )
1677 // InternalApplicationConfiguration.g:11794:18: . 1721 // InternalApplicationConfiguration.g:12107: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,99 +2179,102 @@ 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\52\1\54\1\56\5\52\1\70\1\uffff\4\52\4\uffff\1\52\1\45\3\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\7\52\4\uffff\1\52\1\uffff\4\52\1\uffff\5\52\7\uffff\20\52\1\u008b\13\52\1\u009a\13\52\1\u00a6\1\52\1\u00a8\1\52\1\u00aa\1\u00ab\5\52\1\uffff\4\52\1\u00b5\1\52\1\u00b7\6\52\2\uffff\13\52\1\uffff\1\52\1\uffff\1\52\2\uffff\11\52\1\uffff\1\52\1\uffff\10\52\1\u00dd\2\52\1\u00e0\3\52\1\u00e4\1\u00e5\1\u00e6\1\u00e7\1\u00e8\3\52\1\u00ec\2\52\1\u00ef\5\52\1\u00f5\1\52\1\u00f7\1\u00f8\1\52\1\uffff\1\u00fa\1\52\1\uffff\3\52\5\uffff\3\52\1\uffff\2\52\1\uffff\1\52\1\u0105\1\u0106\2\52\1\uffff\1\52\2\uffff\1\52\1\uffff\1\52\1\u010c\1\u010d\4\52\1\u0112\2\52\3\uffff\3\52\1\u0118\2\uffff\1\u0119\1\u011a\2\52\1\uffff\1\u011d\4\52\3\uffff\2\52\1\uffff\2\52\1\u0126\1\u0127\1\u0128\1\52\1\u012a\1\u012b\3\uffff\1\u012c\3\uffff"; 2182 "\1\uffff\1\54\1\56\1\60\5\54\1\72\1\uffff\4\54\4\uffff\1\54\1\46\4\54\1\uffff\3\54\1\46\1\uffff\1\46\2\uffff\3\46\2\uffff\5\54\5\uffff\10\54\3\uffff\7\54\4\uffff\1\54\1\uffff\1\54\1\166\3\54\1\uffff\5\54\7\uffff\21\54\1\u0091\11\54\1\uffff\2\54\1\u00a0\13\54\1\u00ac\1\u00ad\1\54\1\u00af\1\54\1\u00b1\1\u00b2\5\54\1\uffff\4\54\1\u00bc\1\54\1\u00be\6\54\2\uffff\13\54\2\uffff\1\54\1\uffff\1\54\2\uffff\11\54\1\uffff\1\54\1\uffff\10\54\1\u00e4\2\54\1\u00e7\3\54\1\u00eb\1\u00ec\1\u00ed\1\u00ee\1\u00ef\3\54\1\u00f3\2\54\1\u00f6\5\54\1\u00fc\1\54\1\u00fe\1\u00ff\1\54\1\uffff\1\u0101\1\54\1\uffff\3\54\5\uffff\3\54\1\uffff\2\54\1\uffff\1\54\1\u010c\1\u010d\2\54\1\uffff\1\54\2\uffff\1\54\1\uffff\1\54\1\u0113\1\u0114\4\54\1\u0119\2\54\3\uffff\3\54\1\u011f\2\uffff\1\u0120\1\u0121\2\54\1\uffff\1\u0124\4\54\3\uffff\2\54\1\uffff\2\54\1\u012d\1\u012e\1\u012f\1\54\1\u0131\1\u0132\3\uffff\1\u0133\3\uffff";
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\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\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\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\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\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\151\1\154\1\163\1\153\1\164\1\146\1\145\1\160\1\55\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\60\1\151\1\60\1\141\1\151\1\164\1\151\1\143\1\165\2\uffff\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\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\142\1\uffff\1\155\1\uffff\1\147\1\141\1\162\1\147\2\164\1\147\1\163\1\60\1\162\1\141\1\60\2\172\1\144\5\60\1\166\1\157\1\123\1\60\1\147\1\151\1\60\1\151\2\145\1\154\1\141\1\60\1\151\2\60\1\164\1\uffff\1\60\1\164\1\uffff\3\145\5\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\154\2\60\1\55\1\151\1\uffff\1\166\2\uffff\1\151\1\uffff\1\145\2\60\1\154\1\162\1\166\1\154\1\60\1\147\1\151\3\uffff\1\156\1\145\1\143\1\60\2\uffff\2\60\1\145\1\166\1\uffff\1\60\2\164\2\163\3\uffff\1\162\1\145\1\uffff\1\171\1\163\3\60\1\162\2\60\3\uffff\1\60\3\uffff"; 2186 "\1\0\1\141\2\75\1\157\1\151\1\115\1\154\1\151\1\56\1\uffff\1\155\1\160\1\151\1\145\4\uffff\1\141\1\72\1\157\1\164\1\142\1\157\1\uffff\1\143\2\145\1\75\1\uffff\1\101\2\uffff\2\0\1\52\2\uffff\1\156\1\170\1\155\1\144\1\146\5\uffff\1\144\1\155\3\154\1\124\1\154\1\141\3\uffff\1\160\1\164\1\141\1\143\2\141\1\156\4\uffff\1\143\1\uffff\1\156\1\60\1\152\1\164\1\147\1\uffff\1\141\1\157\1\154\1\156\1\142\7\uffff\2\151\1\141\1\157\1\145\1\146\1\145\1\155\1\145\1\142\1\154\1\145\1\144\1\123\1\157\1\164\1\157\1\60\1\143\1\154\1\164\1\151\1\154\1\163\1\153\1\164\1\146\1\uffff\1\145\1\160\1\55\1\151\1\164\1\160\1\166\1\145\1\165\3\155\1\162\1\154\2\60\1\141\1\60\1\145\2\60\1\145\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\141\1\60\1\151\1\60\1\141\1\151\1\164\1\151\1\143\1\165\2\uffff\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\2\uffff\1\154\1\uffff\1\162\2\uffff\1\162\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\142\1\uffff\1\155\1\uffff\1\147\1\141\1\162\1\147\2\164\1\147\1\163\1\60\1\162\1\141\1\60\2\172\1\144\5\60\1\166\1\157\1\123\1\60\1\147\1\151\1\60\1\151\2\145\1\154\1\141\1\60\1\151\2\60\1\164\1\uffff\1\60\1\164\1\uffff\3\145\5\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\154\2\60\1\55\1\151\1\uffff\1\166\2\uffff\1\151\1\uffff\1\145\2\60\1\154\1\162\1\166\1\154\1\60\1\147\1\151\3\uffff\1\156\1\145\1\143\1\60\2\uffff\2\60\1\145\1\166\1\uffff\1\60\2\164\2\163\3\uffff\1\162\1\145\1\uffff\1\171\1\163\3\60\1\162\2\60\3\uffff\1\60\3\uffff";
2129 static final String DFA12_maxS = 2187 static final String DFA12_maxS =
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\1\165\4\uffff\1\141\1\72\1\157\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\5\uffff\1\162\1\155\3\154\1\124\1\154\1\141\3\uffff\1\160\1\164\1\141\1\143\1\141\1\154\1\156\4\uffff\1\162\1\uffff\1\156\1\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\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\151\1\154\1\164\1\153\1\164\1\163\1\145\1\160\1\172\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\172\1\151\1\172\1\141\1\151\1\164\1\151\1\143\1\165\2\uffff\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\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\142\1\uffff\1\155\1\uffff\1\147\1\141\1\162\1\147\2\164\1\147\1\163\1\172\1\162\1\141\3\172\1\144\5\172\1\166\1\157\1\123\1\172\1\147\1\151\1\172\1\151\2\145\1\154\1\141\1\172\1\151\2\172\1\164\1\uffff\1\172\1\164\1\uffff\3\145\5\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\154\2\172\1\55\1\151\1\uffff\1\166\2\uffff\1\151\1\uffff\1\145\2\172\1\154\1\162\1\166\1\154\1\172\1\147\1\151\3\uffff\1\156\1\145\1\143\1\172\2\uffff\2\172\1\145\1\166\1\uffff\1\172\2\164\2\163\3\uffff\1\162\1\145\1\uffff\1\171\1\163\3\172\1\162\2\172\3\uffff\1\172\3\uffff"; 2188 "\1\uffff\1\164\2\75\2\165\1\115\1\154\1\151\1\56\1\uffff\1\156\1\170\1\151\1\165\4\uffff\1\141\1\72\1\157\1\164\1\165\1\157\1\uffff\1\164\2\145\1\75\1\uffff\1\172\2\uffff\2\uffff\1\57\2\uffff\1\156\1\170\1\164\1\144\1\146\5\uffff\1\162\1\155\3\154\1\124\1\154\1\141\3\uffff\1\160\1\164\1\141\1\143\1\141\1\154\1\156\4\uffff\1\162\1\uffff\1\156\1\172\1\152\1\164\1\147\1\uffff\1\162\1\157\1\154\1\156\1\142\7\uffff\2\151\1\141\1\157\1\145\1\146\1\145\1\155\1\145\1\142\1\154\1\145\1\144\1\123\1\157\1\164\1\157\1\172\1\143\1\154\1\164\1\151\1\154\1\164\1\153\1\164\1\163\1\uffff\1\145\1\160\1\172\1\151\1\164\1\160\1\166\1\145\1\165\3\155\1\162\1\154\2\172\1\141\1\172\1\145\2\172\1\145\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\141\1\172\1\151\1\172\1\141\1\151\1\164\1\151\1\143\1\165\2\uffff\1\156\1\151\2\145\1\162\1\147\2\151\1\157\1\171\1\163\2\uffff\1\154\1\uffff\1\162\2\uffff\1\162\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\142\1\uffff\1\155\1\uffff\1\147\1\141\1\162\1\147\2\164\1\147\1\163\1\172\1\162\1\141\3\172\1\144\5\172\1\166\1\157\1\123\1\172\1\147\1\151\1\172\1\151\2\145\1\154\1\141\1\172\1\151\2\172\1\164\1\uffff\1\172\1\164\1\uffff\3\145\5\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\154\2\172\1\55\1\151\1\uffff\1\166\2\uffff\1\151\1\uffff\1\145\2\172\1\154\1\162\1\166\1\154\1\172\1\147\1\151\3\uffff\1\156\1\145\1\143\1\172\2\uffff\2\172\1\145\1\166\1\uffff\1\172\2\164\2\163\3\uffff\1\162\1\145\1\uffff\1\171\1\163\3\172\1\162\2\172\3\uffff\1\172\3\uffff";
2131 static final String DFA12_acceptS = 2189 static final String DFA12_acceptS =
2132 "\12\uffff\1\14\4\uffff\1\22\1\23\1\24\1\25\5\uffff\1\42\4\uffff\1\63\1\uffff\1\66\1\67\3\uffff\1\73\1\74\4\uffff\1\66\1\3\1\43\1\4\1\44\10\uffff\1\51\1\13\1\14\7\uffff\1\22\1\23\1\24\1\25\1\uffff\1\30\4\uffff\1\42\5\uffff\1\62\1\63\1\67\1\70\1\71\1\72\1\73\63\uffff\1\46\15\uffff\1\37\1\57\13\uffff\1\5\1\uffff\1\45\1\uffff\1\7\1\21\11\uffff\1\47\1\uffff\1\65\45\uffff\1\52\2\uffff\1\56\3\uffff\1\41\1\33\1\6\1\64\1\32\3\uffff\1\15\2\uffff\1\17\5\uffff\1\36\1\uffff\1\61\1\50\1\uffff\1\55\12\uffff\1\40\1\26\1\54\4\uffff\1\1\1\2\4\uffff\1\16\5\uffff\1\53\1\31\1\10\2\uffff\1\27\10\uffff\1\35\1\60\1\11\1\uffff\1\20\1\34\1\12"; 2190 "\12\uffff\1\14\4\uffff\1\22\1\23\1\24\1\25\6\uffff\1\44\4\uffff\1\65\1\uffff\1\70\1\71\3\uffff\1\75\1\76\5\uffff\1\70\1\3\1\45\1\4\1\46\10\uffff\1\53\1\13\1\14\7\uffff\1\22\1\23\1\24\1\25\1\uffff\1\30\5\uffff\1\44\5\uffff\1\64\1\65\1\71\1\72\1\73\1\74\1\75\33\uffff\1\35\32\uffff\1\50\15\uffff\1\41\1\61\13\uffff\1\36\1\5\1\uffff\1\47\1\uffff\1\7\1\21\11\uffff\1\51\1\uffff\1\67\45\uffff\1\54\2\uffff\1\60\3\uffff\1\43\1\33\1\6\1\66\1\32\3\uffff\1\15\2\uffff\1\17\5\uffff\1\40\1\uffff\1\63\1\52\1\uffff\1\57\12\uffff\1\42\1\26\1\56\4\uffff\1\1\1\2\4\uffff\1\16\5\uffff\1\55\1\31\1\10\2\uffff\1\27\10\uffff\1\37\1\62\1\11\1\uffff\1\20\1\34\1\12";
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\30\3\45\1\42\2\45\1\35\1\34\1\22\1\12\1\11\1\43\12\40\1\24\1\45\1\2\1\17\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\25\1\33\1\14\1\5\1\32\1\37\1\13\2\37\1\27\1\1\1\4\1\26\1\23\1\37\1\16\1\31\2\37\1\15\4\37\1\20\1\45\1\21\uff82\45", 2194 "\11\46\2\45\2\46\1\45\22\46\1\45\1\46\1\42\1\31\3\46\1\43\2\46\1\36\1\35\1\22\1\12\1\11\1\44\12\41\1\24\1\46\1\2\1\17\1\3\2\46\1\7\21\40\1\6\2\40\1\10\4\40\3\46\1\37\1\40\1\46\1\26\1\40\1\25\1\34\1\14\1\5\1\33\1\40\1\13\2\40\1\30\1\1\1\4\1\27\1\23\1\40\1\16\1\32\2\40\1\15\4\40\1\20\1\46\1\21\uff82\46",
2137 "\1\47\3\uffff\1\50\3\uffff\1\46\5\uffff\1\51", 2195 "\1\50\3\uffff\1\51\3\uffff\1\47\5\uffff\1\52\4\uffff\1\53",
2138 "\1\53",
2139 "\1\55", 2196 "\1\55",
2140 "\1\57\5\uffff\1\60", 2197 "\1\57",
2141 "\1\62\5\uffff\1\63\5\uffff\1\61", 2198 "\1\61\5\uffff\1\62",
2142 "\1\64", 2199 "\1\64\5\uffff\1\65\5\uffff\1\63",
2143 "\1\65",
2144 "\1\66", 2200 "\1\66",
2145 "\1\67", 2201 "\1\67",
2202 "\1\70",
2203 "\1\71",
2146 "", 2204 "",
2147 "\1\72\1\73", 2205 "\1\74\1\75",
2148 "\1\74\7\uffff\1\75", 2206 "\1\76\7\uffff\1\77",
2149 "\1\76", 2207 "\1\100",
2150 "\1\77\17\uffff\1\100", 2208 "\1\101\17\uffff\1\102",
2151 "", 2209 "",
2152 "", 2210 "",
2153 "", 2211 "",
2154 "", 2212 "",
2155 "\1\105",
2156 "\1\106",
2157 "\1\107", 2213 "\1\107",
2158 "\1\110\22\uffff\1\111", 2214 "\1\110",
2215 "\1\111",
2159 "\1\112", 2216 "\1\112",
2217 "\1\113\22\uffff\1\114",
2218 "\1\115",
2160 "", 2219 "",
2161 "\1\115\13\uffff\1\116\4\uffff\1\114", 2220 "\1\120\13\uffff\1\121\4\uffff\1\117",
2162 "\1\117", 2221 "\1\122",
2163 "\1\120", 2222 "\1\123",
2164 "\1\121", 2223 "\1\124",
2165 "", 2224 "",
2166 "\32\52\4\uffff\1\52\1\uffff\32\52", 2225 "\32\54\4\uffff\1\54\1\uffff\32\54",
2167 "", 2226 "",
2168 "", 2227 "",
2169 "\0\124", 2228 "\0\127",
2170 "\0\124", 2229 "\0\127",
2171 "\1\125\4\uffff\1\126", 2230 "\1\130\4\uffff\1\131",
2172 "", 2231 "",
2173 "", 2232 "",
2174 "\1\130", 2233 "\1\133",
2175 "\1\131",
2176 "\1\133\6\uffff\1\132",
2177 "\1\134", 2234 "\1\134",
2235 "\1\136\6\uffff\1\135",
2236 "\1\137",
2237 "\1\140",
2178 "", 2238 "",
2179 "", 2239 "",
2180 "", 2240 "",
2181 "", 2241 "",
2182 "", 2242 "",
2183 "\1\137\11\uffff\1\135\3\uffff\1\136", 2243 "\1\143\11\uffff\1\141\3\uffff\1\142",
2184 "\1\140",
2185 "\1\141",
2186 "\1\142",
2187 "\1\143",
2188 "\1\144", 2244 "\1\144",
2189 "\1\145", 2245 "\1\145",
2190 "\1\146", 2246 "\1\146",
2191 "",
2192 "",
2193 "",
2194 "\1\147", 2247 "\1\147",
2195 "\1\150", 2248 "\1\150",
2196 "\1\151", 2249 "\1\151",
2197 "\1\152", 2250 "\1\152",
2251 "",
2252 "",
2253 "",
2198 "\1\153", 2254 "\1\153",
2199 "\1\155\12\uffff\1\154", 2255 "\1\154",
2256 "\1\155",
2200 "\1\156", 2257 "\1\156",
2258 "\1\157",
2259 "\1\161\12\uffff\1\160",
2260 "\1\162",
2201 "", 2261 "",
2202 "", 2262 "",
2203 "", 2263 "",
2204 "", 2264 "",
2205 "\1\157\16\uffff\1\160", 2265 "\1\163\16\uffff\1\164",
2206 "",
2207 "\1\161",
2208 "\1\162",
2209 "\1\163",
2210 "\1\164",
2211 "", 2266 "",
2212 "\1\166\20\uffff\1\165", 2267 "\1\165",
2268 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2213 "\1\167", 2269 "\1\167",
2214 "\1\170", 2270 "\1\170",
2215 "\1\171", 2271 "\1\171",
2216 "\1\172", 2272 "",
2273 "\1\173\20\uffff\1\172",
2274 "\1\174",
2275 "\1\175",
2276 "\1\176",
2277 "\1\177",
2217 "", 2278 "",
2218 "", 2279 "",
2219 "", 2280 "",
@@ -2221,11 +2282,6 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2221 "", 2282 "",
2222 "", 2283 "",
2223 "", 2284 "",
2224 "\1\173",
2225 "\1\174",
2226 "\1\175",
2227 "\1\176",
2228 "\1\177",
2229 "\1\u0080", 2285 "\1\u0080",
2230 "\1\u0081", 2286 "\1\u0081",
2231 "\1\u0082", 2287 "\1\u0082",
@@ -2237,200 +2293,209 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2237 "\1\u0088", 2293 "\1\u0088",
2238 "\1\u0089", 2294 "\1\u0089",
2239 "\1\u008a", 2295 "\1\u008a",
2240 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2296 "\1\u008b",
2241 "\1\u008c", 2297 "\1\u008c",
2242 "\1\u008d", 2298 "\1\u008d",
2243 "\1\u008e", 2299 "\1\u008e",
2244 "\1\u008f", 2300 "\1\u008f",
2245 "\1\u0090", 2301 "\1\u0090",
2246 "\1\u0092\1\u0091", 2302 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2303 "\1\u0092",
2247 "\1\u0093", 2304 "\1\u0093",
2248 "\1\u0094", 2305 "\1\u0094",
2249 "\1\u0096\14\uffff\1\u0095", 2306 "\1\u0095",
2250 "\1\u0097", 2307 "\1\u0096",
2251 "\1\u0098", 2308 "\1\u0098\1\u0097",
2252 "\1\u0099\2\uffff\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2309 "\1\u0099",
2253 "\1\u009b", 2310 "\1\u009a",
2254 "\1\u009c", 2311 "\1\u009c\14\uffff\1\u009b",
2312 "",
2255 "\1\u009d", 2313 "\1\u009d",
2256 "\1\u009e", 2314 "\1\u009e",
2257 "\1\u009f", 2315 "\1\u009f\2\uffff\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2258 "\1\u00a0",
2259 "\1\u00a1", 2316 "\1\u00a1",
2260 "\1\u00a2", 2317 "\1\u00a2",
2261 "\1\u00a3", 2318 "\1\u00a3",
2262 "\1\u00a4", 2319 "\1\u00a4",
2263 "\1\u00a5", 2320 "\1\u00a5",
2264 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2321 "\1\u00a6",
2265 "\1\u00a7", 2322 "\1\u00a7",
2266 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2323 "\1\u00a8",
2267 "\1\u00a9", 2324 "\1\u00a9",
2268 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2325 "\1\u00aa",
2269 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2326 "\1\u00ab",
2270 "\1\u00ac", 2327 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2271 "\1\u00ad", 2328 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2272 "\1\u00ae", 2329 "\1\u00ae",
2273 "\1\u00af", 2330 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2274 "\1\u00b0", 2331 "\1\u00b0",
2275 "", 2332 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2276 "\1\u00b1", 2333 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2277 "\1\u00b2",
2278 "\1\u00b3", 2334 "\1\u00b3",
2279 "\1\u00b4", 2335 "\1\u00b4",
2280 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2336 "\1\u00b5",
2281 "\1\u00b6", 2337 "\1\u00b6",
2282 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2338 "\1\u00b7",
2339 "",
2283 "\1\u00b8", 2340 "\1\u00b8",
2284 "\1\u00b9", 2341 "\1\u00b9",
2285 "\1\u00ba", 2342 "\1\u00ba",
2286 "\1\u00bb", 2343 "\1\u00bb",
2287 "\1\u00bc", 2344 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2288 "\1\u00bd", 2345 "\1\u00bd",
2289 "", 2346 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2290 "",
2291 "\1\u00be",
2292 "\1\u00bf", 2347 "\1\u00bf",
2293 "\1\u00c0", 2348 "\1\u00c0",
2294 "\1\u00c1", 2349 "\1\u00c1",
2295 "\1\u00c2", 2350 "\1\u00c2",
2296 "\1\u00c3", 2351 "\1\u00c3",
2297 "\1\u00c4", 2352 "\1\u00c4",
2353 "",
2354 "",
2298 "\1\u00c5", 2355 "\1\u00c5",
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 "\1\u00ca", 2360 "\1\u00ca",
2306 "",
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 "",
2367 "",
2313 "\1\u00d0", 2368 "\1\u00d0",
2369 "",
2314 "\1\u00d1", 2370 "\1\u00d1",
2371 "",
2372 "",
2315 "\1\u00d2", 2373 "\1\u00d2",
2316 "\1\u00d3", 2374 "\1\u00d3",
2317 "",
2318 "\1\u00d4", 2375 "\1\u00d4",
2319 "",
2320 "\1\u00d5", 2376 "\1\u00d5",
2321 "\1\u00d6", 2377 "\1\u00d6",
2322 "\1\u00d7", 2378 "\1\u00d7",
2323 "\1\u00d8", 2379 "\1\u00d8",
2324 "\1\u00d9", 2380 "\1\u00d9",
2325 "\1\u00da", 2381 "\1\u00da",
2382 "",
2326 "\1\u00db", 2383 "\1\u00db",
2384 "",
2327 "\1\u00dc", 2385 "\1\u00dc",
2328 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2386 "\1\u00dd",
2329 "\1\u00de", 2387 "\1\u00de",
2330 "\1\u00df", 2388 "\1\u00df",
2331 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2389 "\1\u00e0",
2332 "\1\u00e1", 2390 "\1\u00e1",
2333 "\1\u00e2", 2391 "\1\u00e2",
2334 "\1\u00e3", 2392 "\1\u00e3",
2335 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2393 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2336 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2394 "\1\u00e5",
2337 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2395 "\1\u00e6",
2338 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2396 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2339 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2397 "\1\u00e8",
2340 "\1\u00e9", 2398 "\1\u00e9",
2341 "\1\u00ea", 2399 "\1\u00ea",
2342 "\1\u00eb", 2400 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2343 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2401 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2344 "\1\u00ed", 2402 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2345 "\1\u00ee", 2403 "\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", 2404 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2347 "\1\u00f0", 2405 "\1\u00f0",
2348 "\1\u00f1", 2406 "\1\u00f1",
2349 "\1\u00f2", 2407 "\1\u00f2",
2350 "\1\u00f3", 2408 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2351 "\1\u00f4", 2409 "\1\u00f4",
2352 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2410 "\1\u00f5",
2353 "\1\u00f6", 2411 "\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", 2412 "\1\u00f7",
2355 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2413 "\1\u00f8",
2356 "\1\u00f9", 2414 "\1\u00f9",
2357 "", 2415 "\1\u00fa",
2358 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2359 "\1\u00fb", 2416 "\1\u00fb",
2360 "", 2417 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2361 "\1\u00fc",
2362 "\1\u00fd", 2418 "\1\u00fd",
2363 "\1\u00fe", 2419 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2420 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2421 "\1\u0100",
2364 "", 2422 "",
2423 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2424 "\1\u0102",
2365 "", 2425 "",
2426 "\1\u0103",
2427 "\1\u0104",
2428 "\1\u0105",
2366 "", 2429 "",
2367 "", 2430 "",
2368 "", 2431 "",
2369 "\1\u00ff",
2370 "\1\u0100",
2371 "\1\u0101",
2372 "", 2432 "",
2373 "\1\u0102",
2374 "\1\u0103",
2375 "", 2433 "",
2376 "\1\u0104", 2434 "\1\u0106",
2377 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2378 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2379 "\1\u0107", 2435 "\1\u0107",
2380 "\1\u0108", 2436 "\1\u0108",
2381 "", 2437 "",
2382 "\1\u0109", 2438 "\1\u0109",
2383 "",
2384 "",
2385 "\1\u010a", 2439 "\1\u010a",
2386 "", 2440 "",
2387 "\1\u010b", 2441 "\1\u010b",
2388 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2442 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2389 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2443 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2390 "\1\u010e", 2444 "\1\u010e",
2391 "\1\u010f", 2445 "\1\u010f",
2446 "",
2392 "\1\u0110", 2447 "\1\u0110",
2393 "\1\u0111",
2394 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2395 "\1\u0113",
2396 "\1\u0114",
2397 "", 2448 "",
2398 "", 2449 "",
2450 "\1\u0111",
2399 "", 2451 "",
2452 "\1\u0112",
2453 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2454 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2400 "\1\u0115", 2455 "\1\u0115",
2401 "\1\u0116", 2456 "\1\u0116",
2402 "\1\u0117", 2457 "\1\u0117",
2403 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2458 "\1\u0118",
2459 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2460 "\1\u011a",
2461 "\1\u011b",
2404 "", 2462 "",
2405 "", 2463 "",
2406 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2407 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52",
2408 "\1\u011b",
2409 "\1\u011c",
2410 "", 2464 "",
2411 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2465 "\1\u011c",
2466 "\1\u011d",
2412 "\1\u011e", 2467 "\1\u011e",
2413 "\1\u011f", 2468 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2414 "\1\u0120",
2415 "\1\u0121",
2416 "",
2417 "", 2469 "",
2418 "", 2470 "",
2471 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2472 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2419 "\1\u0122", 2473 "\1\u0122",
2420 "\1\u0123", 2474 "\1\u0123",
2421 "", 2475 "",
2422 "\1\u0124", 2476 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2423 "\1\u0125", 2477 "\1\u0125",
2424 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2478 "\1\u0126",
2425 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2479 "\1\u0127",
2426 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2480 "\1\u0128",
2481 "",
2482 "",
2483 "",
2427 "\1\u0129", 2484 "\1\u0129",
2428 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2485 "\1\u012a",
2429 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2486 "",
2487 "\1\u012b",
2488 "\1\u012c",
2489 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2490 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2491 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2492 "\1\u0130",
2493 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2494 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2430 "", 2495 "",
2431 "", 2496 "",
2432 "", 2497 "",
2433 "\12\52\7\uffff\32\52\4\uffff\1\52\1\uffff\32\52", 2498 "\12\54\7\uffff\32\54\4\uffff\1\54\1\uffff\32\54",
2434 "", 2499 "",
2435 "", 2500 "",
2436 "" 2501 ""
@@ -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;
@@ -2518,47 +2593,39 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2518 2593
2519 else if ( (LA12_0=='c') ) {s = 21;} 2594 else if ( (LA12_0=='c') ) {s = 21;}
2520 2595
2521 else if ( (LA12_0=='o') ) {s = 22;} 2596 else if ( (LA12_0=='a') ) {s = 22;}
2522
2523 else if ( (LA12_0=='l') ) {s = 23;}
2524 2597
2525 else if ( (LA12_0=='#') ) {s = 24;} 2598 else if ( (LA12_0=='o') ) {s = 23;}
2526 2599
2527 else if ( (LA12_0=='s') ) {s = 25;} 2600 else if ( (LA12_0=='l') ) {s = 24;}
2528 2601
2529 else if ( (LA12_0=='g') ) {s = 26;} 2602 else if ( (LA12_0=='#') ) {s = 25;}
2530 2603
2531 else if ( (LA12_0=='d') ) {s = 27;} 2604 else if ( (LA12_0=='s') ) {s = 26;}
2532 2605
2533 else if ( (LA12_0=='+') ) {s = 28;} 2606 else if ( (LA12_0=='g') ) {s = 27;}
2534 2607
2535 else if ( (LA12_0=='*') ) {s = 29;} 2608 else if ( (LA12_0=='d') ) {s = 28;}
2536 2609
2537 else if ( (LA12_0=='^') ) {s = 30;} 2610 else if ( (LA12_0=='+') ) {s = 29;}
2538 2611
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;} 2612 else if ( (LA12_0=='*') ) {s = 30;}
2540 2613
2541 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 32;} 2614 else if ( (LA12_0=='^') ) {s = 31;}
2542 2615
2543 else if ( (LA12_0=='\"') ) {s = 33;} 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;}
2544 2617
2545 else if ( (LA12_0=='\'') ) {s = 34;} 2618 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 33;}
2546 2619
2547 else if ( (LA12_0=='/') ) {s = 35;} 2620 else if ( (LA12_0=='\"') ) {s = 34;}
2548 2621
2549 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 36;} 2622 else if ( (LA12_0=='\'') ) {s = 35;}
2550 2623
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;} 2624 else if ( (LA12_0=='/') ) {s = 36;}
2552 2625
2553 if ( s>=0 ) return s; 2626 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 37;}
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;