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.java194
1 files changed, 97 insertions, 97 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 41858711..ffa833f6 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
@@ -472,11 +472,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
472 try { 472 try {
473 int _type = T__30; 473 int _type = T__30;
474 int _channel = DEFAULT_TOKEN_CHANNEL; 474 int _channel = DEFAULT_TOKEN_CHANNEL;
475 // InternalApplicationConfiguration.g:30:7: ( '..' ) 475 // InternalApplicationConfiguration.g:30:7: ( '<' )
476 // InternalApplicationConfiguration.g:30:9: '..' 476 // InternalApplicationConfiguration.g:30:9: '<'
477 { 477 {
478 match(".."); 478 match('<');
479
480 479
481 } 480 }
482 481
@@ -493,10 +492,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
493 try { 492 try {
494 int _type = T__31; 493 int _type = T__31;
495 int _channel = DEFAULT_TOKEN_CHANNEL; 494 int _channel = DEFAULT_TOKEN_CHANNEL;
496 // InternalApplicationConfiguration.g:31:7: ( '*' ) 495 // InternalApplicationConfiguration.g:31:7: ( '>' )
497 // InternalApplicationConfiguration.g:31:9: '*' 496 // InternalApplicationConfiguration.g:31:9: '>'
498 { 497 {
499 match('*'); 498 match('>');
500 499
501 } 500 }
502 501
@@ -513,10 +512,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
513 try { 512 try {
514 int _type = T__32; 513 int _type = T__32;
515 int _channel = DEFAULT_TOKEN_CHANNEL; 514 int _channel = DEFAULT_TOKEN_CHANNEL;
516 // InternalApplicationConfiguration.g:32:7: ( '<' ) 515 // InternalApplicationConfiguration.g:32:7: ( 'node' )
517 // InternalApplicationConfiguration.g:32:9: '<' 516 // InternalApplicationConfiguration.g:32:9: 'node'
518 { 517 {
519 match('<'); 518 match("node");
519
520 520
521 } 521 }
522 522
@@ -533,10 +533,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
533 try { 533 try {
534 int _type = T__33; 534 int _type = T__33;
535 int _channel = DEFAULT_TOKEN_CHANNEL; 535 int _channel = DEFAULT_TOKEN_CHANNEL;
536 // InternalApplicationConfiguration.g:33:7: ( '>' ) 536 // InternalApplicationConfiguration.g:33:7: ( 'int' )
537 // InternalApplicationConfiguration.g:33:9: '>' 537 // InternalApplicationConfiguration.g:33:9: 'int'
538 { 538 {
539 match('>'); 539 match("int");
540
540 541
541 } 542 }
542 543
@@ -553,10 +554,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
553 try { 554 try {
554 int _type = T__34; 555 int _type = T__34;
555 int _channel = DEFAULT_TOKEN_CHANNEL; 556 int _channel = DEFAULT_TOKEN_CHANNEL;
556 // InternalApplicationConfiguration.g:34:7: ( 'node' ) 557 // InternalApplicationConfiguration.g:34:7: ( 'real' )
557 // InternalApplicationConfiguration.g:34:9: 'node' 558 // InternalApplicationConfiguration.g:34:9: 'real'
558 { 559 {
559 match("node"); 560 match("real");
560 561
561 562
562 } 563 }
@@ -574,10 +575,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
574 try { 575 try {
575 int _type = T__35; 576 int _type = T__35;
576 int _channel = DEFAULT_TOKEN_CHANNEL; 577 int _channel = DEFAULT_TOKEN_CHANNEL;
577 // InternalApplicationConfiguration.g:35:7: ( 'int' ) 578 // InternalApplicationConfiguration.g:35:7: ( 'string' )
578 // InternalApplicationConfiguration.g:35:9: 'int' 579 // InternalApplicationConfiguration.g:35:9: 'string'
579 { 580 {
580 match("int"); 581 match("string");
581 582
582 583
583 } 584 }
@@ -595,11 +596,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
595 try { 596 try {
596 int _type = T__36; 597 int _type = T__36;
597 int _channel = DEFAULT_TOKEN_CHANNEL; 598 int _channel = DEFAULT_TOKEN_CHANNEL;
598 // InternalApplicationConfiguration.g:36:7: ( 'real' ) 599 // InternalApplicationConfiguration.g:36:7: ( '*' )
599 // InternalApplicationConfiguration.g:36:9: 'real' 600 // InternalApplicationConfiguration.g:36:9: '*'
600 { 601 {
601 match("real"); 602 match('*');
602
603 603
604 } 604 }
605 605
@@ -616,10 +616,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
616 try { 616 try {
617 int _type = T__37; 617 int _type = T__37;
618 int _channel = DEFAULT_TOKEN_CHANNEL; 618 int _channel = DEFAULT_TOKEN_CHANNEL;
619 // InternalApplicationConfiguration.g:37:7: ( 'string' ) 619 // InternalApplicationConfiguration.g:37:7: ( '..' )
620 // InternalApplicationConfiguration.g:37:9: 'string' 620 // InternalApplicationConfiguration.g:37:9: '..'
621 { 621 {
622 match("string"); 622 match("..");
623 623
624 624
625 } 625 }
@@ -763,10 +763,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
763 try { 763 try {
764 int _type = T__44; 764 int _type = T__44;
765 int _channel = DEFAULT_TOKEN_CHANNEL; 765 int _channel = DEFAULT_TOKEN_CHANNEL;
766 // InternalApplicationConfiguration.g:44:7: ( 'output' ) 766 // InternalApplicationConfiguration.g:44:7: ( 'debug' )
767 // InternalApplicationConfiguration.g:44:9: 'output' 767 // InternalApplicationConfiguration.g:44:9: 'debug'
768 { 768 {
769 match("output"); 769 match("debug");
770 770
771 771
772 } 772 }
@@ -784,10 +784,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
784 try { 784 try {
785 int _type = T__45; 785 int _type = T__45;
786 int _channel = DEFAULT_TOKEN_CHANNEL; 786 int _channel = DEFAULT_TOKEN_CHANNEL;
787 // InternalApplicationConfiguration.g:45:7: ( 'debug' ) 787 // InternalApplicationConfiguration.g:45:7: ( 'log' )
788 // InternalApplicationConfiguration.g:45:9: 'debug' 788 // InternalApplicationConfiguration.g:45:9: 'log'
789 { 789 {
790 match("debug"); 790 match("log");
791 791
792 792
793 } 793 }
@@ -805,10 +805,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
805 try { 805 try {
806 int _type = T__46; 806 int _type = T__46;
807 int _channel = DEFAULT_TOKEN_CHANNEL; 807 int _channel = DEFAULT_TOKEN_CHANNEL;
808 // InternalApplicationConfiguration.g:46:7: ( 'log' ) 808 // InternalApplicationConfiguration.g:46:7: ( 'statistics' )
809 // InternalApplicationConfiguration.g:46:9: 'log' 809 // InternalApplicationConfiguration.g:46:9: 'statistics'
810 { 810 {
811 match("log"); 811 match("statistics");
812 812
813 813
814 } 814 }
@@ -826,10 +826,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
826 try { 826 try {
827 int _type = T__47; 827 int _type = T__47;
828 int _channel = DEFAULT_TOKEN_CHANNEL; 828 int _channel = DEFAULT_TOKEN_CHANNEL;
829 // InternalApplicationConfiguration.g:47:7: ( 'statistics' ) 829 // InternalApplicationConfiguration.g:47:7: ( 'output' )
830 // InternalApplicationConfiguration.g:47:9: 'statistics' 830 // InternalApplicationConfiguration.g:47:9: 'output'
831 { 831 {
832 match("statistics"); 832 match("output");
833 833
834 834
835 } 835 }
@@ -910,10 +910,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
910 try { 910 try {
911 int _type = RULE_ID; 911 int _type = RULE_ID;
912 int _channel = DEFAULT_TOKEN_CHANNEL; 912 int _channel = DEFAULT_TOKEN_CHANNEL;
913 // InternalApplicationConfiguration.g:3104:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 913 // InternalApplicationConfiguration.g:3984:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
914 // InternalApplicationConfiguration.g:3104:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 914 // InternalApplicationConfiguration.g:3984:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
915 { 915 {
916 // InternalApplicationConfiguration.g:3104:11: ( '^' )? 916 // InternalApplicationConfiguration.g:3984:11: ( '^' )?
917 int alt1=2; 917 int alt1=2;
918 int LA1_0 = input.LA(1); 918 int LA1_0 = input.LA(1);
919 919
@@ -922,7 +922,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
922 } 922 }
923 switch (alt1) { 923 switch (alt1) {
924 case 1 : 924 case 1 :
925 // InternalApplicationConfiguration.g:3104:11: '^' 925 // InternalApplicationConfiguration.g:3984:11: '^'
926 { 926 {
927 match('^'); 927 match('^');
928 928
@@ -940,7 +940,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
940 recover(mse); 940 recover(mse);
941 throw mse;} 941 throw mse;}
942 942
943 // InternalApplicationConfiguration.g:3104:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 943 // InternalApplicationConfiguration.g:3984:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
944 loop2: 944 loop2:
945 do { 945 do {
946 int alt2=2; 946 int alt2=2;
@@ -989,10 +989,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
989 try { 989 try {
990 int _type = RULE_INT; 990 int _type = RULE_INT;
991 int _channel = DEFAULT_TOKEN_CHANNEL; 991 int _channel = DEFAULT_TOKEN_CHANNEL;
992 // InternalApplicationConfiguration.g:3106:10: ( ( '0' .. '9' )+ ) 992 // InternalApplicationConfiguration.g:3986:10: ( ( '0' .. '9' )+ )
993 // InternalApplicationConfiguration.g:3106:12: ( '0' .. '9' )+ 993 // InternalApplicationConfiguration.g:3986:12: ( '0' .. '9' )+
994 { 994 {
995 // InternalApplicationConfiguration.g:3106:12: ( '0' .. '9' )+ 995 // InternalApplicationConfiguration.g:3986:12: ( '0' .. '9' )+
996 int cnt3=0; 996 int cnt3=0;
997 loop3: 997 loop3:
998 do { 998 do {
@@ -1006,7 +1006,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1006 1006
1007 switch (alt3) { 1007 switch (alt3) {
1008 case 1 : 1008 case 1 :
1009 // InternalApplicationConfiguration.g:3106:13: '0' .. '9' 1009 // InternalApplicationConfiguration.g:3986:13: '0' .. '9'
1010 { 1010 {
1011 matchRange('0','9'); 1011 matchRange('0','9');
1012 1012
@@ -1038,10 +1038,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1038 try { 1038 try {
1039 int _type = RULE_STRING; 1039 int _type = RULE_STRING;
1040 int _channel = DEFAULT_TOKEN_CHANNEL; 1040 int _channel = DEFAULT_TOKEN_CHANNEL;
1041 // InternalApplicationConfiguration.g:3108:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 1041 // InternalApplicationConfiguration.g:3988:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
1042 // InternalApplicationConfiguration.g:3108:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1042 // InternalApplicationConfiguration.g:3988:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1043 { 1043 {
1044 // InternalApplicationConfiguration.g:3108:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1044 // InternalApplicationConfiguration.g:3988:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1045 int alt6=2; 1045 int alt6=2;
1046 int LA6_0 = input.LA(1); 1046 int LA6_0 = input.LA(1);
1047 1047
@@ -1059,10 +1059,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1059 } 1059 }
1060 switch (alt6) { 1060 switch (alt6) {
1061 case 1 : 1061 case 1 :
1062 // InternalApplicationConfiguration.g:3108:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1062 // InternalApplicationConfiguration.g:3988:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
1063 { 1063 {
1064 match('\"'); 1064 match('\"');
1065 // InternalApplicationConfiguration.g:3108:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1065 // InternalApplicationConfiguration.g:3988:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
1066 loop4: 1066 loop4:
1067 do { 1067 do {
1068 int alt4=3; 1068 int alt4=3;
@@ -1078,7 +1078,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1078 1078
1079 switch (alt4) { 1079 switch (alt4) {
1080 case 1 : 1080 case 1 :
1081 // InternalApplicationConfiguration.g:3108:21: '\\\\' . 1081 // InternalApplicationConfiguration.g:3988:21: '\\\\' .
1082 { 1082 {
1083 match('\\'); 1083 match('\\');
1084 matchAny(); 1084 matchAny();
@@ -1086,7 +1086,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1086 } 1086 }
1087 break; 1087 break;
1088 case 2 : 1088 case 2 :
1089 // InternalApplicationConfiguration.g:3108:28: ~ ( ( '\\\\' | '\"' ) ) 1089 // InternalApplicationConfiguration.g:3988:28: ~ ( ( '\\\\' | '\"' ) )
1090 { 1090 {
1091 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1091 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1092 input.consume(); 1092 input.consume();
@@ -1111,10 +1111,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1111 } 1111 }
1112 break; 1112 break;
1113 case 2 : 1113 case 2 :
1114 // InternalApplicationConfiguration.g:3108:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1114 // InternalApplicationConfiguration.g:3988:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
1115 { 1115 {
1116 match('\''); 1116 match('\'');
1117 // InternalApplicationConfiguration.g:3108:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1117 // InternalApplicationConfiguration.g:3988:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
1118 loop5: 1118 loop5:
1119 do { 1119 do {
1120 int alt5=3; 1120 int alt5=3;
@@ -1130,7 +1130,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1130 1130
1131 switch (alt5) { 1131 switch (alt5) {
1132 case 1 : 1132 case 1 :
1133 // InternalApplicationConfiguration.g:3108:54: '\\\\' . 1133 // InternalApplicationConfiguration.g:3988:54: '\\\\' .
1134 { 1134 {
1135 match('\\'); 1135 match('\\');
1136 matchAny(); 1136 matchAny();
@@ -1138,7 +1138,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1138 } 1138 }
1139 break; 1139 break;
1140 case 2 : 1140 case 2 :
1141 // InternalApplicationConfiguration.g:3108:61: ~ ( ( '\\\\' | '\\'' ) ) 1141 // InternalApplicationConfiguration.g:3988:61: ~ ( ( '\\\\' | '\\'' ) )
1142 { 1142 {
1143 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1143 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1144 input.consume(); 1144 input.consume();
@@ -1181,12 +1181,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1181 try { 1181 try {
1182 int _type = RULE_ML_COMMENT; 1182 int _type = RULE_ML_COMMENT;
1183 int _channel = DEFAULT_TOKEN_CHANNEL; 1183 int _channel = DEFAULT_TOKEN_CHANNEL;
1184 // InternalApplicationConfiguration.g:3110:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1184 // InternalApplicationConfiguration.g:3990:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1185 // InternalApplicationConfiguration.g:3110:19: '/*' ( options {greedy=false; } : . )* '*/' 1185 // InternalApplicationConfiguration.g:3990:19: '/*' ( options {greedy=false; } : . )* '*/'
1186 { 1186 {
1187 match("/*"); 1187 match("/*");
1188 1188
1189 // InternalApplicationConfiguration.g:3110:24: ( options {greedy=false; } : . )* 1189 // InternalApplicationConfiguration.g:3990:24: ( options {greedy=false; } : . )*
1190 loop7: 1190 loop7:
1191 do { 1191 do {
1192 int alt7=2; 1192 int alt7=2;
@@ -1211,7 +1211,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1211 1211
1212 switch (alt7) { 1212 switch (alt7) {
1213 case 1 : 1213 case 1 :
1214 // InternalApplicationConfiguration.g:3110:52: . 1214 // InternalApplicationConfiguration.g:3990:52: .
1215 { 1215 {
1216 matchAny(); 1216 matchAny();
1217 1217
@@ -1241,12 +1241,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1241 try { 1241 try {
1242 int _type = RULE_SL_COMMENT; 1242 int _type = RULE_SL_COMMENT;
1243 int _channel = DEFAULT_TOKEN_CHANNEL; 1243 int _channel = DEFAULT_TOKEN_CHANNEL;
1244 // InternalApplicationConfiguration.g:3112:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1244 // InternalApplicationConfiguration.g:3992:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1245 // InternalApplicationConfiguration.g:3112:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1245 // InternalApplicationConfiguration.g:3992:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1246 { 1246 {
1247 match("//"); 1247 match("//");
1248 1248
1249 // InternalApplicationConfiguration.g:3112:24: (~ ( ( '\\n' | '\\r' ) ) )* 1249 // InternalApplicationConfiguration.g:3992:24: (~ ( ( '\\n' | '\\r' ) ) )*
1250 loop8: 1250 loop8:
1251 do { 1251 do {
1252 int alt8=2; 1252 int alt8=2;
@@ -1259,7 +1259,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1259 1259
1260 switch (alt8) { 1260 switch (alt8) {
1261 case 1 : 1261 case 1 :
1262 // InternalApplicationConfiguration.g:3112:24: ~ ( ( '\\n' | '\\r' ) ) 1262 // InternalApplicationConfiguration.g:3992:24: ~ ( ( '\\n' | '\\r' ) )
1263 { 1263 {
1264 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') ) { 1264 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') ) {
1265 input.consume(); 1265 input.consume();
@@ -1279,7 +1279,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1279 } 1279 }
1280 } while (true); 1280 } while (true);
1281 1281
1282 // InternalApplicationConfiguration.g:3112:40: ( ( '\\r' )? '\\n' )? 1282 // InternalApplicationConfiguration.g:3992:40: ( ( '\\r' )? '\\n' )?
1283 int alt10=2; 1283 int alt10=2;
1284 int LA10_0 = input.LA(1); 1284 int LA10_0 = input.LA(1);
1285 1285
@@ -1288,9 +1288,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1288 } 1288 }
1289 switch (alt10) { 1289 switch (alt10) {
1290 case 1 : 1290 case 1 :
1291 // InternalApplicationConfiguration.g:3112:41: ( '\\r' )? '\\n' 1291 // InternalApplicationConfiguration.g:3992:41: ( '\\r' )? '\\n'
1292 { 1292 {
1293 // InternalApplicationConfiguration.g:3112:41: ( '\\r' )? 1293 // InternalApplicationConfiguration.g:3992:41: ( '\\r' )?
1294 int alt9=2; 1294 int alt9=2;
1295 int LA9_0 = input.LA(1); 1295 int LA9_0 = input.LA(1);
1296 1296
@@ -1299,7 +1299,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1299 } 1299 }
1300 switch (alt9) { 1300 switch (alt9) {
1301 case 1 : 1301 case 1 :
1302 // InternalApplicationConfiguration.g:3112:41: '\\r' 1302 // InternalApplicationConfiguration.g:3992:41: '\\r'
1303 { 1303 {
1304 match('\r'); 1304 match('\r');
1305 1305
@@ -1331,10 +1331,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1331 try { 1331 try {
1332 int _type = RULE_WS; 1332 int _type = RULE_WS;
1333 int _channel = DEFAULT_TOKEN_CHANNEL; 1333 int _channel = DEFAULT_TOKEN_CHANNEL;
1334 // InternalApplicationConfiguration.g:3114:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1334 // InternalApplicationConfiguration.g:3994:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1335 // InternalApplicationConfiguration.g:3114:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1335 // InternalApplicationConfiguration.g:3994:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1336 { 1336 {
1337 // InternalApplicationConfiguration.g:3114:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1337 // InternalApplicationConfiguration.g:3994:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1338 int cnt11=0; 1338 int cnt11=0;
1339 loop11: 1339 loop11:
1340 do { 1340 do {
@@ -1388,8 +1388,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1388 try { 1388 try {
1389 int _type = RULE_ANY_OTHER; 1389 int _type = RULE_ANY_OTHER;
1390 int _channel = DEFAULT_TOKEN_CHANNEL; 1390 int _channel = DEFAULT_TOKEN_CHANNEL;
1391 // InternalApplicationConfiguration.g:3116:16: ( . ) 1391 // InternalApplicationConfiguration.g:3996:16: ( . )
1392 // InternalApplicationConfiguration.g:3116:18: . 1392 // InternalApplicationConfiguration.g:3996:18: .
1393 { 1393 {
1394 matchAny(); 1394 matchAny();
1395 1395
@@ -1745,19 +1745,19 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1745 1745
1746 protected DFA12 dfa12 = new DFA12(this); 1746 protected DFA12 dfa12 = new DFA12(this);
1747 static final String DFA12_eotS = 1747 static final String DFA12_eotS =
1748 "\1\uffff\1\46\4\51\4\uffff\1\51\1\44\2\51\1\uffff\1\44\3\uffff\12\51\1\44\2\uffff\3\44\4\uffff\2\51\1\uffff\5\51\4\uffff\1\51\1\uffff\3\51\5\uffff\16\51\5\uffff\1\51\1\155\26\51\1\u0084\4\51\1\uffff\3\51\1\u008c\7\51\1\u0094\1\51\1\u0096\1\u0097\7\51\1\uffff\7\51\1\uffff\7\51\1\uffff\1\51\2\uffff\2\51\1\u00b0\3\51\1\u00b4\3\51\1\u00b8\2\51\1\u00bb\1\u00bc\4\51\1\u00c1\1\u00c2\1\u00c3\1\u00c4\1\51\1\uffff\1\u00c6\1\51\1\u00c8\1\uffff\3\51\1\uffff\2\51\2\uffff\1\u00ce\3\51\4\uffff\1\51\1\uffff\1\51\1\uffff\3\51\1\u00d7\1\51\1\uffff\1\u00d9\1\uffff\2\51\1\u00dc\3\51\1\uffff\1\u00e0\1\uffff\1\u00e1\1\51\1\uffff\1\u00e3\2\51\2\uffff\1\u00e6\1\uffff\2\51\1\uffff\1\u00e9\1\51\1\uffff\1\u00eb\1\uffff"; 1748 "\1\uffff\1\46\4\51\4\uffff\1\51\1\44\2\51\1\uffff\1\44\2\uffff\3\51\1\uffff\7\51\1\44\2\uffff\3\44\4\uffff\2\51\1\uffff\5\51\4\uffff\1\51\1\uffff\3\51\4\uffff\7\51\1\uffff\7\51\5\uffff\1\51\1\155\25\51\1\u0083\5\51\1\uffff\3\51\1\u008c\7\51\1\u0094\1\51\1\u0096\1\u0097\6\51\1\uffff\10\51\1\uffff\7\51\1\uffff\1\51\2\uffff\2\51\1\u00b0\2\51\1\u00b3\4\51\1\u00b8\2\51\1\u00bb\1\u00bc\4\51\1\u00c1\1\u00c2\1\u00c3\1\u00c4\1\51\1\uffff\1\u00c6\1\51\1\uffff\1\u00c8\3\51\1\uffff\2\51\2\uffff\1\u00ce\3\51\4\uffff\1\51\1\uffff\1\51\1\uffff\3\51\1\u00d7\1\51\1\uffff\1\u00d9\1\uffff\2\51\1\u00dc\3\51\1\uffff\1\u00e0\1\uffff\1\u00e1\1\51\1\uffff\1\u00e3\2\51\2\uffff\1\u00e6\1\uffff\2\51\1\uffff\1\u00e9\1\51\1\uffff\1\u00eb\1\uffff";
1749 static final String DFA12_eofS = 1749 static final String DFA12_eofS =
1750 "\u00ec\uffff"; 1750 "\u00ec\uffff";
1751 static final String DFA12_minS = 1751 static final String DFA12_minS =
1752 "\1\0\1\56\1\155\1\160\2\151\4\uffff\1\141\1\72\1\145\1\157\1\uffff\1\75\3\uffff\1\157\1\145\1\143\1\145\1\165\1\145\1\157\1\115\1\154\1\151\1\101\2\uffff\2\0\1\52\4\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\2\154\4\uffff\1\143\1\uffff\1\164\1\144\1\156\5\uffff\1\144\1\155\1\141\1\156\1\141\1\157\1\154\1\156\1\164\1\142\1\147\1\124\1\154\1\141\5\uffff\1\157\1\60\1\143\1\154\1\164\1\145\1\144\1\153\2\164\1\141\1\145\1\146\1\145\1\142\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\160\1\165\1\60\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\60\1\145\1\141\1\145\1\151\1\155\1\154\1\151\1\60\1\145\2\60\1\156\1\151\2\145\1\162\1\165\1\147\1\uffff\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\uffff\1\162\1\147\1\162\1\141\1\157\1\163\1\147\1\uffff\1\162\2\uffff\1\147\1\163\1\60\1\162\1\141\1\164\1\60\1\154\1\123\1\141\1\60\1\147\1\151\2\60\1\145\1\156\1\154\1\144\4\60\1\164\1\uffff\1\60\1\164\1\60\1\uffff\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\60\1\163\1\55\1\145\4\uffff\1\151\1\uffff\1\145\1\uffff\1\145\1\154\1\157\1\60\1\147\1\uffff\1\60\1\uffff\1\154\1\143\1\60\1\162\1\166\1\154\1\uffff\1\60\1\uffff\1\60\1\163\1\uffff\1\60\1\145\1\166\2\uffff\1\60\1\uffff\1\162\1\145\1\uffff\1\60\1\162\1\uffff\1\60\1\uffff"; 1752 "\1\0\1\56\1\155\1\160\2\151\4\uffff\1\141\1\72\1\145\1\157\1\uffff\1\75\2\uffff\1\157\1\145\1\143\1\uffff\2\145\1\157\1\165\1\115\1\154\1\151\1\101\2\uffff\2\0\1\52\4\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\2\154\4\uffff\1\143\1\uffff\1\164\1\144\1\156\4\uffff\1\144\1\155\1\141\1\156\1\141\1\157\1\154\1\uffff\1\156\1\142\1\147\1\164\1\124\1\154\1\141\5\uffff\1\157\1\60\1\143\1\154\1\164\1\145\1\144\1\153\2\164\1\141\1\145\1\146\1\145\1\142\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\165\1\60\1\160\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\60\1\145\1\141\1\145\1\151\1\155\1\154\1\151\1\60\1\145\2\60\1\156\1\151\2\145\1\162\1\147\1\uffff\1\165\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\uffff\1\162\1\147\1\162\1\141\1\157\1\163\1\147\1\uffff\1\162\2\uffff\1\147\1\163\1\60\1\162\1\141\1\60\1\164\1\154\1\123\1\141\1\60\1\147\1\151\2\60\1\145\1\156\1\154\1\144\4\60\1\164\1\uffff\1\60\1\164\1\uffff\1\60\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\60\1\163\1\55\1\145\4\uffff\1\151\1\uffff\1\145\1\uffff\1\145\1\154\1\157\1\60\1\147\1\uffff\1\60\1\uffff\1\154\1\143\1\60\1\162\1\166\1\154\1\uffff\1\60\1\uffff\1\60\1\163\1\uffff\1\60\1\145\1\166\2\uffff\1\60\1\uffff\1\162\1\145\1\uffff\1\60\1\162\1\uffff\1\60\1\uffff";
1753 static final String DFA12_maxS = 1753 static final String DFA12_maxS =
1754 "\1\uffff\1\56\1\156\1\170\1\151\1\157\4\uffff\1\141\1\72\2\157\1\uffff\1\75\3\uffff\2\165\1\164\1\145\1\165\1\145\1\157\1\115\1\154\1\151\1\172\2\uffff\2\uffff\1\57\4\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\2\154\4\uffff\1\164\1\uffff\1\164\1\144\1\156\5\uffff\1\144\1\155\1\141\1\156\1\162\1\157\1\154\1\156\1\164\1\142\1\147\1\124\1\154\1\141\5\uffff\1\157\1\172\1\143\1\154\1\164\1\145\1\144\1\153\2\164\1\141\1\145\1\146\1\145\1\142\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\160\1\165\1\172\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\172\1\145\1\141\1\145\1\151\1\155\1\154\1\151\1\172\1\145\2\172\1\156\1\151\2\145\1\162\1\165\1\147\1\uffff\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\uffff\1\162\1\147\1\162\1\141\1\157\1\163\1\147\1\uffff\1\162\2\uffff\1\147\1\163\1\172\1\162\1\141\1\164\1\172\1\154\1\123\1\141\1\172\1\147\1\151\2\172\1\145\1\156\1\154\1\144\4\172\1\164\1\uffff\1\172\1\164\1\172\1\uffff\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\172\1\163\1\55\1\145\4\uffff\1\151\1\uffff\1\145\1\uffff\1\145\1\154\1\157\1\172\1\147\1\uffff\1\172\1\uffff\1\154\1\143\1\172\1\162\1\166\1\154\1\uffff\1\172\1\uffff\1\172\1\163\1\uffff\1\172\1\145\1\166\2\uffff\1\172\1\uffff\1\162\1\145\1\uffff\1\172\1\162\1\uffff\1\172\1\uffff"; 1754 "\1\uffff\1\56\1\156\1\170\1\151\1\157\4\uffff\1\141\1\72\2\157\1\uffff\1\75\2\uffff\2\165\1\164\1\uffff\2\145\1\157\1\165\1\115\1\154\1\151\1\172\2\uffff\2\uffff\1\57\4\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\2\154\4\uffff\1\164\1\uffff\1\164\1\144\1\156\4\uffff\1\144\1\155\1\141\1\156\1\162\1\157\1\154\1\uffff\1\156\1\142\1\147\1\164\1\124\1\154\1\141\5\uffff\1\157\1\172\1\143\1\154\1\164\1\145\1\144\1\153\2\164\1\141\1\145\1\146\1\145\1\142\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\165\1\172\1\160\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\172\1\145\1\141\1\145\1\151\1\155\1\154\1\151\1\172\1\145\2\172\1\156\1\151\2\145\1\162\1\147\1\uffff\1\165\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\uffff\1\162\1\147\1\162\1\141\1\157\1\163\1\147\1\uffff\1\162\2\uffff\1\147\1\163\1\172\1\162\1\141\1\172\1\164\1\154\1\123\1\141\1\172\1\147\1\151\2\172\1\145\1\156\1\154\1\144\4\172\1\164\1\uffff\1\172\1\164\1\uffff\1\172\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\172\1\163\1\55\1\145\4\uffff\1\151\1\uffff\1\145\1\uffff\1\145\1\154\1\157\1\172\1\147\1\uffff\1\172\1\uffff\1\154\1\143\1\172\1\162\1\166\1\154\1\uffff\1\172\1\uffff\1\172\1\163\1\uffff\1\172\1\145\1\166\2\uffff\1\172\1\uffff\1\162\1\145\1\uffff\1\172\1\162\1\uffff\1\172\1\uffff";
1755 static final String DFA12_acceptS = 1755 static final String DFA12_acceptS =
1756 "\6\uffff\1\6\1\7\1\10\1\11\4\uffff\1\22\1\uffff\1\25\1\26\1\27\13\uffff\1\51\1\52\3\uffff\1\56\1\57\1\24\1\1\2\uffff\1\51\5\uffff\1\6\1\7\1\10\1\11\1\uffff\1\14\3\uffff\1\22\1\23\1\25\1\26\1\27\16\uffff\1\52\1\53\1\54\1\55\1\56\35\uffff\1\31\26\uffff\1\44\7\uffff\1\5\7\uffff\1\30\1\uffff\1\32\1\40\30\uffff\1\34\3\uffff\1\43\3\uffff\1\2\2\uffff\1\4\1\16\4\uffff\1\17\1\21\1\37\1\33\1\uffff\1\41\1\uffff\1\42\5\uffff\1\12\1\uffff\1\36\6\uffff\1\3\1\uffff\1\20\2\uffff\1\35\3\uffff\1\13\1\15\1\uffff\1\46\2\uffff\1\45\2\uffff\1\47\1\uffff\1\50"; 1756 "\6\uffff\1\6\1\7\1\10\1\11\4\uffff\1\22\1\uffff\1\24\1\25\3\uffff\1\32\10\uffff\1\51\1\52\3\uffff\1\56\1\57\1\33\1\1\2\uffff\1\51\5\uffff\1\6\1\7\1\10\1\11\1\uffff\1\14\3\uffff\1\22\1\23\1\24\1\25\7\uffff\1\32\7\uffff\1\52\1\53\1\54\1\55\1\56\35\uffff\1\27\25\uffff\1\43\10\uffff\1\5\7\uffff\1\26\1\uffff\1\30\1\40\30\uffff\1\34\2\uffff\1\42\4\uffff\1\2\2\uffff\1\4\1\16\4\uffff\1\17\1\21\1\37\1\31\1\uffff\1\41\1\uffff\1\45\5\uffff\1\12\1\uffff\1\36\6\uffff\1\3\1\uffff\1\20\2\uffff\1\35\3\uffff\1\13\1\15\1\uffff\1\46\2\uffff\1\44\2\uffff\1\47\1\uffff\1\50";
1757 static final String DFA12_specialS = 1757 static final String DFA12_specialS =
1758 "\1\1\37\uffff\1\0\1\2\u00ca\uffff}>"; 1758 "\1\1\37\uffff\1\0\1\2\u00ca\uffff}>";
1759 static final String[] DFA12_transitionS = { 1759 static final String[] DFA12_transitionS = {
1760 "\11\44\2\43\2\44\1\43\22\44\1\43\1\44\1\40\1\16\3\44\1\41\2\44\1\20\1\17\1\10\1\44\1\1\1\42\12\37\1\13\1\44\1\21\1\6\1\22\2\44\1\33\21\36\1\32\2\36\1\34\4\36\3\44\1\35\1\36\1\44\2\36\1\15\1\30\1\3\1\5\1\26\1\36\1\2\2\36\1\31\1\14\1\23\1\27\1\12\1\36\1\24\1\25\2\36\1\4\4\36\1\7\1\44\1\11\uff82\44", 1760 "\11\44\2\43\2\44\1\43\22\44\1\43\1\44\1\40\1\16\3\44\1\41\2\44\1\25\1\17\1\10\1\44\1\1\1\42\12\37\1\13\1\44\1\20\1\6\1\21\2\44\1\33\21\36\1\32\2\36\1\34\4\36\3\44\1\35\1\36\1\44\2\36\1\15\1\27\1\3\1\5\1\26\1\36\1\2\2\36\1\30\1\14\1\22\1\31\1\12\1\36\1\23\1\24\2\36\1\4\4\36\1\7\1\44\1\11\uff82\44",
1761 "\1\45", 1761 "\1\45",
1762 "\1\47\1\50", 1762 "\1\47\1\50",
1763 "\1\52\7\uffff\1\53", 1763 "\1\52\7\uffff\1\53",
@@ -1775,10 +1775,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1775 "\1\71", 1775 "\1\71",
1776 "", 1776 "",
1777 "", 1777 "",
1778 "\1\74\5\uffff\1\75",
1779 "\1\76\17\uffff\1\77",
1780 "\1\101\13\uffff\1\102\4\uffff\1\100",
1778 "", 1781 "",
1779 "\1\75\5\uffff\1\76",
1780 "\1\77\17\uffff\1\100",
1781 "\1\102\13\uffff\1\103\4\uffff\1\101",
1782 "\1\104", 1782 "\1\104",
1783 "\1\105", 1783 "\1\105",
1784 "\1\106", 1784 "\1\106",
@@ -1817,7 +1817,6 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1817 "", 1817 "",
1818 "", 1818 "",
1819 "", 1819 "",
1820 "",
1821 "\1\135", 1820 "\1\135",
1822 "\1\136", 1821 "\1\136",
1823 "\1\137", 1822 "\1\137",
@@ -1825,6 +1824,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1825 "\1\142\20\uffff\1\141", 1824 "\1\142\20\uffff\1\141",
1826 "\1\143", 1825 "\1\143",
1827 "\1\144", 1826 "\1\144",
1827 "",
1828 "\1\145", 1828 "\1\145",
1829 "\1\146", 1829 "\1\146",
1830 "\1\147", 1830 "\1\147",
@@ -1860,8 +1860,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1860 "\1\u0080", 1860 "\1\u0080",
1861 "\1\u0081", 1861 "\1\u0081",
1862 "\1\u0082", 1862 "\1\u0082",
1863 "\1\u0083",
1864 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 1863 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1864 "\1\u0084",
1865 "\1\u0085", 1865 "\1\u0085",
1866 "\1\u0086", 1866 "\1\u0086",
1867 "\1\u0087", 1867 "\1\u0087",
@@ -1888,8 +1888,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1888 "\1\u009b", 1888 "\1\u009b",
1889 "\1\u009c", 1889 "\1\u009c",
1890 "\1\u009d", 1890 "\1\u009d",
1891 "\1\u009e",
1892 "", 1891 "",
1892 "\1\u009e",
1893 "\1\u009f", 1893 "\1\u009f",
1894 "\1\u00a0", 1894 "\1\u00a0",
1895 "\1\u00a1", 1895 "\1\u00a1",
@@ -1914,8 +1914,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1914 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 1914 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1915 "\1\u00b1", 1915 "\1\u00b1",
1916 "\1\u00b2", 1916 "\1\u00b2",
1917 "\1\u00b3",
1918 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 1917 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1918 "\1\u00b4",
1919 "\1\u00b5", 1919 "\1\u00b5",
1920 "\1\u00b6", 1920 "\1\u00b6",
1921 "\1\u00b7", 1921 "\1\u00b7",
@@ -1936,8 +1936,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1936 "", 1936 "",
1937 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 1937 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1938 "\1\u00c7", 1938 "\1\u00c7",
1939 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1940 "", 1939 "",
1940 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1941 "\1\u00c9", 1941 "\1\u00c9",
1942 "\1\u00ca", 1942 "\1\u00ca",
1943 "\1\u00cb", 1943 "\1\u00cb",
@@ -2075,25 +2075,25 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2075 2075
2076 else if ( (LA12_0=='+') ) {s = 15;} 2076 else if ( (LA12_0=='+') ) {s = 15;}
2077 2077
2078 else if ( (LA12_0=='*') ) {s = 16;} 2078 else if ( (LA12_0=='<') ) {s = 16;}
2079 2079
2080 else if ( (LA12_0=='<') ) {s = 17;} 2080 else if ( (LA12_0=='>') ) {s = 17;}
2081 2081
2082 else if ( (LA12_0=='>') ) {s = 18;} 2082 else if ( (LA12_0=='n') ) {s = 18;}
2083 2083
2084 else if ( (LA12_0=='n') ) {s = 19;} 2084 else if ( (LA12_0=='r') ) {s = 19;}
2085 2085
2086 else if ( (LA12_0=='r') ) {s = 20;} 2086 else if ( (LA12_0=='s') ) {s = 20;}
2087 2087
2088 else if ( (LA12_0=='s') ) {s = 21;} 2088 else if ( (LA12_0=='*') ) {s = 21;}
2089 2089
2090 else if ( (LA12_0=='g') ) {s = 22;} 2090 else if ( (LA12_0=='g') ) {s = 22;}
2091 2091
2092 else if ( (LA12_0=='o') ) {s = 23;} 2092 else if ( (LA12_0=='d') ) {s = 23;}
2093 2093
2094 else if ( (LA12_0=='d') ) {s = 24;} 2094 else if ( (LA12_0=='l') ) {s = 24;}
2095 2095
2096 else if ( (LA12_0=='l') ) {s = 25;} 2096 else if ( (LA12_0=='o') ) {s = 25;}
2097 2097
2098 else if ( (LA12_0=='S') ) {s = 26;} 2098 else if ( (LA12_0=='S') ) {s = 26;}
2099 2099