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