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.java678
1 files changed, 355 insertions, 323 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 29163b4d..46e0af6f 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
@@ -23,6 +23,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
23 public static final int T__12=12; 23 public static final int T__12=12;
24 public static final int T__56=56; 24 public static final int T__56=56;
25 public static final int T__13=13; 25 public static final int T__13=13;
26 public static final int T__57=57;
26 public static final int T__14=14; 27 public static final int T__14=14;
27 public static final int T__51=51; 28 public static final int T__51=51;
28 public static final int T__52=52; 29 public static final int T__52=52;
@@ -32,7 +33,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
32 public static final int T__26=26; 33 public static final int T__26=26;
33 public static final int T__27=27; 34 public static final int T__27=27;
34 public static final int T__28=28; 35 public static final int T__28=28;
35 public static final int RULE_INT=6; 36 public static final int RULE_INT=5;
36 public static final int T__29=29; 37 public static final int T__29=29;
37 public static final int T__22=22; 38 public static final int T__22=22;
38 public static final int RULE_ML_COMMENT=7; 39 public static final int RULE_ML_COMMENT=7;
@@ -41,7 +42,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
41 public static final int T__25=25; 42 public static final int T__25=25;
42 public static final int T__20=20; 43 public static final int T__20=20;
43 public static final int T__21=21; 44 public static final int T__21=21;
44 public static final int RULE_STRING=5; 45 public static final int RULE_STRING=6;
45 public static final int RULE_SL_COMMENT=8; 46 public static final int RULE_SL_COMMENT=8;
46 public static final int T__37=37; 47 public static final int T__37=37;
47 public static final int T__38=38; 48 public static final int T__38=38;
@@ -231,11 +232,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
231 try { 232 try {
232 int _type = T__18; 233 int _type = T__18;
233 int _channel = DEFAULT_TOKEN_CHANNEL; 234 int _channel = DEFAULT_TOKEN_CHANNEL;
234 // InternalApplicationConfiguration.g:18:7: ( 'import' ) 235 // InternalApplicationConfiguration.g:18:7: ( '-' )
235 // InternalApplicationConfiguration.g:18:9: 'import' 236 // InternalApplicationConfiguration.g:18:9: '-'
236 { 237 {
237 match("import"); 238 match('-');
238
239 239
240 } 240 }
241 241
@@ -252,10 +252,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
252 try { 252 try {
253 int _type = T__19; 253 int _type = T__19;
254 int _channel = DEFAULT_TOKEN_CHANNEL; 254 int _channel = DEFAULT_TOKEN_CHANNEL;
255 // InternalApplicationConfiguration.g:19:7: ( 'epackage' ) 255 // InternalApplicationConfiguration.g:19:7: ( 'import' )
256 // InternalApplicationConfiguration.g:19:9: 'epackage' 256 // InternalApplicationConfiguration.g:19:9: 'import'
257 { 257 {
258 match("epackage"); 258 match("import");
259 259
260 260
261 } 261 }
@@ -273,10 +273,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
273 try { 273 try {
274 int _type = T__20; 274 int _type = T__20;
275 int _channel = DEFAULT_TOKEN_CHANNEL; 275 int _channel = DEFAULT_TOKEN_CHANNEL;
276 // InternalApplicationConfiguration.g:20:7: ( 'viatra' ) 276 // InternalApplicationConfiguration.g:20:7: ( 'epackage' )
277 // InternalApplicationConfiguration.g:20:9: 'viatra' 277 // InternalApplicationConfiguration.g:20:9: 'epackage'
278 { 278 {
279 match("viatra"); 279 match("epackage");
280 280
281 281
282 } 282 }
@@ -294,10 +294,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
294 try { 294 try {
295 int _type = T__21; 295 int _type = T__21;
296 int _channel = DEFAULT_TOKEN_CHANNEL; 296 int _channel = DEFAULT_TOKEN_CHANNEL;
297 // InternalApplicationConfiguration.g:21:7: ( 'file' ) 297 // InternalApplicationConfiguration.g:21:7: ( 'viatra' )
298 // InternalApplicationConfiguration.g:21:9: 'file' 298 // InternalApplicationConfiguration.g:21:9: 'viatra'
299 { 299 {
300 match("file"); 300 match("viatra");
301 301
302 302
303 } 303 }
@@ -315,10 +315,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
315 try { 315 try {
316 int _type = T__22; 316 int _type = T__22;
317 int _channel = DEFAULT_TOKEN_CHANNEL; 317 int _channel = DEFAULT_TOKEN_CHANNEL;
318 // InternalApplicationConfiguration.g:22:7: ( '=' ) 318 // InternalApplicationConfiguration.g:22:7: ( 'file' )
319 // InternalApplicationConfiguration.g:22:9: '=' 319 // InternalApplicationConfiguration.g:22:9: 'file'
320 { 320 {
321 match('='); 321 match("file");
322
322 323
323 } 324 }
324 325
@@ -335,10 +336,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
335 try { 336 try {
336 int _type = T__23; 337 int _type = T__23;
337 int _channel = DEFAULT_TOKEN_CHANNEL; 338 int _channel = DEFAULT_TOKEN_CHANNEL;
338 // InternalApplicationConfiguration.g:23:7: ( '{' ) 339 // InternalApplicationConfiguration.g:23:7: ( '=' )
339 // InternalApplicationConfiguration.g:23:9: '{' 340 // InternalApplicationConfiguration.g:23:9: '='
340 { 341 {
341 match('{'); 342 match('=');
342 343
343 } 344 }
344 345
@@ -355,10 +356,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
355 try { 356 try {
356 int _type = T__24; 357 int _type = T__24;
357 int _channel = DEFAULT_TOKEN_CHANNEL; 358 int _channel = DEFAULT_TOKEN_CHANNEL;
358 // InternalApplicationConfiguration.g:24:7: ( '}' ) 359 // InternalApplicationConfiguration.g:24:7: ( '{' )
359 // InternalApplicationConfiguration.g:24:9: '}' 360 // InternalApplicationConfiguration.g:24:9: '{'
360 { 361 {
361 match('}'); 362 match('{');
362 363
363 } 364 }
364 365
@@ -375,10 +376,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
375 try { 376 try {
376 int _type = T__25; 377 int _type = T__25;
377 int _channel = DEFAULT_TOKEN_CHANNEL; 378 int _channel = DEFAULT_TOKEN_CHANNEL;
378 // InternalApplicationConfiguration.g:25:7: ( ',' ) 379 // InternalApplicationConfiguration.g:25:7: ( '}' )
379 // InternalApplicationConfiguration.g:25:9: ',' 380 // InternalApplicationConfiguration.g:25:9: '}'
380 { 381 {
381 match(','); 382 match('}');
382 383
383 } 384 }
384 385
@@ -395,11 +396,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
395 try { 396 try {
396 int _type = T__26; 397 int _type = T__26;
397 int _channel = DEFAULT_TOKEN_CHANNEL; 398 int _channel = DEFAULT_TOKEN_CHANNEL;
398 // InternalApplicationConfiguration.g:26:7: ( 'package' ) 399 // InternalApplicationConfiguration.g:26:7: ( ',' )
399 // InternalApplicationConfiguration.g:26:9: 'package' 400 // InternalApplicationConfiguration.g:26:9: ','
400 { 401 {
401 match("package"); 402 match(',');
402
403 403
404 } 404 }
405 405
@@ -416,10 +416,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
416 try { 416 try {
417 int _type = T__27; 417 int _type = T__27;
418 int _channel = DEFAULT_TOKEN_CHANNEL; 418 int _channel = DEFAULT_TOKEN_CHANNEL;
419 // InternalApplicationConfiguration.g:27:7: ( 'excluding' ) 419 // InternalApplicationConfiguration.g:27:7: ( 'package' )
420 // InternalApplicationConfiguration.g:27:9: 'excluding' 420 // InternalApplicationConfiguration.g:27:9: 'package'
421 { 421 {
422 match("excluding"); 422 match("package");
423 423
424 424
425 } 425 }
@@ -437,10 +437,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
437 try { 437 try {
438 int _type = T__28; 438 int _type = T__28;
439 int _channel = DEFAULT_TOKEN_CHANNEL; 439 int _channel = DEFAULT_TOKEN_CHANNEL;
440 // InternalApplicationConfiguration.g:28:7: ( '::' ) 440 // InternalApplicationConfiguration.g:28:7: ( 'excluding' )
441 // InternalApplicationConfiguration.g:28:9: '::' 441 // InternalApplicationConfiguration.g:28:9: 'excluding'
442 { 442 {
443 match("::"); 443 match("excluding");
444 444
445 445
446 } 446 }
@@ -458,10 +458,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
458 try { 458 try {
459 int _type = T__29; 459 int _type = T__29;
460 int _channel = DEFAULT_TOKEN_CHANNEL; 460 int _channel = DEFAULT_TOKEN_CHANNEL;
461 // InternalApplicationConfiguration.g:29:7: ( 'metamodel' ) 461 // InternalApplicationConfiguration.g:29:7: ( '::' )
462 // InternalApplicationConfiguration.g:29:9: 'metamodel' 462 // InternalApplicationConfiguration.g:29:9: '::'
463 { 463 {
464 match("metamodel"); 464 match("::");
465 465
466 466
467 } 467 }
@@ -479,10 +479,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
479 try { 479 try {
480 int _type = T__30; 480 int _type = T__30;
481 int _channel = DEFAULT_TOKEN_CHANNEL; 481 int _channel = DEFAULT_TOKEN_CHANNEL;
482 // InternalApplicationConfiguration.g:30:7: ( 'folder' ) 482 // InternalApplicationConfiguration.g:30:7: ( 'metamodel' )
483 // InternalApplicationConfiguration.g:30:9: 'folder' 483 // InternalApplicationConfiguration.g:30:9: 'metamodel'
484 { 484 {
485 match("folder"); 485 match("metamodel");
486 486
487 487
488 } 488 }
@@ -500,10 +500,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
500 try { 500 try {
501 int _type = T__31; 501 int _type = T__31;
502 int _channel = DEFAULT_TOKEN_CHANNEL; 502 int _channel = DEFAULT_TOKEN_CHANNEL;
503 // InternalApplicationConfiguration.g:31:7: ( 'models' ) 503 // InternalApplicationConfiguration.g:31:7: ( 'folder' )
504 // InternalApplicationConfiguration.g:31:9: 'models' 504 // InternalApplicationConfiguration.g:31:9: 'folder'
505 { 505 {
506 match("models"); 506 match("folder");
507 507
508 508
509 } 509 }
@@ -521,10 +521,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
521 try { 521 try {
522 int _type = T__32; 522 int _type = T__32;
523 int _channel = DEFAULT_TOKEN_CHANNEL; 523 int _channel = DEFAULT_TOKEN_CHANNEL;
524 // InternalApplicationConfiguration.g:32:7: ( 'constraints' ) 524 // InternalApplicationConfiguration.g:32:7: ( 'models' )
525 // InternalApplicationConfiguration.g:32:9: 'constraints' 525 // InternalApplicationConfiguration.g:32:9: 'models'
526 { 526 {
527 match("constraints"); 527 match("models");
528 528
529 529
530 } 530 }
@@ -542,10 +542,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
542 try { 542 try {
543 int _type = T__33; 543 int _type = T__33;
544 int _channel = DEFAULT_TOKEN_CHANNEL; 544 int _channel = DEFAULT_TOKEN_CHANNEL;
545 // InternalApplicationConfiguration.g:33:7: ( 'config' ) 545 // InternalApplicationConfiguration.g:33:7: ( 'constraints' )
546 // InternalApplicationConfiguration.g:33:9: 'config' 546 // InternalApplicationConfiguration.g:33:9: 'constraints'
547 { 547 {
548 match("config"); 548 match("constraints");
549 549
550 550
551 } 551 }
@@ -563,10 +563,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
563 try { 563 try {
564 int _type = T__34; 564 int _type = T__34;
565 int _channel = DEFAULT_TOKEN_CHANNEL; 565 int _channel = DEFAULT_TOKEN_CHANNEL;
566 // InternalApplicationConfiguration.g:34:7: ( 'log-level' ) 566 // InternalApplicationConfiguration.g:34:7: ( 'config' )
567 // InternalApplicationConfiguration.g:34:9: 'log-level' 567 // InternalApplicationConfiguration.g:34:9: 'config'
568 { 568 {
569 match("log-level"); 569 match("config");
570 570
571 571
572 } 572 }
@@ -584,10 +584,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
584 try { 584 try {
585 int _type = T__35; 585 int _type = T__35;
586 int _channel = DEFAULT_TOKEN_CHANNEL; 586 int _channel = DEFAULT_TOKEN_CHANNEL;
587 // InternalApplicationConfiguration.g:35:7: ( 'runtime' ) 587 // InternalApplicationConfiguration.g:35:7: ( 'log-level' )
588 // InternalApplicationConfiguration.g:35:9: 'runtime' 588 // InternalApplicationConfiguration.g:35:9: 'log-level'
589 { 589 {
590 match("runtime"); 590 match("log-level");
591 591
592 592
593 } 593 }
@@ -605,10 +605,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
605 try { 605 try {
606 int _type = T__36; 606 int _type = T__36;
607 int _channel = DEFAULT_TOKEN_CHANNEL; 607 int _channel = DEFAULT_TOKEN_CHANNEL;
608 // InternalApplicationConfiguration.g:36:7: ( 'memory' ) 608 // InternalApplicationConfiguration.g:36:7: ( 'runtime' )
609 // InternalApplicationConfiguration.g:36:9: 'memory' 609 // InternalApplicationConfiguration.g:36:9: 'runtime'
610 { 610 {
611 match("memory"); 611 match("runtime");
612 612
613 613
614 } 614 }
@@ -626,10 +626,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
626 try { 626 try {
627 int _type = T__37; 627 int _type = T__37;
628 int _channel = DEFAULT_TOKEN_CHANNEL; 628 int _channel = DEFAULT_TOKEN_CHANNEL;
629 // InternalApplicationConfiguration.g:37:7: ( '#' ) 629 // InternalApplicationConfiguration.g:37:7: ( 'memory' )
630 // InternalApplicationConfiguration.g:37:9: '#' 630 // InternalApplicationConfiguration.g:37:9: 'memory'
631 { 631 {
632 match('#'); 632 match("memory");
633
633 634
634 } 635 }
635 636
@@ -646,10 +647,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
646 try { 647 try {
647 int _type = T__38; 648 int _type = T__38;
648 int _channel = DEFAULT_TOKEN_CHANNEL; 649 int _channel = DEFAULT_TOKEN_CHANNEL;
649 // InternalApplicationConfiguration.g:38:7: ( '<' ) 650 // InternalApplicationConfiguration.g:38:7: ( '#' )
650 // InternalApplicationConfiguration.g:38:9: '<' 651 // InternalApplicationConfiguration.g:38:9: '#'
651 { 652 {
652 match('<'); 653 match('#');
653 654
654 } 655 }
655 656
@@ -666,10 +667,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
666 try { 667 try {
667 int _type = T__39; 668 int _type = T__39;
668 int _channel = DEFAULT_TOKEN_CHANNEL; 669 int _channel = DEFAULT_TOKEN_CHANNEL;
669 // InternalApplicationConfiguration.g:39:7: ( '>' ) 670 // InternalApplicationConfiguration.g:39:7: ( '<' )
670 // InternalApplicationConfiguration.g:39:9: '>' 671 // InternalApplicationConfiguration.g:39:9: '<'
671 { 672 {
672 match('>'); 673 match('<');
673 674
674 } 675 }
675 676
@@ -686,11 +687,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
686 try { 687 try {
687 int _type = T__40; 688 int _type = T__40;
688 int _channel = DEFAULT_TOKEN_CHANNEL; 689 int _channel = DEFAULT_TOKEN_CHANNEL;
689 // InternalApplicationConfiguration.g:40:7: ( 'node' ) 690 // InternalApplicationConfiguration.g:40:7: ( '>' )
690 // InternalApplicationConfiguration.g:40:9: 'node' 691 // InternalApplicationConfiguration.g:40:9: '>'
691 { 692 {
692 match("node"); 693 match('>');
693
694 694
695 } 695 }
696 696
@@ -707,10 +707,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
707 try { 707 try {
708 int _type = T__41; 708 int _type = T__41;
709 int _channel = DEFAULT_TOKEN_CHANNEL; 709 int _channel = DEFAULT_TOKEN_CHANNEL;
710 // InternalApplicationConfiguration.g:41:7: ( 'int' ) 710 // InternalApplicationConfiguration.g:41:7: ( 'node' )
711 // InternalApplicationConfiguration.g:41:9: 'int' 711 // InternalApplicationConfiguration.g:41:9: 'node'
712 { 712 {
713 match("int"); 713 match("node");
714 714
715 715
716 } 716 }
@@ -728,10 +728,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
728 try { 728 try {
729 int _type = T__42; 729 int _type = T__42;
730 int _channel = DEFAULT_TOKEN_CHANNEL; 730 int _channel = DEFAULT_TOKEN_CHANNEL;
731 // InternalApplicationConfiguration.g:42:7: ( 'real' ) 731 // InternalApplicationConfiguration.g:42:7: ( 'int' )
732 // InternalApplicationConfiguration.g:42:9: 'real' 732 // InternalApplicationConfiguration.g:42:9: 'int'
733 { 733 {
734 match("real"); 734 match("int");
735 735
736 736
737 } 737 }
@@ -749,10 +749,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
749 try { 749 try {
750 int _type = T__43; 750 int _type = T__43;
751 int _channel = DEFAULT_TOKEN_CHANNEL; 751 int _channel = DEFAULT_TOKEN_CHANNEL;
752 // InternalApplicationConfiguration.g:43:7: ( 'string' ) 752 // InternalApplicationConfiguration.g:43:7: ( 'real' )
753 // InternalApplicationConfiguration.g:43:9: 'string' 753 // InternalApplicationConfiguration.g:43:9: 'real'
754 { 754 {
755 match("string"); 755 match("real");
756 756
757 757
758 } 758 }
@@ -770,10 +770,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
770 try { 770 try {
771 int _type = T__44; 771 int _type = T__44;
772 int _channel = DEFAULT_TOKEN_CHANNEL; 772 int _channel = DEFAULT_TOKEN_CHANNEL;
773 // InternalApplicationConfiguration.g:44:7: ( '..' ) 773 // InternalApplicationConfiguration.g:44:7: ( 'string' )
774 // InternalApplicationConfiguration.g:44:9: '..' 774 // InternalApplicationConfiguration.g:44:9: 'string'
775 { 775 {
776 match(".."); 776 match("string");
777 777
778 778
779 } 779 }
@@ -791,10 +791,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
791 try { 791 try {
792 int _type = T__45; 792 int _type = T__45;
793 int _channel = DEFAULT_TOKEN_CHANNEL; 793 int _channel = DEFAULT_TOKEN_CHANNEL;
794 // InternalApplicationConfiguration.g:45:7: ( 'scope' ) 794 // InternalApplicationConfiguration.g:45:7: ( '..' )
795 // InternalApplicationConfiguration.g:45:9: 'scope' 795 // InternalApplicationConfiguration.g:45:9: '..'
796 { 796 {
797 match("scope"); 797 match("..");
798 798
799 799
800 } 800 }
@@ -812,10 +812,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
812 try { 812 try {
813 int _type = T__46; 813 int _type = T__46;
814 int _channel = DEFAULT_TOKEN_CHANNEL; 814 int _channel = DEFAULT_TOKEN_CHANNEL;
815 // InternalApplicationConfiguration.g:46:7: ( 'generate' ) 815 // InternalApplicationConfiguration.g:46:7: ( 'scope' )
816 // InternalApplicationConfiguration.g:46:9: 'generate' 816 // InternalApplicationConfiguration.g:46:9: 'scope'
817 { 817 {
818 match("generate"); 818 match("scope");
819 819
820 820
821 } 821 }
@@ -833,10 +833,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
833 try { 833 try {
834 int _type = T__47; 834 int _type = T__47;
835 int _channel = DEFAULT_TOKEN_CHANNEL; 835 int _channel = DEFAULT_TOKEN_CHANNEL;
836 // InternalApplicationConfiguration.g:47:7: ( 'partial-model' ) 836 // InternalApplicationConfiguration.g:47:7: ( 'generate' )
837 // InternalApplicationConfiguration.g:47:9: 'partial-model' 837 // InternalApplicationConfiguration.g:47:9: 'generate'
838 { 838 {
839 match("partial-model"); 839 match("generate");
840 840
841 841
842 } 842 }
@@ -854,10 +854,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
854 try { 854 try {
855 int _type = T__48; 855 int _type = T__48;
856 int _channel = DEFAULT_TOKEN_CHANNEL; 856 int _channel = DEFAULT_TOKEN_CHANNEL;
857 // InternalApplicationConfiguration.g:48:7: ( 'solver' ) 857 // InternalApplicationConfiguration.g:48:7: ( 'partial-model' )
858 // InternalApplicationConfiguration.g:48:9: 'solver' 858 // InternalApplicationConfiguration.g:48:9: 'partial-model'
859 { 859 {
860 match("solver"); 860 match("partial-model");
861 861
862 862
863 } 863 }
@@ -875,10 +875,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
875 try { 875 try {
876 int _type = T__49; 876 int _type = T__49;
877 int _channel = DEFAULT_TOKEN_CHANNEL; 877 int _channel = DEFAULT_TOKEN_CHANNEL;
878 // InternalApplicationConfiguration.g:49:7: ( 'debug' ) 878 // InternalApplicationConfiguration.g:49:7: ( 'solver' )
879 // InternalApplicationConfiguration.g:49:9: 'debug' 879 // InternalApplicationConfiguration.g:49:9: 'solver'
880 { 880 {
881 match("debug"); 881 match("solver");
882 882
883 883
884 } 884 }
@@ -896,10 +896,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
896 try { 896 try {
897 int _type = T__50; 897 int _type = T__50;
898 int _channel = DEFAULT_TOKEN_CHANNEL; 898 int _channel = DEFAULT_TOKEN_CHANNEL;
899 // InternalApplicationConfiguration.g:50:7: ( 'log' ) 899 // InternalApplicationConfiguration.g:50:7: ( 'debug' )
900 // InternalApplicationConfiguration.g:50:9: 'log' 900 // InternalApplicationConfiguration.g:50:9: 'debug'
901 { 901 {
902 match("log"); 902 match("debug");
903 903
904 904
905 } 905 }
@@ -917,10 +917,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
917 try { 917 try {
918 int _type = T__51; 918 int _type = T__51;
919 int _channel = DEFAULT_TOKEN_CHANNEL; 919 int _channel = DEFAULT_TOKEN_CHANNEL;
920 // InternalApplicationConfiguration.g:51:7: ( 'statistics' ) 920 // InternalApplicationConfiguration.g:51:7: ( 'log' )
921 // InternalApplicationConfiguration.g:51:9: 'statistics' 921 // InternalApplicationConfiguration.g:51:9: 'log'
922 { 922 {
923 match("statistics"); 923 match("log");
924 924
925 925
926 } 926 }
@@ -938,10 +938,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
938 try { 938 try {
939 int _type = T__52; 939 int _type = T__52;
940 int _channel = DEFAULT_TOKEN_CHANNEL; 940 int _channel = DEFAULT_TOKEN_CHANNEL;
941 // InternalApplicationConfiguration.g:52:7: ( 'output' ) 941 // InternalApplicationConfiguration.g:52:7: ( 'statistics' )
942 // InternalApplicationConfiguration.g:52:9: 'output' 942 // InternalApplicationConfiguration.g:52:9: 'statistics'
943 { 943 {
944 match("output"); 944 match("statistics");
945 945
946 946
947 } 947 }
@@ -959,10 +959,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
959 try { 959 try {
960 int _type = T__53; 960 int _type = T__53;
961 int _channel = DEFAULT_TOKEN_CHANNEL; 961 int _channel = DEFAULT_TOKEN_CHANNEL;
962 // InternalApplicationConfiguration.g:53:7: ( '+=' ) 962 // InternalApplicationConfiguration.g:53:7: ( 'output' )
963 // InternalApplicationConfiguration.g:53:9: '+=' 963 // InternalApplicationConfiguration.g:53:9: 'output'
964 { 964 {
965 match("+="); 965 match("output");
966 966
967 967
968 } 968 }
@@ -980,10 +980,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
980 try { 980 try {
981 int _type = T__54; 981 int _type = T__54;
982 int _channel = DEFAULT_TOKEN_CHANNEL; 982 int _channel = DEFAULT_TOKEN_CHANNEL;
983 // InternalApplicationConfiguration.g:54:7: ( '*' ) 983 // InternalApplicationConfiguration.g:54:7: ( '+=' )
984 // InternalApplicationConfiguration.g:54:9: '*' 984 // InternalApplicationConfiguration.g:54:9: '+='
985 { 985 {
986 match('*'); 986 match("+=");
987
987 988
988 } 989 }
989 990
@@ -1000,11 +1001,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1000 try { 1001 try {
1001 int _type = T__55; 1002 int _type = T__55;
1002 int _channel = DEFAULT_TOKEN_CHANNEL; 1003 int _channel = DEFAULT_TOKEN_CHANNEL;
1003 // InternalApplicationConfiguration.g:55:7: ( 'number' ) 1004 // InternalApplicationConfiguration.g:55:7: ( '*' )
1004 // InternalApplicationConfiguration.g:55:9: 'number' 1005 // InternalApplicationConfiguration.g:55:9: '*'
1005 { 1006 {
1006 match("number"); 1007 match('*');
1007
1008 1008
1009 } 1009 }
1010 1010
@@ -1021,10 +1021,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1021 try { 1021 try {
1022 int _type = T__56; 1022 int _type = T__56;
1023 int _channel = DEFAULT_TOKEN_CHANNEL; 1023 int _channel = DEFAULT_TOKEN_CHANNEL;
1024 // InternalApplicationConfiguration.g:56:7: ( 'runs' ) 1024 // InternalApplicationConfiguration.g:56:7: ( 'number' )
1025 // InternalApplicationConfiguration.g:56:9: 'runs' 1025 // InternalApplicationConfiguration.g:56:9: 'number'
1026 { 1026 {
1027 match("runs"); 1027 match("number");
1028 1028
1029 1029
1030 } 1030 }
@@ -1037,15 +1037,36 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1037 } 1037 }
1038 // $ANTLR end "T__56" 1038 // $ANTLR end "T__56"
1039 1039
1040 // $ANTLR start "T__57"
1041 public final void mT__57() throws RecognitionException {
1042 try {
1043 int _type = T__57;
1044 int _channel = DEFAULT_TOKEN_CHANNEL;
1045 // InternalApplicationConfiguration.g:57:7: ( 'runs' )
1046 // InternalApplicationConfiguration.g:57:9: 'runs'
1047 {
1048 match("runs");
1049
1050
1051 }
1052
1053 state.type = _type;
1054 state.channel = _channel;
1055 }
1056 finally {
1057 }
1058 }
1059 // $ANTLR end "T__57"
1060
1040 // $ANTLR start "RULE_ID" 1061 // $ANTLR start "RULE_ID"
1041 public final void mRULE_ID() throws RecognitionException { 1062 public final void mRULE_ID() throws RecognitionException {
1042 try { 1063 try {
1043 int _type = RULE_ID; 1064 int _type = RULE_ID;
1044 int _channel = DEFAULT_TOKEN_CHANNEL; 1065 int _channel = DEFAULT_TOKEN_CHANNEL;
1045 // InternalApplicationConfiguration.g:10264:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 1066 // InternalApplicationConfiguration.g:10476:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
1046 // InternalApplicationConfiguration.g:10264:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1067 // InternalApplicationConfiguration.g:10476:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1047 { 1068 {
1048 // InternalApplicationConfiguration.g:10264:11: ( '^' )? 1069 // InternalApplicationConfiguration.g:10476:11: ( '^' )?
1049 int alt1=2; 1070 int alt1=2;
1050 int LA1_0 = input.LA(1); 1071 int LA1_0 = input.LA(1);
1051 1072
@@ -1054,7 +1075,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1054 } 1075 }
1055 switch (alt1) { 1076 switch (alt1) {
1056 case 1 : 1077 case 1 :
1057 // InternalApplicationConfiguration.g:10264:11: '^' 1078 // InternalApplicationConfiguration.g:10476:11: '^'
1058 { 1079 {
1059 match('^'); 1080 match('^');
1060 1081
@@ -1072,7 +1093,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1072 recover(mse); 1093 recover(mse);
1073 throw mse;} 1094 throw mse;}
1074 1095
1075 // InternalApplicationConfiguration.g:10264:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1096 // InternalApplicationConfiguration.g:10476:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
1076 loop2: 1097 loop2:
1077 do { 1098 do {
1078 int alt2=2; 1099 int alt2=2;
@@ -1121,10 +1142,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1121 try { 1142 try {
1122 int _type = RULE_INT; 1143 int _type = RULE_INT;
1123 int _channel = DEFAULT_TOKEN_CHANNEL; 1144 int _channel = DEFAULT_TOKEN_CHANNEL;
1124 // InternalApplicationConfiguration.g:10266:10: ( ( '0' .. '9' )+ ) 1145 // InternalApplicationConfiguration.g:10478:10: ( ( '0' .. '9' )+ )
1125 // InternalApplicationConfiguration.g:10266:12: ( '0' .. '9' )+ 1146 // InternalApplicationConfiguration.g:10478:12: ( '0' .. '9' )+
1126 { 1147 {
1127 // InternalApplicationConfiguration.g:10266:12: ( '0' .. '9' )+ 1148 // InternalApplicationConfiguration.g:10478:12: ( '0' .. '9' )+
1128 int cnt3=0; 1149 int cnt3=0;
1129 loop3: 1150 loop3:
1130 do { 1151 do {
@@ -1138,7 +1159,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1138 1159
1139 switch (alt3) { 1160 switch (alt3) {
1140 case 1 : 1161 case 1 :
1141 // InternalApplicationConfiguration.g:10266:13: '0' .. '9' 1162 // InternalApplicationConfiguration.g:10478:13: '0' .. '9'
1142 { 1163 {
1143 matchRange('0','9'); 1164 matchRange('0','9');
1144 1165
@@ -1170,10 +1191,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1170 try { 1191 try {
1171 int _type = RULE_STRING; 1192 int _type = RULE_STRING;
1172 int _channel = DEFAULT_TOKEN_CHANNEL; 1193 int _channel = DEFAULT_TOKEN_CHANNEL;
1173 // InternalApplicationConfiguration.g:10268:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 1194 // InternalApplicationConfiguration.g:10480:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
1174 // InternalApplicationConfiguration.g:10268:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1195 // InternalApplicationConfiguration.g:10480:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1175 { 1196 {
1176 // InternalApplicationConfiguration.g:10268:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1197 // InternalApplicationConfiguration.g:10480:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1177 int alt6=2; 1198 int alt6=2;
1178 int LA6_0 = input.LA(1); 1199 int LA6_0 = input.LA(1);
1179 1200
@@ -1191,10 +1212,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1191 } 1212 }
1192 switch (alt6) { 1213 switch (alt6) {
1193 case 1 : 1214 case 1 :
1194 // InternalApplicationConfiguration.g:10268:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1215 // InternalApplicationConfiguration.g:10480:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
1195 { 1216 {
1196 match('\"'); 1217 match('\"');
1197 // InternalApplicationConfiguration.g:10268:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1218 // InternalApplicationConfiguration.g:10480:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
1198 loop4: 1219 loop4:
1199 do { 1220 do {
1200 int alt4=3; 1221 int alt4=3;
@@ -1210,7 +1231,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1210 1231
1211 switch (alt4) { 1232 switch (alt4) {
1212 case 1 : 1233 case 1 :
1213 // InternalApplicationConfiguration.g:10268:21: '\\\\' . 1234 // InternalApplicationConfiguration.g:10480:21: '\\\\' .
1214 { 1235 {
1215 match('\\'); 1236 match('\\');
1216 matchAny(); 1237 matchAny();
@@ -1218,7 +1239,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1218 } 1239 }
1219 break; 1240 break;
1220 case 2 : 1241 case 2 :
1221 // InternalApplicationConfiguration.g:10268:28: ~ ( ( '\\\\' | '\"' ) ) 1242 // InternalApplicationConfiguration.g:10480:28: ~ ( ( '\\\\' | '\"' ) )
1222 { 1243 {
1223 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1244 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1224 input.consume(); 1245 input.consume();
@@ -1243,10 +1264,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1243 } 1264 }
1244 break; 1265 break;
1245 case 2 : 1266 case 2 :
1246 // InternalApplicationConfiguration.g:10268:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1267 // InternalApplicationConfiguration.g:10480:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
1247 { 1268 {
1248 match('\''); 1269 match('\'');
1249 // InternalApplicationConfiguration.g:10268:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1270 // InternalApplicationConfiguration.g:10480:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
1250 loop5: 1271 loop5:
1251 do { 1272 do {
1252 int alt5=3; 1273 int alt5=3;
@@ -1262,7 +1283,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1262 1283
1263 switch (alt5) { 1284 switch (alt5) {
1264 case 1 : 1285 case 1 :
1265 // InternalApplicationConfiguration.g:10268:54: '\\\\' . 1286 // InternalApplicationConfiguration.g:10480:54: '\\\\' .
1266 { 1287 {
1267 match('\\'); 1288 match('\\');
1268 matchAny(); 1289 matchAny();
@@ -1270,7 +1291,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1270 } 1291 }
1271 break; 1292 break;
1272 case 2 : 1293 case 2 :
1273 // InternalApplicationConfiguration.g:10268:61: ~ ( ( '\\\\' | '\\'' ) ) 1294 // InternalApplicationConfiguration.g:10480:61: ~ ( ( '\\\\' | '\\'' ) )
1274 { 1295 {
1275 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1296 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1276 input.consume(); 1297 input.consume();
@@ -1313,12 +1334,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1313 try { 1334 try {
1314 int _type = RULE_ML_COMMENT; 1335 int _type = RULE_ML_COMMENT;
1315 int _channel = DEFAULT_TOKEN_CHANNEL; 1336 int _channel = DEFAULT_TOKEN_CHANNEL;
1316 // InternalApplicationConfiguration.g:10270:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1337 // InternalApplicationConfiguration.g:10482:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1317 // InternalApplicationConfiguration.g:10270:19: '/*' ( options {greedy=false; } : . )* '*/' 1338 // InternalApplicationConfiguration.g:10482:19: '/*' ( options {greedy=false; } : . )* '*/'
1318 { 1339 {
1319 match("/*"); 1340 match("/*");
1320 1341
1321 // InternalApplicationConfiguration.g:10270:24: ( options {greedy=false; } : . )* 1342 // InternalApplicationConfiguration.g:10482:24: ( options {greedy=false; } : . )*
1322 loop7: 1343 loop7:
1323 do { 1344 do {
1324 int alt7=2; 1345 int alt7=2;
@@ -1343,7 +1364,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1343 1364
1344 switch (alt7) { 1365 switch (alt7) {
1345 case 1 : 1366 case 1 :
1346 // InternalApplicationConfiguration.g:10270:52: . 1367 // InternalApplicationConfiguration.g:10482:52: .
1347 { 1368 {
1348 matchAny(); 1369 matchAny();
1349 1370
@@ -1373,12 +1394,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1373 try { 1394 try {
1374 int _type = RULE_SL_COMMENT; 1395 int _type = RULE_SL_COMMENT;
1375 int _channel = DEFAULT_TOKEN_CHANNEL; 1396 int _channel = DEFAULT_TOKEN_CHANNEL;
1376 // InternalApplicationConfiguration.g:10272:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1397 // InternalApplicationConfiguration.g:10484:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1377 // InternalApplicationConfiguration.g:10272:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1398 // InternalApplicationConfiguration.g:10484:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1378 { 1399 {
1379 match("//"); 1400 match("//");
1380 1401
1381 // InternalApplicationConfiguration.g:10272:24: (~ ( ( '\\n' | '\\r' ) ) )* 1402 // InternalApplicationConfiguration.g:10484:24: (~ ( ( '\\n' | '\\r' ) ) )*
1382 loop8: 1403 loop8:
1383 do { 1404 do {
1384 int alt8=2; 1405 int alt8=2;
@@ -1391,7 +1412,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1391 1412
1392 switch (alt8) { 1413 switch (alt8) {
1393 case 1 : 1414 case 1 :
1394 // InternalApplicationConfiguration.g:10272:24: ~ ( ( '\\n' | '\\r' ) ) 1415 // InternalApplicationConfiguration.g:10484:24: ~ ( ( '\\n' | '\\r' ) )
1395 { 1416 {
1396 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') ) { 1417 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') ) {
1397 input.consume(); 1418 input.consume();
@@ -1411,7 +1432,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1411 } 1432 }
1412 } while (true); 1433 } while (true);
1413 1434
1414 // InternalApplicationConfiguration.g:10272:40: ( ( '\\r' )? '\\n' )? 1435 // InternalApplicationConfiguration.g:10484:40: ( ( '\\r' )? '\\n' )?
1415 int alt10=2; 1436 int alt10=2;
1416 int LA10_0 = input.LA(1); 1437 int LA10_0 = input.LA(1);
1417 1438
@@ -1420,9 +1441,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1420 } 1441 }
1421 switch (alt10) { 1442 switch (alt10) {
1422 case 1 : 1443 case 1 :
1423 // InternalApplicationConfiguration.g:10272:41: ( '\\r' )? '\\n' 1444 // InternalApplicationConfiguration.g:10484:41: ( '\\r' )? '\\n'
1424 { 1445 {
1425 // InternalApplicationConfiguration.g:10272:41: ( '\\r' )? 1446 // InternalApplicationConfiguration.g:10484:41: ( '\\r' )?
1426 int alt9=2; 1447 int alt9=2;
1427 int LA9_0 = input.LA(1); 1448 int LA9_0 = input.LA(1);
1428 1449
@@ -1431,7 +1452,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1431 } 1452 }
1432 switch (alt9) { 1453 switch (alt9) {
1433 case 1 : 1454 case 1 :
1434 // InternalApplicationConfiguration.g:10272:41: '\\r' 1455 // InternalApplicationConfiguration.g:10484:41: '\\r'
1435 { 1456 {
1436 match('\r'); 1457 match('\r');
1437 1458
@@ -1463,10 +1484,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1463 try { 1484 try {
1464 int _type = RULE_WS; 1485 int _type = RULE_WS;
1465 int _channel = DEFAULT_TOKEN_CHANNEL; 1486 int _channel = DEFAULT_TOKEN_CHANNEL;
1466 // InternalApplicationConfiguration.g:10274:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1487 // InternalApplicationConfiguration.g:10486:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1467 // InternalApplicationConfiguration.g:10274:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1488 // InternalApplicationConfiguration.g:10486:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1468 { 1489 {
1469 // InternalApplicationConfiguration.g:10274:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1490 // InternalApplicationConfiguration.g:10486:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1470 int cnt11=0; 1491 int cnt11=0;
1471 loop11: 1492 loop11:
1472 do { 1493 do {
@@ -1520,8 +1541,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1520 try { 1541 try {
1521 int _type = RULE_ANY_OTHER; 1542 int _type = RULE_ANY_OTHER;
1522 int _channel = DEFAULT_TOKEN_CHANNEL; 1543 int _channel = DEFAULT_TOKEN_CHANNEL;
1523 // InternalApplicationConfiguration.g:10276:16: ( . ) 1544 // InternalApplicationConfiguration.g:10488:16: ( . )
1524 // InternalApplicationConfiguration.g:10276:18: . 1545 // InternalApplicationConfiguration.g:10488:18: .
1525 { 1546 {
1526 matchAny(); 1547 matchAny();
1527 1548
@@ -1536,8 +1557,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1536 // $ANTLR end "RULE_ANY_OTHER" 1557 // $ANTLR end "RULE_ANY_OTHER"
1537 1558
1538 public void mTokens() throws RecognitionException { 1559 public void mTokens() throws RecognitionException {
1539 // InternalApplicationConfiguration.g:1:8: ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER ) 1560 // InternalApplicationConfiguration.g:1:8: ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER )
1540 int alt12=53; 1561 int alt12=54;
1541 alt12 = dfa12.predict(input); 1562 alt12 = dfa12.predict(input);
1542 switch (alt12) { 1563 switch (alt12) {
1543 case 1 : 1564 case 1 :
@@ -1863,49 +1884,56 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1863 } 1884 }
1864 break; 1885 break;
1865 case 47 : 1886 case 47 :
1866 // InternalApplicationConfiguration.g:1:286: RULE_ID 1887 // InternalApplicationConfiguration.g:1:286: T__57
1867 { 1888 {
1868 mRULE_ID(); 1889 mT__57();
1869 1890
1870 } 1891 }
1871 break; 1892 break;
1872 case 48 : 1893 case 48 :
1873 // InternalApplicationConfiguration.g:1:294: RULE_INT 1894 // InternalApplicationConfiguration.g:1:292: RULE_ID
1874 { 1895 {
1875 mRULE_INT(); 1896 mRULE_ID();
1876 1897
1877 } 1898 }
1878 break; 1899 break;
1879 case 49 : 1900 case 49 :
1880 // InternalApplicationConfiguration.g:1:303: RULE_STRING 1901 // InternalApplicationConfiguration.g:1:300: RULE_INT
1881 { 1902 {
1882 mRULE_STRING(); 1903 mRULE_INT();
1883 1904
1884 } 1905 }
1885 break; 1906 break;
1886 case 50 : 1907 case 50 :
1887 // InternalApplicationConfiguration.g:1:315: RULE_ML_COMMENT 1908 // InternalApplicationConfiguration.g:1:309: RULE_STRING
1888 { 1909 {
1889 mRULE_ML_COMMENT(); 1910 mRULE_STRING();
1890 1911
1891 } 1912 }
1892 break; 1913 break;
1893 case 51 : 1914 case 51 :
1894 // InternalApplicationConfiguration.g:1:331: RULE_SL_COMMENT 1915 // InternalApplicationConfiguration.g:1:321: RULE_ML_COMMENT
1895 { 1916 {
1896 mRULE_SL_COMMENT(); 1917 mRULE_ML_COMMENT();
1897 1918
1898 } 1919 }
1899 break; 1920 break;
1900 case 52 : 1921 case 52 :
1901 // InternalApplicationConfiguration.g:1:347: RULE_WS 1922 // InternalApplicationConfiguration.g:1:337: RULE_SL_COMMENT
1902 { 1923 {
1903 mRULE_WS(); 1924 mRULE_SL_COMMENT();
1904 1925
1905 } 1926 }
1906 break; 1927 break;
1907 case 53 : 1928 case 53 :
1908 // InternalApplicationConfiguration.g:1:355: RULE_ANY_OTHER 1929 // InternalApplicationConfiguration.g:1:353: RULE_WS
1930 {
1931 mRULE_WS();
1932
1933 }
1934 break;
1935 case 54 :
1936 // InternalApplicationConfiguration.g:1:361: RULE_ANY_OTHER
1909 { 1937 {
1910 mRULE_ANY_OTHER(); 1938 mRULE_ANY_OTHER();
1911 1939
@@ -1919,92 +1947,94 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1919 1947
1920 protected DFA12 dfa12 = new DFA12(this); 1948 protected DFA12 dfa12 = new DFA12(this);
1921 static final String DFA12_eotS = 1949 static final String DFA12_eotS =
1922 "\1\uffff\5\47\1\57\3\47\4\uffff\1\47\1\44\4\47\3\uffff\4\47\1\44\1\uffff\1\44\2\uffff\3\44\2\uffff\2\47\1\uffff\6\47\2\uffff\5\47\4\uffff\1\47\1\uffff\6\47\3\uffff\6\47\7\uffff\13\47\1\173\11\47\1\u0087\11\47\1\u0092\1\47\1\u0094\1\47\1\u0096\1\u0097\5\47\1\uffff\12\47\2\uffff\1\47\1\u00a8\1\u00a9\7\47\1\uffff\1\47\1\uffff\1\47\2\uffff\20\47\2\uffff\2\47\1\u00c5\2\47\1\u00c8\1\47\1\u00ca\1\u00cb\1\u00cc\3\47\1\u00d0\2\47\1\u00d3\3\47\1\u00d7\1\u00d8\1\47\1\u00da\1\47\1\u00dc\1\47\1\uffff\1\u00de\1\47\1\uffff\1\u00e0\3\uffff\3\47\1\uffff\2\47\1\uffff\1\u00e6\2\47\2\uffff\1\47\1\uffff\1\u00ea\1\uffff\1\47\1\uffff\1\47\1\uffff\3\47\1\u00f0\1\47\2\uffff\2\47\1\uffff\1\47\1\u00f5\1\u00f6\2\47\1\uffff\1\u00f9\1\u00fa\2\47\2\uffff\2\47\2\uffff\1\47\1\u0100\1\u0101\1\47\1\u0103\2\uffff\1\u0104\2\uffff"; 1950 "\1\uffff\5\50\1\60\1\uffff\3\50\4\uffff\1\50\1\45\4\50\3\uffff\4\50\1\45\1\uffff\1\45\2\uffff\3\45\2\uffff\2\50\1\uffff\6\50\3\uffff\5\50\4\uffff\1\50\1\uffff\6\50\3\uffff\6\50\7\uffff\13\50\1\175\11\50\1\u0089\11\50\1\u0094\1\50\1\u0096\1\50\1\u0098\1\u0099\5\50\1\uffff\12\50\2\uffff\1\50\1\u00aa\1\u00ab\7\50\1\uffff\1\50\1\uffff\1\50\2\uffff\20\50\2\uffff\2\50\1\u00c7\2\50\1\u00ca\1\50\1\u00cc\1\u00cd\1\u00ce\3\50\1\u00d2\2\50\1\u00d5\3\50\1\u00d9\1\u00da\1\50\1\u00dc\1\50\1\u00de\1\50\1\uffff\1\u00e0\1\50\1\uffff\1\u00e2\3\uffff\3\50\1\uffff\2\50\1\uffff\1\u00e8\2\50\2\uffff\1\50\1\uffff\1\u00ec\1\uffff\1\50\1\uffff\1\50\1\uffff\3\50\1\u00f2\1\50\2\uffff\2\50\1\uffff\1\50\1\u00f7\1\u00f8\2\50\1\uffff\1\u00fb\1\u00fc\2\50\2\uffff\2\50\2\uffff\1\50\1\u0102\1\u0103\1\50\1\u0105\2\uffff\1\u0106\2\uffff";
1923 static final String DFA12_eofS = 1951 static final String DFA12_eofS =
1924 "\u0105\uffff"; 1952 "\u0107\uffff";
1925 static final String DFA12_minS = 1953 static final String DFA12_minS =
1926 "\1\0\1\157\1\151\1\115\1\154\1\151\1\56\1\155\1\160\1\151\4\uffff\1\141\1\72\1\145\2\157\1\145\3\uffff\1\143\2\145\1\165\1\75\1\uffff\1\101\2\uffff\2\0\1\52\2\uffff\1\144\1\155\1\uffff\3\154\1\124\1\154\1\141\2\uffff\1\160\1\164\1\141\1\143\1\141\4\uffff\1\143\1\uffff\1\155\1\144\1\156\1\147\1\156\1\141\3\uffff\1\141\1\157\1\154\1\156\1\142\1\164\7\uffff\1\145\1\155\1\145\1\142\1\154\1\145\1\144\1\123\1\157\1\164\1\157\1\60\1\143\1\154\1\164\1\153\1\164\1\141\1\157\1\145\1\146\1\55\1\163\1\154\1\151\1\164\1\160\1\166\1\145\1\165\1\160\1\60\1\141\1\60\1\145\2\60\1\145\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\141\1\151\1\155\1\162\1\154\1\164\1\151\2\uffff\1\151\2\60\1\156\1\151\2\145\1\162\1\147\1\165\1\uffff\1\154\1\uffff\1\162\2\uffff\1\162\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\147\1\141\1\157\1\171\1\163\1\162\1\147\1\155\2\uffff\1\147\1\163\1\60\1\162\1\141\1\60\1\164\3\60\1\166\1\157\1\123\1\60\1\147\1\151\1\60\1\145\1\154\1\144\2\60\1\141\1\60\1\145\1\60\1\164\1\uffff\1\60\1\164\1\uffff\1\60\3\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\60\1\55\1\145\2\uffff\1\151\1\uffff\1\60\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\60\1\147\2\uffff\1\154\1\156\1\uffff\1\143\2\60\1\145\1\166\1\uffff\2\60\1\164\1\163\2\uffff\1\162\1\145\2\uffff\1\163\2\60\1\162\1\60\2\uffff\1\60\2\uffff"; 1954 "\1\0\1\157\1\151\1\115\1\154\1\151\1\56\1\uffff\1\155\1\160\1\151\4\uffff\1\141\1\72\1\145\2\157\1\145\3\uffff\1\143\2\145\1\165\1\75\1\uffff\1\101\2\uffff\2\0\1\52\2\uffff\1\144\1\155\1\uffff\3\154\1\124\1\154\1\141\3\uffff\1\160\1\164\1\141\1\143\1\141\4\uffff\1\143\1\uffff\1\155\1\144\1\156\1\147\1\156\1\141\3\uffff\1\141\1\157\1\154\1\156\1\142\1\164\7\uffff\1\145\1\155\1\145\1\142\1\154\1\145\1\144\1\123\1\157\1\164\1\157\1\60\1\143\1\154\1\164\1\153\1\164\1\141\1\157\1\145\1\146\1\55\1\163\1\154\1\151\1\164\1\160\1\166\1\145\1\165\1\160\1\60\1\141\1\60\1\145\2\60\1\145\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\141\1\151\1\155\1\162\1\154\1\164\1\151\2\uffff\1\151\2\60\1\156\1\151\2\145\1\162\1\147\1\165\1\uffff\1\154\1\uffff\1\162\2\uffff\1\162\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\147\1\141\1\157\1\171\1\163\1\162\1\147\1\155\2\uffff\1\147\1\163\1\60\1\162\1\141\1\60\1\164\3\60\1\166\1\157\1\123\1\60\1\147\1\151\1\60\1\145\1\154\1\144\2\60\1\141\1\60\1\145\1\60\1\164\1\uffff\1\60\1\164\1\uffff\1\60\3\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\60\1\55\1\145\2\uffff\1\151\1\uffff\1\60\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\60\1\147\2\uffff\1\154\1\156\1\uffff\1\143\2\60\1\145\1\166\1\uffff\2\60\1\164\1\163\2\uffff\1\162\1\145\2\uffff\1\163\2\60\1\162\1\60\2\uffff\1\60\2\uffff";
1927 static final String DFA12_maxS = 1955 static final String DFA12_maxS =
1928 "\1\uffff\2\165\1\115\1\154\1\151\1\56\1\156\1\170\1\151\4\uffff\1\141\1\72\3\157\1\165\3\uffff\1\164\2\145\1\165\1\75\1\uffff\1\172\2\uffff\2\uffff\1\57\2\uffff\1\162\1\155\1\uffff\3\154\1\124\1\154\1\141\2\uffff\1\160\1\164\1\141\1\143\1\141\4\uffff\1\162\1\uffff\1\164\1\144\1\156\1\147\1\156\1\141\3\uffff\1\162\1\157\1\154\1\156\1\142\1\164\7\uffff\1\145\1\155\1\145\1\142\1\154\1\145\1\144\1\123\1\157\1\164\1\157\1\172\1\143\1\154\1\164\1\153\1\164\1\141\1\157\1\145\1\163\1\172\1\164\1\154\1\151\1\164\1\160\1\166\1\145\1\165\1\160\1\172\1\141\1\172\1\145\2\172\1\145\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\141\1\151\1\155\1\162\1\154\1\164\1\151\2\uffff\1\151\2\172\1\156\1\151\2\145\1\162\1\147\1\165\1\uffff\1\154\1\uffff\1\162\2\uffff\1\162\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\147\1\141\1\157\1\171\1\163\1\162\1\147\1\155\2\uffff\1\147\1\163\1\172\1\162\1\141\1\172\1\164\3\172\1\166\1\157\1\123\1\172\1\147\1\151\1\172\1\145\1\154\1\144\2\172\1\141\1\172\1\145\1\172\1\164\1\uffff\1\172\1\164\1\uffff\1\172\3\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\172\1\55\1\145\2\uffff\1\151\1\uffff\1\172\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\172\1\147\2\uffff\1\154\1\156\1\uffff\1\143\2\172\1\145\1\166\1\uffff\2\172\1\164\1\163\2\uffff\1\162\1\145\2\uffff\1\163\2\172\1\162\1\172\2\uffff\1\172\2\uffff"; 1956 "\1\uffff\2\165\1\115\1\154\1\151\1\56\1\uffff\1\156\1\170\1\151\4\uffff\1\141\1\72\3\157\1\165\3\uffff\1\164\2\145\1\165\1\75\1\uffff\1\172\2\uffff\2\uffff\1\57\2\uffff\1\162\1\155\1\uffff\3\154\1\124\1\154\1\141\3\uffff\1\160\1\164\1\141\1\143\1\141\4\uffff\1\162\1\uffff\1\164\1\144\1\156\1\147\1\156\1\141\3\uffff\1\162\1\157\1\154\1\156\1\142\1\164\7\uffff\1\145\1\155\1\145\1\142\1\154\1\145\1\144\1\123\1\157\1\164\1\157\1\172\1\143\1\154\1\164\1\153\1\164\1\141\1\157\1\145\1\163\1\172\1\164\1\154\1\151\1\164\1\160\1\166\1\145\1\165\1\160\1\172\1\141\1\172\1\145\2\172\1\145\1\157\1\171\2\162\1\uffff\1\153\1\165\1\162\1\141\1\151\1\155\1\162\1\154\1\164\1\151\2\uffff\1\151\2\172\1\156\1\151\2\145\1\162\1\147\1\165\1\uffff\1\154\1\uffff\1\162\2\uffff\1\162\1\154\1\123\1\141\1\164\1\141\1\144\1\141\1\147\1\141\1\157\1\171\1\163\1\162\1\147\1\155\2\uffff\1\147\1\163\1\172\1\162\1\141\1\172\1\164\3\172\1\166\1\157\1\123\1\172\1\147\1\151\1\172\1\145\1\154\1\144\2\172\1\141\1\172\1\145\1\172\1\164\1\uffff\1\172\1\164\1\uffff\1\172\3\uffff\1\145\1\154\1\157\1\uffff\1\145\1\156\1\uffff\1\172\1\55\1\145\2\uffff\1\151\1\uffff\1\172\1\uffff\1\151\1\uffff\1\145\1\uffff\1\162\1\166\1\154\1\172\1\147\2\uffff\1\154\1\156\1\uffff\1\143\2\172\1\145\1\166\1\uffff\2\172\1\164\1\163\2\uffff\1\162\1\145\2\uffff\1\163\2\172\1\162\1\172\2\uffff\1\172\2\uffff";
1929 static final String DFA12_acceptS = 1957 static final String DFA12_acceptS =
1930 "\12\uffff\1\14\1\15\1\16\1\17\6\uffff\1\33\1\34\1\35\5\uffff\1\54\1\uffff\1\57\1\60\3\uffff\1\64\1\65\2\uffff\1\57\6\uffff\1\42\1\7\5\uffff\1\14\1\15\1\16\1\17\1\uffff\1\22\6\uffff\1\33\1\34\1\35\6\uffff\1\53\1\54\1\60\1\61\1\62\1\63\1\64\52\uffff\1\37\12\uffff\1\30\1\50\12\uffff\1\1\1\uffff\1\36\1\uffff\1\3\1\13\20\uffff\1\56\1\40\33\uffff\1\43\2\uffff\1\47\1\uffff\1\2\1\55\1\24\3\uffff\1\10\2\uffff\1\12\3\uffff\1\32\1\25\1\uffff\1\27\1\uffff\1\41\1\uffff\1\46\1\uffff\1\52\5\uffff\1\20\1\45\2\uffff\1\31\5\uffff\1\11\4\uffff\1\44\1\4\2\uffff\1\21\1\23\5\uffff\1\51\1\5\1\uffff\1\26\1\6"; 1958 "\7\uffff\1\10\3\uffff\1\15\1\16\1\17\1\20\6\uffff\1\34\1\35\1\36\5\uffff\1\55\1\uffff\1\60\1\61\3\uffff\1\65\1\66\2\uffff\1\60\6\uffff\1\43\1\7\1\10\5\uffff\1\15\1\16\1\17\1\20\1\uffff\1\23\6\uffff\1\34\1\35\1\36\6\uffff\1\54\1\55\1\61\1\62\1\63\1\64\1\65\52\uffff\1\40\12\uffff\1\31\1\51\12\uffff\1\1\1\uffff\1\37\1\uffff\1\3\1\14\20\uffff\1\57\1\41\33\uffff\1\44\2\uffff\1\50\1\uffff\1\2\1\56\1\25\3\uffff\1\11\2\uffff\1\13\3\uffff\1\33\1\26\1\uffff\1\30\1\uffff\1\42\1\uffff\1\47\1\uffff\1\53\5\uffff\1\21\1\46\2\uffff\1\32\5\uffff\1\12\4\uffff\1\45\1\4\2\uffff\1\22\1\24\5\uffff\1\52\1\5\1\uffff\1\27\1\6";
1931 static final String DFA12_specialS = 1959 static final String DFA12_specialS =
1932 "\1\2\37\uffff\1\1\1\0\u00e3\uffff}>"; 1960 "\1\2\40\uffff\1\1\1\0\u00e4\uffff}>";
1933 static final String[] DFA12_transitionS = { 1961 static final String[] DFA12_transitionS = {
1934 "\11\44\2\43\2\44\1\43\22\44\1\43\1\44\1\40\1\24\3\44\1\41\2\44\1\34\1\33\1\15\1\44\1\6\1\42\12\37\1\17\1\44\1\25\1\12\1\26\2\44\1\4\21\36\1\3\2\36\1\5\4\36\3\44\1\35\1\36\1\44\2\36\1\21\1\31\1\10\1\2\1\30\1\36\1\7\2\36\1\22\1\20\1\1\1\32\1\16\1\36\1\23\1\27\2\36\1\11\4\36\1\13\1\44\1\14\uff82\44", 1962 "\11\45\2\44\2\45\1\44\22\45\1\44\1\45\1\41\1\25\3\45\1\42\2\45\1\35\1\34\1\16\1\7\1\6\1\43\12\40\1\20\1\45\1\26\1\13\1\27\2\45\1\4\21\37\1\3\2\37\1\5\4\37\3\45\1\36\1\37\1\45\2\37\1\22\1\32\1\11\1\2\1\31\1\37\1\10\2\37\1\23\1\21\1\1\1\33\1\17\1\37\1\24\1\30\2\37\1\12\4\37\1\14\1\45\1\15\uff82\45",
1935 "\1\45\5\uffff\1\46", 1963 "\1\46\5\uffff\1\47",
1936 "\1\51\5\uffff\1\52\5\uffff\1\50", 1964 "\1\52\5\uffff\1\53\5\uffff\1\51",
1937 "\1\53",
1938 "\1\54", 1965 "\1\54",
1939 "\1\55", 1966 "\1\55",
1940 "\1\56", 1967 "\1\56",
1941 "\1\60\1\61", 1968 "\1\57",
1942 "\1\62\7\uffff\1\63", 1969 "",
1943 "\1\64", 1970 "\1\62\1\63",
1971 "\1\64\7\uffff\1\65",
1972 "\1\66",
1944 "", 1973 "",
1945 "", 1974 "",
1946 "", 1975 "",
1947 "", 1976 "",
1948 "\1\71", 1977 "\1\73",
1949 "\1\72", 1978 "\1\74",
1950 "\1\73\11\uffff\1\74", 1979 "\1\75\11\uffff\1\76",
1951 "\1\75", 1980 "\1\77",
1952 "\1\76", 1981 "\1\100",
1953 "\1\100\17\uffff\1\77", 1982 "\1\102\17\uffff\1\101",
1954 "", 1983 "",
1955 "", 1984 "",
1956 "", 1985 "",
1957 "\1\105\13\uffff\1\106\4\uffff\1\104", 1986 "\1\107\13\uffff\1\110\4\uffff\1\106",
1958 "\1\107",
1959 "\1\110",
1960 "\1\111", 1987 "\1\111",
1961 "\1\112", 1988 "\1\112",
1989 "\1\113",
1990 "\1\114",
1962 "", 1991 "",
1963 "\32\47\4\uffff\1\47\1\uffff\32\47", 1992 "\32\50\4\uffff\1\50\1\uffff\32\50",
1964 "",
1965 "", 1993 "",
1966 "\0\115",
1967 "\0\115",
1968 "\1\116\4\uffff\1\117",
1969 "", 1994 "",
1995 "\0\117",
1996 "\0\117",
1997 "\1\120\4\uffff\1\121",
1970 "", 1998 "",
1971 "\1\123\11\uffff\1\121\3\uffff\1\122",
1972 "\1\124",
1973 "", 1999 "",
1974 "\1\125", 2000 "\1\125\11\uffff\1\123\3\uffff\1\124",
1975 "\1\126", 2001 "\1\126",
2002 "",
1976 "\1\127", 2003 "\1\127",
1977 "\1\130", 2004 "\1\130",
1978 "\1\131", 2005 "\1\131",
1979 "\1\132", 2006 "\1\132",
1980 "",
1981 "",
1982 "\1\133", 2007 "\1\133",
1983 "\1\134", 2008 "\1\134",
2009 "",
2010 "",
2011 "",
1984 "\1\135", 2012 "\1\135",
1985 "\1\136", 2013 "\1\136",
1986 "\1\137", 2014 "\1\137",
2015 "\1\140",
2016 "\1\141",
1987 "", 2017 "",
1988 "", 2018 "",
1989 "", 2019 "",
1990 "", 2020 "",
1991 "\1\140\16\uffff\1\141", 2021 "\1\142\16\uffff\1\143",
1992 "", 2022 "",
1993 "\1\143\6\uffff\1\142", 2023 "\1\145\6\uffff\1\144",
1994 "\1\144",
1995 "\1\145",
1996 "\1\146", 2024 "\1\146",
1997 "\1\147", 2025 "\1\147",
1998 "\1\150", 2026 "\1\150",
2027 "\1\151",
2028 "\1\152",
1999 "", 2029 "",
2000 "", 2030 "",
2001 "", 2031 "",
2002 "\1\152\20\uffff\1\151", 2032 "\1\154\20\uffff\1\153",
2003 "\1\153",
2004 "\1\154",
2005 "\1\155", 2033 "\1\155",
2006 "\1\156", 2034 "\1\156",
2007 "\1\157", 2035 "\1\157",
2036 "\1\160",
2037 "\1\161",
2008 "", 2038 "",
2009 "", 2039 "",
2010 "", 2040 "",
@@ -2012,8 +2042,6 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2012 "", 2042 "",
2013 "", 2043 "",
2014 "", 2044 "",
2015 "\1\160",
2016 "\1\161",
2017 "\1\162", 2045 "\1\162",
2018 "\1\163", 2046 "\1\163",
2019 "\1\164", 2047 "\1\164",
@@ -2023,40 +2051,40 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2023 "\1\170", 2051 "\1\170",
2024 "\1\171", 2052 "\1\171",
2025 "\1\172", 2053 "\1\172",
2026 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2054 "\1\173",
2027 "\1\174", 2055 "\1\174",
2028 "\1\175", 2056 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2029 "\1\176", 2057 "\1\176",
2030 "\1\177", 2058 "\1\177",
2031 "\1\u0080", 2059 "\1\u0080",
2032 "\1\u0081", 2060 "\1\u0081",
2033 "\1\u0082", 2061 "\1\u0082",
2034 "\1\u0083", 2062 "\1\u0083",
2035 "\1\u0085\14\uffff\1\u0084", 2063 "\1\u0084",
2036 "\1\u0086\2\uffff\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2064 "\1\u0085",
2037 "\1\u0089\1\u0088", 2065 "\1\u0087\14\uffff\1\u0086",
2038 "\1\u008a", 2066 "\1\u0088\2\uffff\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2039 "\1\u008b", 2067 "\1\u008b\1\u008a",
2040 "\1\u008c", 2068 "\1\u008c",
2041 "\1\u008d", 2069 "\1\u008d",
2042 "\1\u008e", 2070 "\1\u008e",
2043 "\1\u008f", 2071 "\1\u008f",
2044 "\1\u0090", 2072 "\1\u0090",
2045 "\1\u0091", 2073 "\1\u0091",
2046 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2074 "\1\u0092",
2047 "\1\u0093", 2075 "\1\u0093",
2048 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2076 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2049 "\1\u0095", 2077 "\1\u0095",
2050 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2078 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2051 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2079 "\1\u0097",
2052 "\1\u0098", 2080 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2053 "\1\u0099", 2081 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2054 "\1\u009a", 2082 "\1\u009a",
2055 "\1\u009b", 2083 "\1\u009b",
2056 "\1\u009c", 2084 "\1\u009c",
2057 "",
2058 "\1\u009d", 2085 "\1\u009d",
2059 "\1\u009e", 2086 "\1\u009e",
2087 "",
2060 "\1\u009f", 2088 "\1\u009f",
2061 "\1\u00a0", 2089 "\1\u00a0",
2062 "\1\u00a1", 2090 "\1\u00a1",
@@ -2065,26 +2093,26 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2065 "\1\u00a4", 2093 "\1\u00a4",
2066 "\1\u00a5", 2094 "\1\u00a5",
2067 "\1\u00a6", 2095 "\1\u00a6",
2096 "\1\u00a7",
2097 "\1\u00a8",
2068 "", 2098 "",
2069 "", 2099 "",
2070 "\1\u00a7", 2100 "\1\u00a9",
2071 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2101 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2072 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2102 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2073 "\1\u00aa",
2074 "\1\u00ab",
2075 "\1\u00ac", 2103 "\1\u00ac",
2076 "\1\u00ad", 2104 "\1\u00ad",
2077 "\1\u00ae", 2105 "\1\u00ae",
2078 "\1\u00af", 2106 "\1\u00af",
2079 "\1\u00b0", 2107 "\1\u00b0",
2080 "",
2081 "\1\u00b1", 2108 "\1\u00b1",
2082 "",
2083 "\1\u00b2", 2109 "\1\u00b2",
2084 "", 2110 "",
2085 "",
2086 "\1\u00b3", 2111 "\1\u00b3",
2112 "",
2087 "\1\u00b4", 2113 "\1\u00b4",
2114 "",
2115 "",
2088 "\1\u00b5", 2116 "\1\u00b5",
2089 "\1\u00b6", 2117 "\1\u00b6",
2090 "\1\u00b7", 2118 "\1\u00b7",
@@ -2099,97 +2127,99 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2099 "\1\u00c0", 2127 "\1\u00c0",
2100 "\1\u00c1", 2128 "\1\u00c1",
2101 "\1\u00c2", 2129 "\1\u00c2",
2102 "",
2103 "",
2104 "\1\u00c3", 2130 "\1\u00c3",
2105 "\1\u00c4", 2131 "\1\u00c4",
2106 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2132 "",
2133 "",
2134 "\1\u00c5",
2107 "\1\u00c6", 2135 "\1\u00c6",
2108 "\1\u00c7", 2136 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2109 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2137 "\1\u00c8",
2110 "\1\u00c9", 2138 "\1\u00c9",
2111 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2139 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2112 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2140 "\1\u00cb",
2113 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2141 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2114 "\1\u00cd", 2142 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2115 "\1\u00ce", 2143 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2116 "\1\u00cf", 2144 "\1\u00cf",
2117 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2145 "\1\u00d0",
2118 "\1\u00d1", 2146 "\1\u00d1",
2119 "\1\u00d2", 2147 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2120 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2148 "\1\u00d3",
2121 "\1\u00d4", 2149 "\1\u00d4",
2122 "\1\u00d5", 2150 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2123 "\1\u00d6", 2151 "\1\u00d6",
2124 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2152 "\1\u00d7",
2125 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2153 "\1\u00d8",
2126 "\1\u00d9", 2154 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2127 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2155 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2128 "\1\u00db", 2156 "\1\u00db",
2129 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2157 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2130 "\1\u00dd", 2158 "\1\u00dd",
2131 "", 2159 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2132 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2133 "\1\u00df", 2160 "\1\u00df",
2134 "", 2161 "",
2135 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2162 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2163 "\1\u00e1",
2136 "", 2164 "",
2165 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2137 "", 2166 "",
2138 "", 2167 "",
2139 "\1\u00e1",
2140 "\1\u00e2",
2141 "\1\u00e3",
2142 "", 2168 "",
2169 "\1\u00e3",
2143 "\1\u00e4", 2170 "\1\u00e4",
2144 "\1\u00e5", 2171 "\1\u00e5",
2145 "", 2172 "",
2146 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2173 "\1\u00e6",
2147 "\1\u00e7", 2174 "\1\u00e7",
2148 "\1\u00e8",
2149 "",
2150 "", 2175 "",
2176 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2151 "\1\u00e9", 2177 "\1\u00e9",
2178 "\1\u00ea",
2152 "", 2179 "",
2153 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2154 "", 2180 "",
2155 "\1\u00eb", 2181 "\1\u00eb",
2156 "", 2182 "",
2157 "\1\u00ec", 2183 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2158 "", 2184 "",
2159 "\1\u00ed", 2185 "\1\u00ed",
2186 "",
2160 "\1\u00ee", 2187 "\1\u00ee",
2188 "",
2161 "\1\u00ef", 2189 "\1\u00ef",
2162 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2190 "\1\u00f0",
2163 "\1\u00f1", 2191 "\1\u00f1",
2164 "", 2192 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2165 "",
2166 "\1\u00f2",
2167 "\1\u00f3", 2193 "\1\u00f3",
2168 "", 2194 "",
2169 "\1\u00f4",
2170 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2171 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2172 "\1\u00f7",
2173 "\1\u00f8",
2174 "", 2195 "",
2175 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2196 "\1\u00f4",
2176 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2197 "\1\u00f5",
2177 "\1\u00fb",
2178 "\1\u00fc",
2179 "", 2198 "",
2199 "\1\u00f6",
2200 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2201 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2202 "\1\u00f9",
2203 "\1\u00fa",
2180 "", 2204 "",
2205 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2206 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2181 "\1\u00fd", 2207 "\1\u00fd",
2182 "\1\u00fe", 2208 "\1\u00fe",
2183 "", 2209 "",
2184 "", 2210 "",
2185 "\1\u00ff", 2211 "\1\u00ff",
2186 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2212 "\1\u0100",
2187 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2213 "",
2188 "\1\u0102",
2189 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47",
2190 "", 2214 "",
2215 "\1\u0101",
2216 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2217 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2218 "\1\u0104",
2219 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2191 "", 2220 "",
2192 "\12\47\7\uffff\32\47\4\uffff\1\47\1\uffff\32\47", 2221 "",
2222 "\12\50\7\uffff\32\50\4\uffff\1\50\1\uffff\32\50",
2193 "", 2223 "",
2194 "" 2224 ""
2195 }; 2225 };
@@ -2224,29 +2254,29 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2224 this.transition = DFA12_transition; 2254 this.transition = DFA12_transition;
2225 } 2255 }
2226 public String getDescription() { 2256 public String getDescription() {
2227 return "1:1: Tokens : ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );"; 2257 return "1:1: Tokens : ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | T__55 | T__56 | T__57 | RULE_ID | RULE_INT | RULE_STRING | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER );";
2228 } 2258 }
2229 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { 2259 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
2230 IntStream input = _input; 2260 IntStream input = _input;
2231 int _s = s; 2261 int _s = s;
2232 switch ( s ) { 2262 switch ( s ) {
2233 case 0 : 2263 case 0 :
2234 int LA12_33 = input.LA(1); 2264 int LA12_34 = input.LA(1);
2235 2265
2236 s = -1; 2266 s = -1;
2237 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 77;} 2267 if ( ((LA12_34>='\u0000' && LA12_34<='\uFFFF')) ) {s = 79;}
2238 2268
2239 else s = 36; 2269 else s = 37;
2240 2270
2241 if ( s>=0 ) return s; 2271 if ( s>=0 ) return s;
2242 break; 2272 break;
2243 case 1 : 2273 case 1 :
2244 int LA12_32 = input.LA(1); 2274 int LA12_33 = input.LA(1);
2245 2275
2246 s = -1; 2276 s = -1;
2247 if ( ((LA12_32>='\u0000' && LA12_32<='\uFFFF')) ) {s = 77;} 2277 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 79;}
2248 2278
2249 else s = 36; 2279 else s = 37;
2250 2280
2251 if ( s>=0 ) return s; 2281 if ( s>=0 ) return s;
2252 break; 2282 break;
@@ -2266,65 +2296,67 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2266 2296
2267 else if ( (LA12_0=='.') ) {s = 6;} 2297 else if ( (LA12_0=='.') ) {s = 6;}
2268 2298
2269 else if ( (LA12_0=='i') ) {s = 7;} 2299 else if ( (LA12_0=='-') ) {s = 7;}
2300
2301 else if ( (LA12_0=='i') ) {s = 8;}
2270 2302
2271 else if ( (LA12_0=='e') ) {s = 8;} 2303 else if ( (LA12_0=='e') ) {s = 9;}
2272 2304
2273 else if ( (LA12_0=='v') ) {s = 9;} 2305 else if ( (LA12_0=='v') ) {s = 10;}
2274 2306
2275 else if ( (LA12_0=='=') ) {s = 10;} 2307 else if ( (LA12_0=='=') ) {s = 11;}
2276 2308
2277 else if ( (LA12_0=='{') ) {s = 11;} 2309 else if ( (LA12_0=='{') ) {s = 12;}
2278 2310
2279 else if ( (LA12_0=='}') ) {s = 12;} 2311 else if ( (LA12_0=='}') ) {s = 13;}
2280 2312
2281 else if ( (LA12_0==',') ) {s = 13;} 2313 else if ( (LA12_0==',') ) {s = 14;}
2282 2314
2283 else if ( (LA12_0=='p') ) {s = 14;} 2315 else if ( (LA12_0=='p') ) {s = 15;}
2284 2316
2285 else if ( (LA12_0==':') ) {s = 15;} 2317 else if ( (LA12_0==':') ) {s = 16;}
2286 2318
2287 else if ( (LA12_0=='m') ) {s = 16;} 2319 else if ( (LA12_0=='m') ) {s = 17;}
2288 2320
2289 else if ( (LA12_0=='c') ) {s = 17;} 2321 else if ( (LA12_0=='c') ) {s = 18;}
2290 2322
2291 else if ( (LA12_0=='l') ) {s = 18;} 2323 else if ( (LA12_0=='l') ) {s = 19;}
2292 2324
2293 else if ( (LA12_0=='r') ) {s = 19;} 2325 else if ( (LA12_0=='r') ) {s = 20;}
2294 2326
2295 else if ( (LA12_0=='#') ) {s = 20;} 2327 else if ( (LA12_0=='#') ) {s = 21;}
2296 2328
2297 else if ( (LA12_0=='<') ) {s = 21;} 2329 else if ( (LA12_0=='<') ) {s = 22;}
2298 2330
2299 else if ( (LA12_0=='>') ) {s = 22;} 2331 else if ( (LA12_0=='>') ) {s = 23;}
2300 2332
2301 else if ( (LA12_0=='s') ) {s = 23;} 2333 else if ( (LA12_0=='s') ) {s = 24;}
2302 2334
2303 else if ( (LA12_0=='g') ) {s = 24;} 2335 else if ( (LA12_0=='g') ) {s = 25;}
2304 2336
2305 else if ( (LA12_0=='d') ) {s = 25;} 2337 else if ( (LA12_0=='d') ) {s = 26;}
2306 2338
2307 else if ( (LA12_0=='o') ) {s = 26;} 2339 else if ( (LA12_0=='o') ) {s = 27;}
2308 2340
2309 else if ( (LA12_0=='+') ) {s = 27;} 2341 else if ( (LA12_0=='+') ) {s = 28;}
2310 2342
2311 else if ( (LA12_0=='*') ) {s = 28;} 2343 else if ( (LA12_0=='*') ) {s = 29;}
2312 2344
2313 else if ( (LA12_0=='^') ) {s = 29;} 2345 else if ( (LA12_0=='^') ) {s = 30;}
2314 2346
2315 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;} 2347 else if ( ((LA12_0>='B' && LA12_0<='R')||(LA12_0>='T' && LA12_0<='U')||(LA12_0>='W' && LA12_0<='Z')||LA12_0=='_'||(LA12_0>='a' && LA12_0<='b')||LA12_0=='h'||(LA12_0>='j' && LA12_0<='k')||LA12_0=='q'||(LA12_0>='t' && LA12_0<='u')||(LA12_0>='w' && LA12_0<='z')) ) {s = 31;}
2316 2348
2317 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 31;} 2349 else if ( ((LA12_0>='0' && LA12_0<='9')) ) {s = 32;}
2318 2350
2319 else if ( (LA12_0=='\"') ) {s = 32;} 2351 else if ( (LA12_0=='\"') ) {s = 33;}
2320 2352
2321 else if ( (LA12_0=='\'') ) {s = 33;} 2353 else if ( (LA12_0=='\'') ) {s = 34;}
2322 2354
2323 else if ( (LA12_0=='/') ) {s = 34;} 2355 else if ( (LA12_0=='/') ) {s = 35;}
2324 2356
2325 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 35;} 2357 else if ( ((LA12_0>='\t' && LA12_0<='\n')||LA12_0=='\r'||LA12_0==' ') ) {s = 36;}
2326 2358
2327 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;} 2359 else if ( ((LA12_0>='\u0000' && LA12_0<='\b')||(LA12_0>='\u000B' && LA12_0<='\f')||(LA12_0>='\u000E' && LA12_0<='\u001F')||LA12_0=='!'||(LA12_0>='$' && LA12_0<='&')||(LA12_0>='(' && LA12_0<=')')||LA12_0==';'||(LA12_0>='?' && LA12_0<='@')||(LA12_0>='[' && LA12_0<=']')||LA12_0=='`'||LA12_0=='|'||(LA12_0>='~' && LA12_0<='\uFFFF')) ) {s = 37;}
2328 2360
2329 if ( s>=0 ) return s; 2361 if ( s>=0 ) return s;
2330 break; 2362 break;