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.java1322
1 files changed, 1146 insertions, 176 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 730041a1..3474822c 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
@@ -12,8 +12,6 @@ import java.util.ArrayList;
12 12
13@SuppressWarnings("all") 13@SuppressWarnings("all")
14public class InternalApplicationConfigurationLexer extends Lexer { 14public class InternalApplicationConfigurationLexer extends Lexer {
15 public static final int RULE_STRING=4;
16 public static final int RULE_SL_COMMENT=8;
17 public static final int T__19=19; 15 public static final int T__19=19;
18 public static final int T__15=15; 16 public static final int T__15=15;
19 public static final int T__16=16; 17 public static final int T__16=16;
@@ -23,14 +21,43 @@ public class InternalApplicationConfigurationLexer extends Lexer {
23 public static final int T__12=12; 21 public static final int T__12=12;
24 public static final int T__13=13; 22 public static final int T__13=13;
25 public static final int T__14=14; 23 public static final int T__14=14;
26 public static final int EOF=-1; 24 public static final int RULE_ID=4;
27 public static final int RULE_ID=5; 25 public static final int T__26=26;
28 public static final int RULE_WS=9; 26 public static final int T__27=27;
29 public static final int RULE_ANY_OTHER=10; 27 public static final int T__28=28;
30 public static final int RULE_INT=6; 28 public static final int RULE_INT=6;
29 public static final int T__29=29;
30 public static final int T__22=22;
31 public static final int RULE_ML_COMMENT=7; 31 public static final int RULE_ML_COMMENT=7;
32 public static final int T__23=23;
33 public static final int T__24=24;
34 public static final int T__25=25;
32 public static final int T__20=20; 35 public static final int T__20=20;
33 public static final int T__21=21; 36 public static final int T__21=21;
37 public static final int RULE_STRING=5;
38 public static final int RULE_SL_COMMENT=8;
39 public static final int T__37=37;
40 public static final int T__38=38;
41 public static final int T__39=39;
42 public static final int T__33=33;
43 public static final int T__34=34;
44 public static final int T__35=35;
45 public static final int T__36=36;
46 public static final int EOF=-1;
47 public static final int T__30=30;
48 public static final int T__31=31;
49 public static final int T__32=32;
50 public static final int RULE_WS=9;
51 public static final int RULE_ANY_OTHER=10;
52 public static final int T__48=48;
53 public static final int T__44=44;
54 public static final int T__45=45;
55 public static final int T__46=46;
56 public static final int T__47=47;
57 public static final int T__40=40;
58 public static final int T__41=41;
59 public static final int T__42=42;
60 public static final int T__43=43;
34 61
35 // delegates 62 // delegates
36 // delegators 63 // delegators
@@ -50,11 +77,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
50 try { 77 try {
51 int _type = T__11; 78 int _type = T__11;
52 int _channel = DEFAULT_TOKEN_CHANNEL; 79 int _channel = DEFAULT_TOKEN_CHANNEL;
53 // InternalApplicationConfiguration.g:11:7: ( 'import' ) 80 // InternalApplicationConfiguration.g:11:7: ( '.' )
54 // InternalApplicationConfiguration.g:11:9: 'import' 81 // InternalApplicationConfiguration.g:11:9: '.'
55 { 82 {
56 match("import"); 83 match('.');
57
58 84
59 } 85 }
60 86
@@ -71,10 +97,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
71 try { 97 try {
72 int _type = T__12; 98 int _type = T__12;
73 int _channel = DEFAULT_TOKEN_CHANNEL; 99 int _channel = DEFAULT_TOKEN_CHANNEL;
74 // InternalApplicationConfiguration.g:12:7: ( 'epackage' ) 100 // InternalApplicationConfiguration.g:12:7: ( 'import' )
75 // InternalApplicationConfiguration.g:12:9: 'epackage' 101 // InternalApplicationConfiguration.g:12:9: 'import'
76 { 102 {
77 match("epackage"); 103 match("import");
78 104
79 105
80 } 106 }
@@ -92,10 +118,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
92 try { 118 try {
93 int _type = T__13; 119 int _type = T__13;
94 int _channel = DEFAULT_TOKEN_CHANNEL; 120 int _channel = DEFAULT_TOKEN_CHANNEL;
95 // InternalApplicationConfiguration.g:13:7: ( 'viatra' ) 121 // InternalApplicationConfiguration.g:13:7: ( 'epackage' )
96 // InternalApplicationConfiguration.g:13:9: 'viatra' 122 // InternalApplicationConfiguration.g:13:9: 'epackage'
97 { 123 {
98 match("viatra"); 124 match("epackage");
99 125
100 126
101 } 127 }
@@ -113,10 +139,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
113 try { 139 try {
114 int _type = T__14; 140 int _type = T__14;
115 int _channel = DEFAULT_TOKEN_CHANNEL; 141 int _channel = DEFAULT_TOKEN_CHANNEL;
116 // InternalApplicationConfiguration.g:14:7: ( '{' ) 142 // InternalApplicationConfiguration.g:14:7: ( 'viatra' )
117 // InternalApplicationConfiguration.g:14:9: '{' 143 // InternalApplicationConfiguration.g:14:9: 'viatra'
118 { 144 {
119 match('{'); 145 match("viatra");
146
120 147
121 } 148 }
122 149
@@ -133,10 +160,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
133 try { 160 try {
134 int _type = T__15; 161 int _type = T__15;
135 int _channel = DEFAULT_TOKEN_CHANNEL; 162 int _channel = DEFAULT_TOKEN_CHANNEL;
136 // InternalApplicationConfiguration.g:15:7: ( ',' ) 163 // InternalApplicationConfiguration.g:15:7: ( 'file' )
137 // InternalApplicationConfiguration.g:15:9: ',' 164 // InternalApplicationConfiguration.g:15:9: 'file'
138 { 165 {
139 match(','); 166 match("file");
167
140 168
141 } 169 }
142 170
@@ -153,10 +181,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
153 try { 181 try {
154 int _type = T__16; 182 int _type = T__16;
155 int _channel = DEFAULT_TOKEN_CHANNEL; 183 int _channel = DEFAULT_TOKEN_CHANNEL;
156 // InternalApplicationConfiguration.g:16:7: ( '}' ) 184 // InternalApplicationConfiguration.g:16:7: ( '=' )
157 // InternalApplicationConfiguration.g:16:9: '}' 185 // InternalApplicationConfiguration.g:16:9: '='
158 { 186 {
159 match('}'); 187 match('=');
160 188
161 } 189 }
162 190
@@ -173,11 +201,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
173 try { 201 try {
174 int _type = T__17; 202 int _type = T__17;
175 int _channel = DEFAULT_TOKEN_CHANNEL; 203 int _channel = DEFAULT_TOKEN_CHANNEL;
176 // InternalApplicationConfiguration.g:17:7: ( 'package' ) 204 // InternalApplicationConfiguration.g:17:7: ( '{' )
177 // InternalApplicationConfiguration.g:17:9: 'package' 205 // InternalApplicationConfiguration.g:17:9: '{'
178 { 206 {
179 match("package"); 207 match('{');
180
181 208
182 } 209 }
183 210
@@ -194,11 +221,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
194 try { 221 try {
195 int _type = T__18; 222 int _type = T__18;
196 int _channel = DEFAULT_TOKEN_CHANNEL; 223 int _channel = DEFAULT_TOKEN_CHANNEL;
197 // InternalApplicationConfiguration.g:18:7: ( 'excluding' ) 224 // InternalApplicationConfiguration.g:18:7: ( ',' )
198 // InternalApplicationConfiguration.g:18:9: 'excluding' 225 // InternalApplicationConfiguration.g:18:9: ','
199 { 226 {
200 match("excluding"); 227 match(',');
201
202 228
203 } 229 }
204 230
@@ -215,11 +241,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
215 try { 241 try {
216 int _type = T__19; 242 int _type = T__19;
217 int _channel = DEFAULT_TOKEN_CHANNEL; 243 int _channel = DEFAULT_TOKEN_CHANNEL;
218 // InternalApplicationConfiguration.g:19:7: ( '::' ) 244 // InternalApplicationConfiguration.g:19:7: ( '}' )
219 // InternalApplicationConfiguration.g:19:9: '::' 245 // InternalApplicationConfiguration.g:19:9: '}'
220 { 246 {
221 match("::"); 247 match('}');
222
223 248
224 } 249 }
225 250
@@ -236,10 +261,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
236 try { 261 try {
237 int _type = T__20; 262 int _type = T__20;
238 int _channel = DEFAULT_TOKEN_CHANNEL; 263 int _channel = DEFAULT_TOKEN_CHANNEL;
239 // InternalApplicationConfiguration.g:20:7: ( '.' ) 264 // InternalApplicationConfiguration.g:20:7: ( 'package' )
240 // InternalApplicationConfiguration.g:20:9: '.' 265 // InternalApplicationConfiguration.g:20:9: 'package'
241 { 266 {
242 match('.'); 267 match("package");
268
243 269
244 } 270 }
245 271
@@ -256,10 +282,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
256 try { 282 try {
257 int _type = T__21; 283 int _type = T__21;
258 int _channel = DEFAULT_TOKEN_CHANNEL; 284 int _channel = DEFAULT_TOKEN_CHANNEL;
259 // InternalApplicationConfiguration.g:21:7: ( 'metamodel' ) 285 // InternalApplicationConfiguration.g:21:7: ( 'excluding' )
260 // InternalApplicationConfiguration.g:21:9: 'metamodel' 286 // InternalApplicationConfiguration.g:21:9: 'excluding'
261 { 287 {
262 match("metamodel"); 288 match("excluding");
263 289
264 290
265 } 291 }
@@ -272,15 +298,578 @@ public class InternalApplicationConfigurationLexer extends Lexer {
272 } 298 }
273 // $ANTLR end "T__21" 299 // $ANTLR end "T__21"
274 300
301 // $ANTLR start "T__22"
302 public final void mT__22() throws RecognitionException {
303 try {
304 int _type = T__22;
305 int _channel = DEFAULT_TOKEN_CHANNEL;
306 // InternalApplicationConfiguration.g:22:7: ( '::' )
307 // InternalApplicationConfiguration.g:22:9: '::'
308 {
309 match("::");
310
311
312 }
313
314 state.type = _type;
315 state.channel = _channel;
316 }
317 finally {
318 }
319 }
320 // $ANTLR end "T__22"
321
322 // $ANTLR start "T__23"
323 public final void mT__23() throws RecognitionException {
324 try {
325 int _type = T__23;
326 int _channel = DEFAULT_TOKEN_CHANNEL;
327 // InternalApplicationConfiguration.g:23:7: ( 'metamodel' )
328 // InternalApplicationConfiguration.g:23:9: 'metamodel'
329 {
330 match("metamodel");
331
332
333 }
334
335 state.type = _type;
336 state.channel = _channel;
337 }
338 finally {
339 }
340 }
341 // $ANTLR end "T__23"
342
343 // $ANTLR start "T__24"
344 public final void mT__24() throws RecognitionException {
345 try {
346 int _type = T__24;
347 int _channel = DEFAULT_TOKEN_CHANNEL;
348 // InternalApplicationConfiguration.g:24:7: ( 'folder' )
349 // InternalApplicationConfiguration.g:24:9: 'folder'
350 {
351 match("folder");
352
353
354 }
355
356 state.type = _type;
357 state.channel = _channel;
358 }
359 finally {
360 }
361 }
362 // $ANTLR end "T__24"
363
364 // $ANTLR start "T__25"
365 public final void mT__25() throws RecognitionException {
366 try {
367 int _type = T__25;
368 int _channel = DEFAULT_TOKEN_CHANNEL;
369 // InternalApplicationConfiguration.g:25:7: ( 'partial-model' )
370 // InternalApplicationConfiguration.g:25:9: 'partial-model'
371 {
372 match("partial-model");
373
374
375 }
376
377 state.type = _type;
378 state.channel = _channel;
379 }
380 finally {
381 }
382 }
383 // $ANTLR end "T__25"
384
385 // $ANTLR start "T__26"
386 public final void mT__26() throws RecognitionException {
387 try {
388 int _type = T__26;
389 int _channel = DEFAULT_TOKEN_CHANNEL;
390 // InternalApplicationConfiguration.g:26:7: ( 'patterns' )
391 // InternalApplicationConfiguration.g:26:9: 'patterns'
392 {
393 match("patterns");
394
395
396 }
397
398 state.type = _type;
399 state.channel = _channel;
400 }
401 finally {
402 }
403 }
404 // $ANTLR end "T__26"
405
406 // $ANTLR start "T__27"
407 public final void mT__27() throws RecognitionException {
408 try {
409 int _type = T__27;
410 int _channel = DEFAULT_TOKEN_CHANNEL;
411 // InternalApplicationConfiguration.g:27:7: ( 'config' )
412 // InternalApplicationConfiguration.g:27:9: 'config'
413 {
414 match("config");
415
416
417 }
418
419 state.type = _type;
420 state.channel = _channel;
421 }
422 finally {
423 }
424 }
425 // $ANTLR end "T__27"
426
427 // $ANTLR start "T__28"
428 public final void mT__28() throws RecognitionException {
429 try {
430 int _type = T__28;
431 int _channel = DEFAULT_TOKEN_CHANNEL;
432 // InternalApplicationConfiguration.g:28:7: ( '<' )
433 // InternalApplicationConfiguration.g:28:9: '<'
434 {
435 match('<');
436
437 }
438
439 state.type = _type;
440 state.channel = _channel;
441 }
442 finally {
443 }
444 }
445 // $ANTLR end "T__28"
446
447 // $ANTLR start "T__29"
448 public final void mT__29() throws RecognitionException {
449 try {
450 int _type = T__29;
451 int _channel = DEFAULT_TOKEN_CHANNEL;
452 // InternalApplicationConfiguration.g:29:7: ( '<=' )
453 // InternalApplicationConfiguration.g:29:9: '<='
454 {
455 match("<=");
456
457
458 }
459
460 state.type = _type;
461 state.channel = _channel;
462 }
463 finally {
464 }
465 }
466 // $ANTLR end "T__29"
467
468 // $ANTLR start "T__30"
469 public final void mT__30() throws RecognitionException {
470 try {
471 int _type = T__30;
472 int _channel = DEFAULT_TOKEN_CHANNEL;
473 // InternalApplicationConfiguration.g:30:7: ( '#' )
474 // InternalApplicationConfiguration.g:30:9: '#'
475 {
476 match('#');
477
478 }
479
480 state.type = _type;
481 state.channel = _channel;
482 }
483 finally {
484 }
485 }
486 // $ANTLR end "T__30"
487
488 // $ANTLR start "T__31"
489 public final void mT__31() throws RecognitionException {
490 try {
491 int _type = T__31;
492 int _channel = DEFAULT_TOKEN_CHANNEL;
493 // InternalApplicationConfiguration.g:31:7: ( '[' )
494 // InternalApplicationConfiguration.g:31:9: '['
495 {
496 match('[');
497
498 }
499
500 state.type = _type;
501 state.channel = _channel;
502 }
503 finally {
504 }
505 }
506 // $ANTLR end "T__31"
507
508 // $ANTLR start "T__32"
509 public final void mT__32() throws RecognitionException {
510 try {
511 int _type = T__32;
512 int _channel = DEFAULT_TOKEN_CHANNEL;
513 // InternalApplicationConfiguration.g:32:7: ( ']' )
514 // InternalApplicationConfiguration.g:32:9: ']'
515 {
516 match(']');
517
518 }
519
520 state.type = _type;
521 state.channel = _channel;
522 }
523 finally {
524 }
525 }
526 // $ANTLR end "T__32"
527
528 // $ANTLR start "T__33"
529 public final void mT__33() throws RecognitionException {
530 try {
531 int _type = T__33;
532 int _channel = DEFAULT_TOKEN_CHANNEL;
533 // InternalApplicationConfiguration.g:33:7: ( 'Object' )
534 // InternalApplicationConfiguration.g:33:9: 'Object'
535 {
536 match("Object");
537
538
539 }
540
541 state.type = _type;
542 state.channel = _channel;
543 }
544 finally {
545 }
546 }
547 // $ANTLR end "T__33"
548
549 // $ANTLR start "T__34"
550 public final void mT__34() throws RecognitionException {
551 try {
552 int _type = T__34;
553 int _channel = DEFAULT_TOKEN_CHANNEL;
554 // InternalApplicationConfiguration.g:34:7: ( 'int' )
555 // InternalApplicationConfiguration.g:34:9: 'int'
556 {
557 match("int");
558
559
560 }
561
562 state.type = _type;
563 state.channel = _channel;
564 }
565 finally {
566 }
567 }
568 // $ANTLR end "T__34"
569
570 // $ANTLR start "T__35"
571 public final void mT__35() throws RecognitionException {
572 try {
573 int _type = T__35;
574 int _channel = DEFAULT_TOKEN_CHANNEL;
575 // InternalApplicationConfiguration.g:35:7: ( 'real' )
576 // InternalApplicationConfiguration.g:35:9: 'real'
577 {
578 match("real");
579
580
581 }
582
583 state.type = _type;
584 state.channel = _channel;
585 }
586 finally {
587 }
588 }
589 // $ANTLR end "T__35"
590
591 // $ANTLR start "T__36"
592 public final void mT__36() throws RecognitionException {
593 try {
594 int _type = T__36;
595 int _channel = DEFAULT_TOKEN_CHANNEL;
596 // InternalApplicationConfiguration.g:36:7: ( 'string' )
597 // InternalApplicationConfiguration.g:36:9: 'string'
598 {
599 match("string");
600
601
602 }
603
604 state.type = _type;
605 state.channel = _channel;
606 }
607 finally {
608 }
609 }
610 // $ANTLR end "T__36"
611
612 // $ANTLR start "T__37"
613 public final void mT__37() throws RecognitionException {
614 try {
615 int _type = T__37;
616 int _channel = DEFAULT_TOKEN_CHANNEL;
617 // InternalApplicationConfiguration.g:37:7: ( 'scope' )
618 // InternalApplicationConfiguration.g:37:9: 'scope'
619 {
620 match("scope");
621
622
623 }
624
625 state.type = _type;
626 state.channel = _channel;
627 }
628 finally {
629 }
630 }
631 // $ANTLR end "T__37"
632
633 // $ANTLR start "T__38"
634 public final void mT__38() throws RecognitionException {
635 try {
636 int _type = T__38;
637 int _channel = DEFAULT_TOKEN_CHANNEL;
638 // InternalApplicationConfiguration.g:38:7: ( 'generate' )
639 // InternalApplicationConfiguration.g:38:9: 'generate'
640 {
641 match("generate");
642
643
644 }
645
646 state.type = _type;
647 state.channel = _channel;
648 }
649 finally {
650 }
651 }
652 // $ANTLR end "T__38"
653
654 // $ANTLR start "T__39"
655 public final void mT__39() throws RecognitionException {
656 try {
657 int _type = T__39;
658 int _channel = DEFAULT_TOKEN_CHANNEL;
659 // InternalApplicationConfiguration.g:39:7: ( 'number' )
660 // InternalApplicationConfiguration.g:39:9: 'number'
661 {
662 match("number");
663
664
665 }
666
667 state.type = _type;
668 state.channel = _channel;
669 }
670 finally {
671 }
672 }
673 // $ANTLR end "T__39"
674
675 // $ANTLR start "T__40"
676 public final void mT__40() throws RecognitionException {
677 try {
678 int _type = T__40;
679 int _channel = DEFAULT_TOKEN_CHANNEL;
680 // InternalApplicationConfiguration.g:40:7: ( 'runs' )
681 // InternalApplicationConfiguration.g:40:9: 'runs'
682 {
683 match("runs");
684
685
686 }
687
688 state.type = _type;
689 state.channel = _channel;
690 }
691 finally {
692 }
693 }
694 // $ANTLR end "T__40"
695
696 // $ANTLR start "T__41"
697 public final void mT__41() throws RecognitionException {
698 try {
699 int _type = T__41;
700 int _channel = DEFAULT_TOKEN_CHANNEL;
701 // InternalApplicationConfiguration.g:41:7: ( 'solver' )
702 // InternalApplicationConfiguration.g:41:9: 'solver'
703 {
704 match("solver");
705
706
707 }
708
709 state.type = _type;
710 state.channel = _channel;
711 }
712 finally {
713 }
714 }
715 // $ANTLR end "T__41"
716
717 // $ANTLR start "T__42"
718 public final void mT__42() throws RecognitionException {
719 try {
720 int _type = T__42;
721 int _channel = DEFAULT_TOKEN_CHANNEL;
722 // InternalApplicationConfiguration.g:42:7: ( 'output' )
723 // InternalApplicationConfiguration.g:42:9: 'output'
724 {
725 match("output");
726
727
728 }
729
730 state.type = _type;
731 state.channel = _channel;
732 }
733 finally {
734 }
735 }
736 // $ANTLR end "T__42"
737
738 // $ANTLR start "T__43"
739 public final void mT__43() throws RecognitionException {
740 try {
741 int _type = T__43;
742 int _channel = DEFAULT_TOKEN_CHANNEL;
743 // InternalApplicationConfiguration.g:43:7: ( 'debug' )
744 // InternalApplicationConfiguration.g:43:9: 'debug'
745 {
746 match("debug");
747
748
749 }
750
751 state.type = _type;
752 state.channel = _channel;
753 }
754 finally {
755 }
756 }
757 // $ANTLR end "T__43"
758
759 // $ANTLR start "T__44"
760 public final void mT__44() throws RecognitionException {
761 try {
762 int _type = T__44;
763 int _channel = DEFAULT_TOKEN_CHANNEL;
764 // InternalApplicationConfiguration.g:44:7: ( 'log' )
765 // InternalApplicationConfiguration.g:44:9: 'log'
766 {
767 match("log");
768
769
770 }
771
772 state.type = _type;
773 state.channel = _channel;
774 }
775 finally {
776 }
777 }
778 // $ANTLR end "T__44"
779
780 // $ANTLR start "T__45"
781 public final void mT__45() throws RecognitionException {
782 try {
783 int _type = T__45;
784 int _channel = DEFAULT_TOKEN_CHANNEL;
785 // InternalApplicationConfiguration.g:45:7: ( 'statistics' )
786 // InternalApplicationConfiguration.g:45:9: 'statistics'
787 {
788 match("statistics");
789
790
791 }
792
793 state.type = _type;
794 state.channel = _channel;
795 }
796 finally {
797 }
798 }
799 // $ANTLR end "T__45"
800
801 // $ANTLR start "T__46"
802 public final void mT__46() throws RecognitionException {
803 try {
804 int _type = T__46;
805 int _channel = DEFAULT_TOKEN_CHANNEL;
806 // InternalApplicationConfiguration.g:46:7: ( 'SMTSolver' )
807 // InternalApplicationConfiguration.g:46:9: 'SMTSolver'
808 {
809 match("SMTSolver");
810
811
812 }
813
814 state.type = _type;
815 state.channel = _channel;
816 }
817 finally {
818 }
819 }
820 // $ANTLR end "T__46"
821
822 // $ANTLR start "T__47"
823 public final void mT__47() throws RecognitionException {
824 try {
825 int _type = T__47;
826 int _channel = DEFAULT_TOKEN_CHANNEL;
827 // InternalApplicationConfiguration.g:47:7: ( 'AlloySolver' )
828 // InternalApplicationConfiguration.g:47:9: 'AlloySolver'
829 {
830 match("AlloySolver");
831
832
833 }
834
835 state.type = _type;
836 state.channel = _channel;
837 }
838 finally {
839 }
840 }
841 // $ANTLR end "T__47"
842
843 // $ANTLR start "T__48"
844 public final void mT__48() throws RecognitionException {
845 try {
846 int _type = T__48;
847 int _channel = DEFAULT_TOKEN_CHANNEL;
848 // InternalApplicationConfiguration.g:48:7: ( 'ViatraSolver' )
849 // InternalApplicationConfiguration.g:48:9: 'ViatraSolver'
850 {
851 match("ViatraSolver");
852
853
854 }
855
856 state.type = _type;
857 state.channel = _channel;
858 }
859 finally {
860 }
861 }
862 // $ANTLR end "T__48"
863
275 // $ANTLR start "RULE_ID" 864 // $ANTLR start "RULE_ID"
276 public final void mRULE_ID() throws RecognitionException { 865 public final void mRULE_ID() throws RecognitionException {
277 try { 866 try {
278 int _type = RULE_ID; 867 int _type = RULE_ID;
279 int _channel = DEFAULT_TOKEN_CHANNEL; 868 int _channel = DEFAULT_TOKEN_CHANNEL;
280 // InternalApplicationConfiguration.g:647:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 869 // InternalApplicationConfiguration.g:3119:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
281 // InternalApplicationConfiguration.g:647:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 870 // InternalApplicationConfiguration.g:3119:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
282 { 871 {
283 // InternalApplicationConfiguration.g:647:11: ( '^' )? 872 // InternalApplicationConfiguration.g:3119:11: ( '^' )?
284 int alt1=2; 873 int alt1=2;
285 int LA1_0 = input.LA(1); 874 int LA1_0 = input.LA(1);
286 875
@@ -289,7 +878,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
289 } 878 }
290 switch (alt1) { 879 switch (alt1) {
291 case 1 : 880 case 1 :
292 // InternalApplicationConfiguration.g:647:11: '^' 881 // InternalApplicationConfiguration.g:3119:11: '^'
293 { 882 {
294 match('^'); 883 match('^');
295 884
@@ -307,7 +896,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
307 recover(mse); 896 recover(mse);
308 throw mse;} 897 throw mse;}
309 898
310 // InternalApplicationConfiguration.g:647:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 899 // InternalApplicationConfiguration.g:3119:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
311 loop2: 900 loop2:
312 do { 901 do {
313 int alt2=2; 902 int alt2=2;
@@ -356,10 +945,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
356 try { 945 try {
357 int _type = RULE_INT; 946 int _type = RULE_INT;
358 int _channel = DEFAULT_TOKEN_CHANNEL; 947 int _channel = DEFAULT_TOKEN_CHANNEL;
359 // InternalApplicationConfiguration.g:649:10: ( ( '0' .. '9' )+ ) 948 // InternalApplicationConfiguration.g:3121:10: ( ( '0' .. '9' )+ )
360 // InternalApplicationConfiguration.g:649:12: ( '0' .. '9' )+ 949 // InternalApplicationConfiguration.g:3121:12: ( '0' .. '9' )+
361 { 950 {
362 // InternalApplicationConfiguration.g:649:12: ( '0' .. '9' )+ 951 // InternalApplicationConfiguration.g:3121:12: ( '0' .. '9' )+
363 int cnt3=0; 952 int cnt3=0;
364 loop3: 953 loop3:
365 do { 954 do {
@@ -373,7 +962,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
373 962
374 switch (alt3) { 963 switch (alt3) {
375 case 1 : 964 case 1 :
376 // InternalApplicationConfiguration.g:649:13: '0' .. '9' 965 // InternalApplicationConfiguration.g:3121:13: '0' .. '9'
377 { 966 {
378 matchRange('0','9'); 967 matchRange('0','9');
379 968
@@ -405,10 +994,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
405 try { 994 try {
406 int _type = RULE_STRING; 995 int _type = RULE_STRING;
407 int _channel = DEFAULT_TOKEN_CHANNEL; 996 int _channel = DEFAULT_TOKEN_CHANNEL;
408 // InternalApplicationConfiguration.g:651:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 997 // InternalApplicationConfiguration.g:3123:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
409 // InternalApplicationConfiguration.g:651:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 998 // InternalApplicationConfiguration.g:3123:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
410 { 999 {
411 // InternalApplicationConfiguration.g:651:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1000 // InternalApplicationConfiguration.g:3123:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
412 int alt6=2; 1001 int alt6=2;
413 int LA6_0 = input.LA(1); 1002 int LA6_0 = input.LA(1);
414 1003
@@ -426,10 +1015,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
426 } 1015 }
427 switch (alt6) { 1016 switch (alt6) {
428 case 1 : 1017 case 1 :
429 // InternalApplicationConfiguration.g:651:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1018 // InternalApplicationConfiguration.g:3123:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
430 { 1019 {
431 match('\"'); 1020 match('\"');
432 // InternalApplicationConfiguration.g:651:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1021 // InternalApplicationConfiguration.g:3123:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
433 loop4: 1022 loop4:
434 do { 1023 do {
435 int alt4=3; 1024 int alt4=3;
@@ -445,7 +1034,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
445 1034
446 switch (alt4) { 1035 switch (alt4) {
447 case 1 : 1036 case 1 :
448 // InternalApplicationConfiguration.g:651:21: '\\\\' . 1037 // InternalApplicationConfiguration.g:3123:21: '\\\\' .
449 { 1038 {
450 match('\\'); 1039 match('\\');
451 matchAny(); 1040 matchAny();
@@ -453,7 +1042,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
453 } 1042 }
454 break; 1043 break;
455 case 2 : 1044 case 2 :
456 // InternalApplicationConfiguration.g:651:28: ~ ( ( '\\\\' | '\"' ) ) 1045 // InternalApplicationConfiguration.g:3123:28: ~ ( ( '\\\\' | '\"' ) )
457 { 1046 {
458 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1047 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
459 input.consume(); 1048 input.consume();
@@ -478,10 +1067,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
478 } 1067 }
479 break; 1068 break;
480 case 2 : 1069 case 2 :
481 // InternalApplicationConfiguration.g:651:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1070 // InternalApplicationConfiguration.g:3123:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
482 { 1071 {
483 match('\''); 1072 match('\'');
484 // InternalApplicationConfiguration.g:651:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1073 // InternalApplicationConfiguration.g:3123:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
485 loop5: 1074 loop5:
486 do { 1075 do {
487 int alt5=3; 1076 int alt5=3;
@@ -497,7 +1086,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
497 1086
498 switch (alt5) { 1087 switch (alt5) {
499 case 1 : 1088 case 1 :
500 // InternalApplicationConfiguration.g:651:54: '\\\\' . 1089 // InternalApplicationConfiguration.g:3123:54: '\\\\' .
501 { 1090 {
502 match('\\'); 1091 match('\\');
503 matchAny(); 1092 matchAny();
@@ -505,7 +1094,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
505 } 1094 }
506 break; 1095 break;
507 case 2 : 1096 case 2 :
508 // InternalApplicationConfiguration.g:651:61: ~ ( ( '\\\\' | '\\'' ) ) 1097 // InternalApplicationConfiguration.g:3123:61: ~ ( ( '\\\\' | '\\'' ) )
509 { 1098 {
510 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1099 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
511 input.consume(); 1100 input.consume();
@@ -548,12 +1137,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
548 try { 1137 try {
549 int _type = RULE_ML_COMMENT; 1138 int _type = RULE_ML_COMMENT;
550 int _channel = DEFAULT_TOKEN_CHANNEL; 1139 int _channel = DEFAULT_TOKEN_CHANNEL;
551 // InternalApplicationConfiguration.g:653:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1140 // InternalApplicationConfiguration.g:3125:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
552 // InternalApplicationConfiguration.g:653:19: '/*' ( options {greedy=false; } : . )* '*/' 1141 // InternalApplicationConfiguration.g:3125:19: '/*' ( options {greedy=false; } : . )* '*/'
553 { 1142 {
554 match("/*"); 1143 match("/*");
555 1144
556 // InternalApplicationConfiguration.g:653:24: ( options {greedy=false; } : . )* 1145 // InternalApplicationConfiguration.g:3125:24: ( options {greedy=false; } : . )*
557 loop7: 1146 loop7:
558 do { 1147 do {
559 int alt7=2; 1148 int alt7=2;
@@ -578,7 +1167,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
578 1167
579 switch (alt7) { 1168 switch (alt7) {
580 case 1 : 1169 case 1 :
581 // InternalApplicationConfiguration.g:653:52: . 1170 // InternalApplicationConfiguration.g:3125:52: .
582 { 1171 {
583 matchAny(); 1172 matchAny();
584 1173
@@ -608,12 +1197,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
608 try { 1197 try {
609 int _type = RULE_SL_COMMENT; 1198 int _type = RULE_SL_COMMENT;
610 int _channel = DEFAULT_TOKEN_CHANNEL; 1199 int _channel = DEFAULT_TOKEN_CHANNEL;
611 // InternalApplicationConfiguration.g:655:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1200 // InternalApplicationConfiguration.g:3127:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
612 // InternalApplicationConfiguration.g:655:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1201 // InternalApplicationConfiguration.g:3127:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
613 { 1202 {
614 match("//"); 1203 match("//");
615 1204
616 // InternalApplicationConfiguration.g:655:24: (~ ( ( '\\n' | '\\r' ) ) )* 1205 // InternalApplicationConfiguration.g:3127:24: (~ ( ( '\\n' | '\\r' ) ) )*
617 loop8: 1206 loop8:
618 do { 1207 do {
619 int alt8=2; 1208 int alt8=2;
@@ -626,7 +1215,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
626 1215
627 switch (alt8) { 1216 switch (alt8) {
628 case 1 : 1217 case 1 :
629 // InternalApplicationConfiguration.g:655:24: ~ ( ( '\\n' | '\\r' ) ) 1218 // InternalApplicationConfiguration.g:3127:24: ~ ( ( '\\n' | '\\r' ) )
630 { 1219 {
631 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') ) { 1220 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') ) {
632 input.consume(); 1221 input.consume();
@@ -646,7 +1235,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
646 } 1235 }
647 } while (true); 1236 } while (true);
648 1237
649 // InternalApplicationConfiguration.g:655:40: ( ( '\\r' )? '\\n' )? 1238 // InternalApplicationConfiguration.g:3127:40: ( ( '\\r' )? '\\n' )?
650 int alt10=2; 1239 int alt10=2;
651 int LA10_0 = input.LA(1); 1240 int LA10_0 = input.LA(1);
652 1241
@@ -655,9 +1244,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
655 } 1244 }
656 switch (alt10) { 1245 switch (alt10) {
657 case 1 : 1246 case 1 :
658 // InternalApplicationConfiguration.g:655:41: ( '\\r' )? '\\n' 1247 // InternalApplicationConfiguration.g:3127:41: ( '\\r' )? '\\n'
659 { 1248 {
660 // InternalApplicationConfiguration.g:655:41: ( '\\r' )? 1249 // InternalApplicationConfiguration.g:3127:41: ( '\\r' )?
661 int alt9=2; 1250 int alt9=2;
662 int LA9_0 = input.LA(1); 1251 int LA9_0 = input.LA(1);
663 1252
@@ -666,7 +1255,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
666 } 1255 }
667 switch (alt9) { 1256 switch (alt9) {
668 case 1 : 1257 case 1 :
669 // InternalApplicationConfiguration.g:655:41: '\\r' 1258 // InternalApplicationConfiguration.g:3127:41: '\\r'
670 { 1259 {
671 match('\r'); 1260 match('\r');
672 1261
@@ -698,10 +1287,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
698 try { 1287 try {
699 int _type = RULE_WS; 1288 int _type = RULE_WS;
700 int _channel = DEFAULT_TOKEN_CHANNEL; 1289 int _channel = DEFAULT_TOKEN_CHANNEL;
701 // InternalApplicationConfiguration.g:657:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1290 // InternalApplicationConfiguration.g:3129:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
702 // InternalApplicationConfiguration.g:657:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1291 // InternalApplicationConfiguration.g:3129:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
703 { 1292 {
704 // InternalApplicationConfiguration.g:657:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1293 // InternalApplicationConfiguration.g:3129:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
705 int cnt11=0; 1294 int cnt11=0;
706 loop11: 1295 loop11:
707 do { 1296 do {
@@ -755,8 +1344,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
755 try { 1344 try {
756 int _type = RULE_ANY_OTHER; 1345 int _type = RULE_ANY_OTHER;
757 int _channel = DEFAULT_TOKEN_CHANNEL; 1346 int _channel = DEFAULT_TOKEN_CHANNEL;
758 // InternalApplicationConfiguration.g:659:16: ( . ) 1347 // InternalApplicationConfiguration.g:3131:16: ( . )
759 // InternalApplicationConfiguration.g:659:18: . 1348 // InternalApplicationConfiguration.g:3131:18: .
760 { 1349 {
761 matchAny(); 1350 matchAny();
762 1351
@@ -771,8 +1360,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
771 // $ANTLR end "RULE_ANY_OTHER" 1360 // $ANTLR end "RULE_ANY_OTHER"
772 1361
773 public void mTokens() throws RecognitionException { 1362 public void mTokens() throws RecognitionException {
774 // 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER ) 1363 // 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
775 int alt12=18; 1364 int alt12=45;
776 alt12 = dfa12.predict(input); 1365 alt12 = dfa12.predict(input);
777 switch (alt12) { 1366 switch (alt12) {
778 case 1 : 1367 case 1 :
@@ -853,49 +1442,238 @@ public class InternalApplicationConfigurationLexer extends Lexer {
853 } 1442 }
854 break; 1443 break;
855 case 12 : 1444 case 12 :
856 // InternalApplicationConfiguration.g:1:76: RULE_ID 1445 // InternalApplicationConfiguration.g:1:76: T__22
857 { 1446 {
858 mRULE_ID(); 1447 mT__22();
859 1448
860 } 1449 }
861 break; 1450 break;
862 case 13 : 1451 case 13 :
863 // InternalApplicationConfiguration.g:1:84: RULE_INT 1452 // InternalApplicationConfiguration.g:1:82: T__23
864 { 1453 {
865 mRULE_INT(); 1454 mT__23();
866 1455
867 } 1456 }
868 break; 1457 break;
869 case 14 : 1458 case 14 :
870 // InternalApplicationConfiguration.g:1:93: RULE_STRING 1459 // InternalApplicationConfiguration.g:1:88: T__24
871 { 1460 {
872 mRULE_STRING(); 1461 mT__24();
873 1462
874 } 1463 }
875 break; 1464 break;
876 case 15 : 1465 case 15 :
877 // InternalApplicationConfiguration.g:1:105: RULE_ML_COMMENT 1466 // InternalApplicationConfiguration.g:1:94: T__25
878 { 1467 {
879 mRULE_ML_COMMENT(); 1468 mT__25();
880 1469
881 } 1470 }
882 break; 1471 break;
883 case 16 : 1472 case 16 :
884 // InternalApplicationConfiguration.g:1:121: RULE_SL_COMMENT 1473 // InternalApplicationConfiguration.g:1:100: T__26
885 { 1474 {
886 mRULE_SL_COMMENT(); 1475 mT__26();
887 1476
888 } 1477 }
889 break; 1478 break;
890 case 17 : 1479 case 17 :
891 // InternalApplicationConfiguration.g:1:137: RULE_WS 1480 // InternalApplicationConfiguration.g:1:106: T__27
892 { 1481 {
893 mRULE_WS(); 1482 mT__27();
894 1483
895 } 1484 }
896 break; 1485 break;
897 case 18 : 1486 case 18 :
898 // InternalApplicationConfiguration.g:1:145: RULE_ANY_OTHER 1487 // InternalApplicationConfiguration.g:1:112: T__28
1488 {
1489 mT__28();
1490
1491 }
1492 break;
1493 case 19 :
1494 // InternalApplicationConfiguration.g:1:118: T__29
1495 {
1496 mT__29();
1497
1498 }
1499 break;
1500 case 20 :
1501 // InternalApplicationConfiguration.g:1:124: T__30
1502 {
1503 mT__30();
1504
1505 }
1506 break;
1507 case 21 :
1508 // InternalApplicationConfiguration.g:1:130: T__31
1509 {
1510 mT__31();
1511
1512 }
1513 break;
1514 case 22 :
1515 // InternalApplicationConfiguration.g:1:136: T__32
1516 {
1517 mT__32();
1518
1519 }
1520 break;
1521 case 23 :
1522 // InternalApplicationConfiguration.g:1:142: T__33
1523 {
1524 mT__33();
1525
1526 }
1527 break;
1528 case 24 :
1529 // InternalApplicationConfiguration.g:1:148: T__34
1530 {
1531 mT__34();
1532
1533 }
1534 break;
1535 case 25 :
1536 // InternalApplicationConfiguration.g:1:154: T__35
1537 {
1538 mT__35();
1539
1540 }
1541 break;
1542 case 26 :
1543 // InternalApplicationConfiguration.g:1:160: T__36
1544 {
1545 mT__36();
1546
1547 }
1548 break;
1549 case 27 :
1550 // InternalApplicationConfiguration.g:1:166: T__37
1551 {
1552 mT__37();
1553
1554 }
1555 break;
1556 case 28 :
1557 // InternalApplicationConfiguration.g:1:172: T__38
1558 {
1559 mT__38();
1560
1561 }
1562 break;
1563 case 29 :
1564 // InternalApplicationConfiguration.g:1:178: T__39
1565 {
1566 mT__39();
1567
1568 }
1569 break;
1570 case 30 :
1571 // InternalApplicationConfiguration.g:1:184: T__40
1572 {
1573 mT__40();
1574
1575 }
1576 break;
1577 case 31 :
1578 // InternalApplicationConfiguration.g:1:190: T__41
1579 {
1580 mT__41();
1581
1582 }
1583 break;
1584 case 32 :
1585 // InternalApplicationConfiguration.g:1:196: T__42
1586 {
1587 mT__42();
1588
1589 }
1590 break;
1591 case 33 :
1592 // InternalApplicationConfiguration.g:1:202: T__43
1593 {
1594 mT__43();
1595
1596 }
1597 break;
1598 case 34 :
1599 // InternalApplicationConfiguration.g:1:208: T__44
1600 {
1601 mT__44();
1602
1603 }
1604 break;
1605 case 35 :
1606 // InternalApplicationConfiguration.g:1:214: T__45
1607 {
1608 mT__45();
1609
1610 }
1611 break;
1612 case 36 :
1613 // InternalApplicationConfiguration.g:1:220: T__46
1614 {
1615 mT__46();
1616
1617 }
1618 break;
1619 case 37 :
1620 // InternalApplicationConfiguration.g:1:226: T__47
1621 {
1622 mT__47();
1623
1624 }
1625 break;
1626 case 38 :
1627 // InternalApplicationConfiguration.g:1:232: T__48
1628 {
1629 mT__48();
1630
1631 }
1632 break;
1633 case 39 :
1634 // InternalApplicationConfiguration.g:1:238: RULE_ID
1635 {
1636 mRULE_ID();
1637
1638 }
1639 break;
1640 case 40 :
1641 // InternalApplicationConfiguration.g:1:246: RULE_INT
1642 {
1643 mRULE_INT();
1644
1645 }
1646 break;
1647 case 41 :
1648 // InternalApplicationConfiguration.g:1:255: RULE_STRING
1649 {
1650 mRULE_STRING();
1651
1652 }
1653 break;
1654 case 42 :
1655 // InternalApplicationConfiguration.g:1:267: RULE_ML_COMMENT
1656 {
1657 mRULE_ML_COMMENT();
1658
1659 }
1660 break;
1661 case 43 :
1662 // InternalApplicationConfiguration.g:1:283: RULE_SL_COMMENT
1663 {
1664 mRULE_SL_COMMENT();
1665
1666 }
1667 break;
1668 case 44 :
1669 // InternalApplicationConfiguration.g:1:299: RULE_WS
1670 {
1671 mRULE_WS();
1672
1673 }
1674 break;
1675 case 45 :
1676 // InternalApplicationConfiguration.g:1:307: RULE_ANY_OTHER
899 { 1677 {
900 mRULE_ANY_OTHER(); 1678 mRULE_ANY_OTHER();
901 1679
@@ -909,92 +1687,248 @@ public class InternalApplicationConfigurationLexer extends Lexer {
909 1687
910 protected DFA12 dfa12 = new DFA12(this); 1688 protected DFA12 dfa12 = new DFA12(this);
911 static final String DFA12_eotS = 1689 static final String DFA12_eotS =
912 "\1\uffff\3\24\3\uffff\1\24\1\22\1\uffff\1\24\1\22\2\uffff\3\22\2\uffff\1\24\1\uffff\3\24\3\uffff\1\24\2\uffff\1\24\5\uffff\22\24\1\74\2\24\1\77\2\24\1\uffff\2\24\1\uffff\1\104\1\24\1\106\1\24\1\uffff\1\24\1\uffff\1\111\1\112\2\uffff"; 1690 "\2\uffff\4\50\4\uffff\1\50\1\44\2\50\1\67\3\uffff\13\50\1\44\2\uffff\3\44\3\uffff\2\50\1\uffff\5\50\4\uffff\1\50\1\uffff\2\50\5\uffff\16\50\5\uffff\1\50\1\152\25\50\1\u0080\4\50\1\uffff\3\50\1\u0088\7\50\1\u0090\1\u0091\10\50\1\uffff\7\50\1\uffff\7\50\2\uffff\2\50\1\u00aa\4\50\1\u00af\3\50\1\u00b3\2\50\1\u00b6\1\u00b7\4\50\1\u00bc\1\u00bd\1\u00be\1\50\1\uffff\1\u00c0\1\50\1\u00c2\1\u00c3\1\uffff\3\50\1\uffff\2\50\2\uffff\1\u00c9\3\50\3\uffff\1\50\1\uffff\1\50\2\uffff\3\50\1\u00d2\1\50\2\uffff\1\u00d4\2\50\1\u00d7\3\50\1\uffff\1\u00db\1\uffff\1\u00dc\1\50\1\uffff\1\u00de\2\50\2\uffff\1\u00e1\1\uffff\2\50\1\uffff\1\u00e4\1\50\1\uffff\1\u00e6\1\uffff";
913 static final String DFA12_eofS = 1691 static final String DFA12_eofS =
914 "\113\uffff"; 1692 "\u00e7\uffff";
915 static final String DFA12_minS = 1693 static final String DFA12_minS =
916 "\1\0\1\155\1\160\1\151\3\uffff\1\141\1\72\1\uffff\1\145\1\101\2\uffff\2\0\1\52\2\uffff\1\160\1\uffff\1\141\1\143\1\141\3\uffff\1\143\2\uffff\1\164\5\uffff\1\157\1\143\1\154\1\164\1\153\1\141\1\162\1\153\1\165\1\162\1\141\1\155\1\164\1\141\1\144\1\141\1\147\1\157\1\60\1\147\1\151\1\60\1\145\1\144\1\uffff\1\145\1\156\1\uffff\1\60\1\145\1\60\1\147\1\uffff\1\154\1\uffff\2\60\2\uffff"; 1694 "\1\0\1\uffff\1\155\1\160\2\151\4\uffff\1\141\1\72\1\145\1\157\1\75\3\uffff\1\142\1\145\1\143\1\145\2\165\1\145\1\157\1\115\1\154\1\151\1\101\2\uffff\2\0\1\52\3\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\2\154\4\uffff\1\143\1\uffff\1\164\1\156\5\uffff\1\152\1\141\1\156\1\141\1\157\1\154\1\156\1\155\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\146\1\145\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\142\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\151\1\145\1\155\1\151\1\143\2\60\1\156\1\151\2\145\1\162\1\145\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\141\1\162\1\157\1\147\1\164\2\uffff\1\147\1\163\1\60\1\162\1\141\1\162\1\164\1\60\1\154\1\123\1\141\1\60\1\147\1\151\2\60\1\145\1\154\1\156\1\144\3\60\1\164\1\uffff\1\60\1\164\2\60\1\uffff\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\60\1\55\1\163\1\145\3\uffff\1\151\1\uffff\1\145\2\uffff\1\145\1\154\1\157\1\60\1\147\2\uffff\1\60\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";
917 static final String DFA12_maxS = 1695 static final String DFA12_maxS =
918 "\1\uffff\1\155\1\170\1\151\3\uffff\1\141\1\72\1\uffff\1\145\1\172\2\uffff\2\uffff\1\57\2\uffff\1\160\1\uffff\1\141\1\143\1\141\3\uffff\1\143\2\uffff\1\164\5\uffff\1\157\1\143\1\154\1\164\1\153\1\141\1\162\1\153\1\165\1\162\1\141\1\155\1\164\1\141\1\144\1\141\1\147\1\157\1\172\1\147\1\151\1\172\1\145\1\144\1\uffff\1\145\1\156\1\uffff\1\172\1\145\1\172\1\147\1\uffff\1\154\1\uffff\2\172\2\uffff"; 1696 "\1\uffff\1\uffff\1\156\1\170\1\151\1\157\4\uffff\1\141\1\72\1\145\1\157\1\75\3\uffff\1\142\1\165\1\164\1\145\2\165\1\145\1\157\1\115\1\154\1\151\1\172\2\uffff\2\uffff\1\57\3\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\2\154\4\uffff\1\164\1\uffff\1\164\1\156\5\uffff\1\152\1\141\1\156\1\162\1\157\1\154\1\156\1\155\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\146\1\145\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\142\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\151\1\145\1\155\1\151\1\143\2\172\1\156\1\151\2\145\1\162\1\145\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\141\1\162\1\157\1\147\1\164\2\uffff\1\147\1\163\1\172\1\162\1\141\1\162\1\164\1\172\1\154\1\123\1\141\1\172\1\147\1\151\2\172\1\145\1\154\1\156\1\144\3\172\1\164\1\uffff\1\172\1\164\2\172\1\uffff\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\172\1\55\1\163\1\145\3\uffff\1\151\1\uffff\1\145\2\uffff\1\145\1\154\1\157\1\172\1\147\2\uffff\1\172\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";
919 static final String DFA12_acceptS = 1697 static final String DFA12_acceptS =
920 "\4\uffff\1\4\1\5\1\6\2\uffff\1\12\2\uffff\1\14\1\15\3\uffff\1\21\1\22\1\uffff\1\14\3\uffff\1\4\1\5\1\6\1\uffff\1\11\1\12\1\uffff\1\15\1\16\1\17\1\20\1\21\30\uffff\1\1\2\uffff\1\3\4\uffff\1\7\1\uffff\1\2\2\uffff\1\10\1\13"; 1698 "\1\uffff\1\1\4\uffff\1\6\1\7\1\10\1\11\5\uffff\1\24\1\25\1\26\14\uffff\1\47\1\50\3\uffff\1\54\1\55\1\1\2\uffff\1\47\5\uffff\1\6\1\7\1\10\1\11\1\uffff\1\14\2\uffff\1\23\1\22\1\24\1\25\1\26\16\uffff\1\50\1\51\1\52\1\53\1\54\34\uffff\1\30\25\uffff\1\42\7\uffff\1\5\7\uffff\1\31\1\36\30\uffff\1\33\4\uffff\1\41\3\uffff\1\2\2\uffff\1\4\1\16\4\uffff\1\21\1\27\1\32\1\uffff\1\37\1\uffff\1\35\1\40\5\uffff\1\12\1\17\7\uffff\1\3\1\uffff\1\20\2\uffff\1\34\3\uffff\1\13\1\15\1\uffff\1\44\2\uffff\1\43\2\uffff\1\45\1\uffff\1\46";
921 static final String DFA12_specialS = 1699 static final String DFA12_specialS =
922 "\1\1\15\uffff\1\0\1\2\73\uffff}>"; 1700 "\1\1\37\uffff\1\2\1\0\u00c5\uffff}>";
923 static final String[] DFA12_transitionS = { 1701 static final String[] DFA12_transitionS = {
924 "\11\22\2\21\2\22\1\21\22\22\1\21\1\22\1\16\4\22\1\17\4\22\1\5\1\22\1\11\1\20\12\15\1\10\6\22\32\14\3\22\1\13\1\14\1\22\4\14\1\2\3\14\1\1\3\14\1\12\2\14\1\7\5\14\1\3\4\14\1\4\1\22\1\6\uff82\22", 1702 "\11\44\2\43\2\44\1\43\22\44\1\43\1\44\1\40\1\17\3\44\1\41\4\44\1\10\1\44\1\1\1\42\12\37\1\13\1\44\1\16\1\6\3\44\1\33\15\36\1\22\3\36\1\32\2\36\1\34\4\36\1\20\1\44\1\21\1\35\1\36\1\44\2\36\1\15\1\30\1\3\1\5\1\25\1\36\1\2\2\36\1\31\1\14\1\26\1\27\1\12\1\36\1\23\1\24\2\36\1\4\4\36\1\7\1\44\1\11\uff82\44",
925 "\1\23",
926 "\1\25\7\uffff\1\26",
927 "\1\27",
928 "", 1703 "",
1704 "\1\46\1\47",
1705 "\1\51\7\uffff\1\52",
1706 "\1\53",
1707 "\1\54\5\uffff\1\55",
929 "", 1708 "",
930 "", 1709 "",
931 "\1\33",
932 "\1\34",
933 "", 1710 "",
934 "\1\36",
935 "\32\24\4\uffff\1\24\1\uffff\32\24",
936 "", 1711 "",
1712 "\1\62",
1713 "\1\63",
1714 "\1\64",
1715 "\1\65",
1716 "\1\66",
937 "", 1717 "",
938 "\0\40",
939 "\0\40",
940 "\1\41\4\uffff\1\42",
941 "", 1718 "",
942 "", 1719 "",
943 "\1\44", 1720 "\1\73",
1721 "\1\74\17\uffff\1\75",
1722 "\1\77\13\uffff\1\100\4\uffff\1\76",
1723 "\1\101",
1724 "\1\102",
1725 "\1\103",
1726 "\1\104",
1727 "\1\105",
1728 "\1\106",
1729 "\1\107",
1730 "\1\110",
1731 "\32\50\4\uffff\1\50\1\uffff\32\50",
944 "", 1732 "",
945 "\1\45",
946 "\1\46",
947 "\1\47",
948 "", 1733 "",
1734 "\0\112",
1735 "\0\112",
1736 "\1\113\4\uffff\1\114",
949 "", 1737 "",
950 "", 1738 "",
951 "\1\50",
952 "", 1739 "",
1740 "\1\116",
1741 "\1\117",
953 "", 1742 "",
954 "\1\51", 1743 "\1\120",
1744 "\1\121",
1745 "\1\122",
1746 "\1\123",
1747 "\1\124",
955 "", 1748 "",
956 "", 1749 "",
957 "", 1750 "",
958 "", 1751 "",
1752 "\1\125\16\uffff\1\126\1\uffff\1\127",
959 "", 1753 "",
960 "\1\52", 1754 "\1\130",
961 "\1\53", 1755 "\1\131",
962 "\1\54",
963 "\1\55",
964 "\1\56",
965 "\1\57",
966 "\1\60",
967 "\1\61",
968 "\1\62",
969 "\1\63",
970 "\1\64",
971 "\1\65",
972 "\1\66",
973 "\1\67",
974 "\1\70",
975 "\1\71",
976 "\1\72",
977 "\1\73",
978 "\12\24\7\uffff\32\24\4\uffff\1\24\1\uffff\32\24",
979 "\1\75",
980 "\1\76",
981 "\12\24\7\uffff\32\24\4\uffff\1\24\1\uffff\32\24",
982 "\1\100",
983 "\1\101",
984 "", 1756 "",
985 "\1\102",
986 "\1\103",
987 "", 1757 "",
988 "\12\24\7\uffff\32\24\4\uffff\1\24\1\uffff\32\24",
989 "\1\105",
990 "\12\24\7\uffff\32\24\4\uffff\1\24\1\uffff\32\24",
991 "\1\107",
992 "", 1758 "",
993 "\1\110",
994 "", 1759 "",
995 "\12\24\7\uffff\32\24\4\uffff\1\24\1\uffff\32\24",
996 "\12\24\7\uffff\32\24\4\uffff\1\24\1\uffff\32\24",
997 "", 1760 "",
1761 "\1\132",
1762 "\1\133",
1763 "\1\134",
1764 "\1\136\20\uffff\1\135",
1765 "\1\137",
1766 "\1\140",
1767 "\1\141",
1768 "\1\142",
1769 "\1\143",
1770 "\1\144",
1771 "\1\145",
1772 "\1\146",
1773 "\1\147",
1774 "\1\150",
1775 "",
1776 "",
1777 "",
1778 "",
1779 "",
1780 "\1\151",
1781 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1782 "\1\153",
1783 "\1\154",
1784 "\1\155",
1785 "\1\156",
1786 "\1\157",
1787 "\1\160",
1788 "\1\161",
1789 "\1\162",
1790 "\1\163",
1791 "\1\164",
1792 "\1\165",
1793 "\1\166",
1794 "\1\167",
1795 "\1\170",
1796 "\1\171",
1797 "\1\172",
1798 "\1\173",
1799 "\1\174",
1800 "\1\175",
1801 "\1\176",
1802 "\1\177",
1803 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1804 "\1\u0081",
1805 "\1\u0082",
1806 "\1\u0083",
1807 "\1\u0084",
1808 "",
1809 "\1\u0085",
1810 "\1\u0086",
1811 "\1\u0087",
1812 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1813 "\1\u0089",
1814 "\1\u008a",
1815 "\1\u008b",
1816 "\1\u008c",
1817 "\1\u008d",
1818 "\1\u008e",
1819 "\1\u008f",
1820 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1821 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1822 "\1\u0092",
1823 "\1\u0093",
1824 "\1\u0094",
1825 "\1\u0095",
1826 "\1\u0096",
1827 "\1\u0097",
1828 "\1\u0098",
1829 "\1\u0099",
1830 "",
1831 "\1\u009a",
1832 "\1\u009b",
1833 "\1\u009c",
1834 "\1\u009d",
1835 "\1\u009e",
1836 "\1\u009f",
1837 "\1\u00a0",
1838 "",
1839 "\1\u00a1",
1840 "\1\u00a2",
1841 "\1\u00a3",
1842 "\1\u00a4",
1843 "\1\u00a5",
1844 "\1\u00a6",
1845 "\1\u00a7",
1846 "",
1847 "",
1848 "\1\u00a8",
1849 "\1\u00a9",
1850 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1851 "\1\u00ab",
1852 "\1\u00ac",
1853 "\1\u00ad",
1854 "\1\u00ae",
1855 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1856 "\1\u00b0",
1857 "\1\u00b1",
1858 "\1\u00b2",
1859 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1860 "\1\u00b4",
1861 "\1\u00b5",
1862 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1863 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1864 "\1\u00b8",
1865 "\1\u00b9",
1866 "\1\u00ba",
1867 "\1\u00bb",
1868 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1869 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1870 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1871 "\1\u00bf",
1872 "",
1873 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1874 "\1\u00c1",
1875 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1876 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1877 "",
1878 "\1\u00c4",
1879 "\1\u00c5",
1880 "\1\u00c6",
1881 "",
1882 "\1\u00c7",
1883 "\1\u00c8",
1884 "",
1885 "",
1886 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1887 "\1\u00ca",
1888 "\1\u00cb",
1889 "\1\u00cc",
1890 "",
1891 "",
1892 "",
1893 "\1\u00cd",
1894 "",
1895 "\1\u00ce",
1896 "",
1897 "",
1898 "\1\u00cf",
1899 "\1\u00d0",
1900 "\1\u00d1",
1901 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1902 "\1\u00d3",
1903 "",
1904 "",
1905 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1906 "\1\u00d5",
1907 "\1\u00d6",
1908 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1909 "\1\u00d8",
1910 "\1\u00d9",
1911 "\1\u00da",
1912 "",
1913 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1914 "",
1915 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1916 "\1\u00dd",
1917 "",
1918 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1919 "\1\u00df",
1920 "\1\u00e0",
1921 "",
1922 "",
1923 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1924 "",
1925 "\1\u00e2",
1926 "\1\u00e3",
1927 "",
1928 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
1929 "\1\u00e5",
1930 "",
1931 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
998 "" 1932 ""
999 }; 1933 };
1000 1934
@@ -1028,19 +1962,19 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1028 this.transition = DFA12_transition; 1962 this.transition = DFA12_transition;
1029 } 1963 }
1030 public String getDescription() { 1964 public String getDescription() {
1031 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );"; 1965 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 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
1032 } 1966 }
1033 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { 1967 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
1034 IntStream input = _input; 1968 IntStream input = _input;
1035 int _s = s; 1969 int _s = s;
1036 switch ( s ) { 1970 switch ( s ) {
1037 case 0 : 1971 case 0 :
1038 int LA12_14 = input.LA(1); 1972 int LA12_33 = input.LA(1);
1039 1973
1040 s = -1; 1974 s = -1;
1041 if ( ((LA12_14>='\u0000' && LA12_14<='\uFFFF')) ) {s = 32;} 1975 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 74;}
1042 1976
1043 else s = 18; 1977 else s = 36;
1044 1978
1045 if ( s>=0 ) return s; 1979 if ( s>=0 ) return s;
1046 break; 1980 break;
@@ -1048,51 +1982,87 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1048 int LA12_0 = input.LA(1); 1982 int LA12_0 = input.LA(1);
1049 1983
1050 s = -1; 1984 s = -1;
1051 if ( (LA12_0=='i') ) {s = 1;} 1985 if ( (LA12_0=='.') ) {s = 1;}
1986
1987 else if ( (LA12_0=='i') ) {s = 2;}
1988
1989 else if ( (LA12_0=='e') ) {s = 3;}
1990
1991 else if ( (LA12_0=='v') ) {s = 4;}
1992
1993 else if ( (LA12_0=='f') ) {s = 5;}
1994
1995 else if ( (LA12_0=='=') ) {s = 6;}
1996
1997 else if ( (LA12_0=='{') ) {s = 7;}
1998
1999 else if ( (LA12_0==',') ) {s = 8;}
2000
2001 else if ( (LA12_0=='}') ) {s = 9;}
2002
2003 else if ( (LA12_0=='p') ) {s = 10;}
2004
2005 else if ( (LA12_0==':') ) {s = 11;}
2006
2007 else if ( (LA12_0=='m') ) {s = 12;}
2008
2009 else if ( (LA12_0=='c') ) {s = 13;}
2010
2011 else if ( (LA12_0=='<') ) {s = 14;}
2012
2013 else if ( (LA12_0=='#') ) {s = 15;}
2014
2015 else if ( (LA12_0=='[') ) {s = 16;}
2016
2017 else if ( (LA12_0==']') ) {s = 17;}
2018
2019 else if ( (LA12_0=='O') ) {s = 18;}
2020
2021 else if ( (LA12_0=='r') ) {s = 19;}
1052 2022
1053 else if ( (LA12_0=='e') ) {s = 2;} 2023 else if ( (LA12_0=='s') ) {s = 20;}
1054 2024
1055 else if ( (LA12_0=='v') ) {s = 3;} 2025 else if ( (LA12_0=='g') ) {s = 21;}
1056 2026
1057 else if ( (LA12_0=='{') ) {s = 4;} 2027 else if ( (LA12_0=='n') ) {s = 22;}
1058 2028
1059 else if ( (LA12_0==',') ) {s = 5;} 2029 else if ( (LA12_0=='o') ) {s = 23;}
1060 2030
1061 else if ( (LA12_0=='}') ) {s = 6;} 2031 else if ( (LA12_0=='d') ) {s = 24;}
1062 2032
1063 else if ( (LA12_0=='p') ) {s = 7;} 2033 else if ( (LA12_0=='l') ) {s = 25;}
1064 2034
1065 else if ( (LA12_0==':') ) {s = 8;} 2035 else if ( (LA12_0=='S') ) {s = 26;}
1066 2036
1067 else if ( (LA12_0=='.') ) {s = 9;} 2037 else if ( (LA12_0=='A') ) {s = 27;}
1068 2038
1069 else if ( (LA12_0=='m') ) {s = 10;} 2039 else if ( (LA12_0=='V') ) {s = 28;}
1070 2040
1071 else if ( (LA12_0=='^') ) {s = 11;} 2041 else if ( (LA12_0=='^') ) {s = 29;}
1072 2042
1073 else if ( ((LA12_0>='A' && LA12_0<='Z')||LA12_0=='_'||(LA12_0>='a' && LA12_0<='d')||(LA12_0>='f' && LA12_0<='h')||(LA12_0>='j' && LA12_0<='l')||(LA12_0>='n' && LA12_0<='o')||(LA12_0>='q' && LA12_0<='u')||(LA12_0>='w' && LA12_0<='z')) ) {s = 12;} 2043 else if ( ((LA12_0>='B' && LA12_0<='N')||(LA12_0>='P' && 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 = 30;}
1074 2044
1075 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 13;} 2045 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 31;}
1076 2046
1077 else if ( (LA12_0=='\"') ) {s = 14;} 2047 else if ( (LA12_0=='\"') ) {s = 32;}
1078 2048
1079 else if ( (LA12_0=='\'') ) {s = 15;} 2049 else if ( (LA12_0=='\'') ) {s = 33;}
1080 2050
1081 else if ( (LA12_0=='/') ) {s = 16;} 2051 else if ( (LA12_0=='/') ) {s = 34;}
1082 2052
1083 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 17;} 2053 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 35;}
1084 2054
1085 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 = 18;} 2055 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 = 36;}
1086 2056
1087 if ( s>=0 ) return s; 2057 if ( s>=0 ) return s;
1088 break; 2058 break;
1089 case 2 : 2059 case 2 :
1090 int LA12_15 = input.LA(1); 2060 int LA12_32 = input.LA(1);
1091 2061
1092 s = -1; 2062 s = -1;
1093 if ( ((LA12_15>='\u0000' && LA12_15<='\uFFFF')) ) {s = 32;} 2063 if ( ((LA12_32>='\u0000' && LA12_32<='\uFFFF')) ) {s = 74;}
1094 2064
1095 else s = 18; 2065 else s = 36;
1096 2066
1097 if ( s>=0 ) return s; 2067 if ( s>=0 ) return s;
1098 break; 2068 break;