aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java
diff options
context:
space:
mode:
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java679
1 files changed, 442 insertions, 237 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java
index ffa833f6..26af7dcf 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfigurationLexer.java
@@ -19,9 +19,15 @@ public class InternalApplicationConfigurationLexer extends Lexer {
19 public static final int T__17=17; 19 public static final int T__17=17;
20 public static final int T__18=18; 20 public static final int T__18=18;
21 public static final int T__11=11; 21 public static final int T__11=11;
22 public static final int T__55=55;
22 public static final int T__12=12; 23 public static final int T__12=12;
24 public static final int T__56=56;
23 public static final int T__13=13; 25 public static final int T__13=13;
24 public static final int T__14=14; 26 public static final int T__14=14;
27 public static final int T__51=51;
28 public static final int T__52=52;
29 public static final int T__53=53;
30 public static final int T__54=54;
25 public static final int RULE_ID=4; 31 public static final int RULE_ID=4;
26 public static final int T__26=26; 32 public static final int T__26=26;
27 public static final int T__27=27; 33 public static final int T__27=27;
@@ -431,10 +437,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
431 try { 437 try {
432 int _type = T__28; 438 int _type = T__28;
433 int _channel = DEFAULT_TOKEN_CHANNEL; 439 int _channel = DEFAULT_TOKEN_CHANNEL;
434 // InternalApplicationConfiguration.g:28:7: ( '#' ) 440 // InternalApplicationConfiguration.g:28:7: ( 'documents' )
435 // InternalApplicationConfiguration.g:28:9: '#' 441 // InternalApplicationConfiguration.g:28:9: 'documents'
436 { 442 {
437 match('#'); 443 match("documents");
444
438 445
439 } 446 }
440 447
@@ -451,10 +458,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
451 try { 458 try {
452 int _type = T__29; 459 int _type = T__29;
453 int _channel = DEFAULT_TOKEN_CHANNEL; 460 int _channel = DEFAULT_TOKEN_CHANNEL;
454 // InternalApplicationConfiguration.g:29:7: ( '+=' ) 461 // InternalApplicationConfiguration.g:29:7: ( 'runtime' )
455 // InternalApplicationConfiguration.g:29:9: '+=' 462 // InternalApplicationConfiguration.g:29:9: 'runtime'
456 { 463 {
457 match("+="); 464 match("runtime");
458 465
459 466
460 } 467 }
@@ -472,10 +479,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
472 try { 479 try {
473 int _type = T__30; 480 int _type = T__30;
474 int _channel = DEFAULT_TOKEN_CHANNEL; 481 int _channel = DEFAULT_TOKEN_CHANNEL;
475 // InternalApplicationConfiguration.g:30:7: ( '<' ) 482 // InternalApplicationConfiguration.g:30:7: ( 'memory' )
476 // InternalApplicationConfiguration.g:30:9: '<' 483 // InternalApplicationConfiguration.g:30:9: 'memory'
477 { 484 {
478 match('<'); 485 match("memory");
486
479 487
480 } 488 }
481 489
@@ -492,10 +500,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
492 try { 500 try {
493 int _type = T__31; 501 int _type = T__31;
494 int _channel = DEFAULT_TOKEN_CHANNEL; 502 int _channel = DEFAULT_TOKEN_CHANNEL;
495 // InternalApplicationConfiguration.g:31:7: ( '>' ) 503 // InternalApplicationConfiguration.g:31:7: ( '#' )
496 // InternalApplicationConfiguration.g:31:9: '>' 504 // InternalApplicationConfiguration.g:31:9: '#'
497 { 505 {
498 match('>'); 506 match('#');
499 507
500 } 508 }
501 509
@@ -512,10 +520,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
512 try { 520 try {
513 int _type = T__32; 521 int _type = T__32;
514 int _channel = DEFAULT_TOKEN_CHANNEL; 522 int _channel = DEFAULT_TOKEN_CHANNEL;
515 // InternalApplicationConfiguration.g:32:7: ( 'node' ) 523 // InternalApplicationConfiguration.g:32:7: ( '+=' )
516 // InternalApplicationConfiguration.g:32:9: 'node' 524 // InternalApplicationConfiguration.g:32:9: '+='
517 { 525 {
518 match("node"); 526 match("+=");
519 527
520 528
521 } 529 }
@@ -533,11 +541,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
533 try { 541 try {
534 int _type = T__33; 542 int _type = T__33;
535 int _channel = DEFAULT_TOKEN_CHANNEL; 543 int _channel = DEFAULT_TOKEN_CHANNEL;
536 // InternalApplicationConfiguration.g:33:7: ( 'int' ) 544 // InternalApplicationConfiguration.g:33:7: ( '<' )
537 // InternalApplicationConfiguration.g:33:9: 'int' 545 // InternalApplicationConfiguration.g:33:9: '<'
538 { 546 {
539 match("int"); 547 match('<');
540
541 548
542 } 549 }
543 550
@@ -554,11 +561,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
554 try { 561 try {
555 int _type = T__34; 562 int _type = T__34;
556 int _channel = DEFAULT_TOKEN_CHANNEL; 563 int _channel = DEFAULT_TOKEN_CHANNEL;
557 // InternalApplicationConfiguration.g:34:7: ( 'real' ) 564 // InternalApplicationConfiguration.g:34:7: ( '>' )
558 // InternalApplicationConfiguration.g:34:9: 'real' 565 // InternalApplicationConfiguration.g:34:9: '>'
559 { 566 {
560 match("real"); 567 match('>');
561
562 568
563 } 569 }
564 570
@@ -575,10 +581,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
575 try { 581 try {
576 int _type = T__35; 582 int _type = T__35;
577 int _channel = DEFAULT_TOKEN_CHANNEL; 583 int _channel = DEFAULT_TOKEN_CHANNEL;
578 // InternalApplicationConfiguration.g:35:7: ( 'string' ) 584 // InternalApplicationConfiguration.g:35:7: ( 'node' )
579 // InternalApplicationConfiguration.g:35:9: 'string' 585 // InternalApplicationConfiguration.g:35:9: 'node'
580 { 586 {
581 match("string"); 587 match("node");
582 588
583 589
584 } 590 }
@@ -596,10 +602,11 @@ public class InternalApplicationConfigurationLexer extends Lexer {
596 try { 602 try {
597 int _type = T__36; 603 int _type = T__36;
598 int _channel = DEFAULT_TOKEN_CHANNEL; 604 int _channel = DEFAULT_TOKEN_CHANNEL;
599 // InternalApplicationConfiguration.g:36:7: ( '*' ) 605 // InternalApplicationConfiguration.g:36:7: ( 'int' )
600 // InternalApplicationConfiguration.g:36:9: '*' 606 // InternalApplicationConfiguration.g:36:9: 'int'
601 { 607 {
602 match('*'); 608 match("int");
609
603 610
604 } 611 }
605 612
@@ -616,10 +623,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
616 try { 623 try {
617 int _type = T__37; 624 int _type = T__37;
618 int _channel = DEFAULT_TOKEN_CHANNEL; 625 int _channel = DEFAULT_TOKEN_CHANNEL;
619 // InternalApplicationConfiguration.g:37:7: ( '..' ) 626 // InternalApplicationConfiguration.g:37:7: ( 'real' )
620 // InternalApplicationConfiguration.g:37:9: '..' 627 // InternalApplicationConfiguration.g:37:9: 'real'
621 { 628 {
622 match(".."); 629 match("real");
623 630
624 631
625 } 632 }
@@ -637,10 +644,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
637 try { 644 try {
638 int _type = T__38; 645 int _type = T__38;
639 int _channel = DEFAULT_TOKEN_CHANNEL; 646 int _channel = DEFAULT_TOKEN_CHANNEL;
640 // InternalApplicationConfiguration.g:38:7: ( 'scope' ) 647 // InternalApplicationConfiguration.g:38:7: ( 'string' )
641 // InternalApplicationConfiguration.g:38:9: 'scope' 648 // InternalApplicationConfiguration.g:38:9: 'string'
642 { 649 {
643 match("scope"); 650 match("string");
644 651
645 652
646 } 653 }
@@ -658,11 +665,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
658 try { 665 try {
659 int _type = T__39; 666 int _type = T__39;
660 int _channel = DEFAULT_TOKEN_CHANNEL; 667 int _channel = DEFAULT_TOKEN_CHANNEL;
661 // InternalApplicationConfiguration.g:39:7: ( 'generate' ) 668 // InternalApplicationConfiguration.g:39:7: ( '*' )
662 // InternalApplicationConfiguration.g:39:9: 'generate' 669 // InternalApplicationConfiguration.g:39:9: '*'
663 { 670 {
664 match("generate"); 671 match('*');
665
666 672
667 } 673 }
668 674
@@ -679,10 +685,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
679 try { 685 try {
680 int _type = T__40; 686 int _type = T__40;
681 int _channel = DEFAULT_TOKEN_CHANNEL; 687 int _channel = DEFAULT_TOKEN_CHANNEL;
682 // InternalApplicationConfiguration.g:40:7: ( 'partial-model' ) 688 // InternalApplicationConfiguration.g:40:7: ( '..' )
683 // InternalApplicationConfiguration.g:40:9: 'partial-model' 689 // InternalApplicationConfiguration.g:40:9: '..'
684 { 690 {
685 match("partial-model"); 691 match("..");
686 692
687 693
688 } 694 }
@@ -700,10 +706,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
700 try { 706 try {
701 int _type = T__41; 707 int _type = T__41;
702 int _channel = DEFAULT_TOKEN_CHANNEL; 708 int _channel = DEFAULT_TOKEN_CHANNEL;
703 // InternalApplicationConfiguration.g:41:7: ( 'number' ) 709 // InternalApplicationConfiguration.g:41:7: ( 'scope' )
704 // InternalApplicationConfiguration.g:41:9: 'number' 710 // InternalApplicationConfiguration.g:41:9: 'scope'
705 { 711 {
706 match("number"); 712 match("scope");
707 713
708 714
709 } 715 }
@@ -721,10 +727,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
721 try { 727 try {
722 int _type = T__42; 728 int _type = T__42;
723 int _channel = DEFAULT_TOKEN_CHANNEL; 729 int _channel = DEFAULT_TOKEN_CHANNEL;
724 // InternalApplicationConfiguration.g:42:7: ( 'runs' ) 730 // InternalApplicationConfiguration.g:42:7: ( 'generate' )
725 // InternalApplicationConfiguration.g:42:9: 'runs' 731 // InternalApplicationConfiguration.g:42:9: 'generate'
726 { 732 {
727 match("runs"); 733 match("generate");
728 734
729 735
730 } 736 }
@@ -742,10 +748,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
742 try { 748 try {
743 int _type = T__43; 749 int _type = T__43;
744 int _channel = DEFAULT_TOKEN_CHANNEL; 750 int _channel = DEFAULT_TOKEN_CHANNEL;
745 // InternalApplicationConfiguration.g:43:7: ( 'solver' ) 751 // InternalApplicationConfiguration.g:43:7: ( 'partial-model' )
746 // InternalApplicationConfiguration.g:43:9: 'solver' 752 // InternalApplicationConfiguration.g:43:9: 'partial-model'
747 { 753 {
748 match("solver"); 754 match("partial-model");
749 755
750 756
751 } 757 }
@@ -763,10 +769,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
763 try { 769 try {
764 int _type = T__44; 770 int _type = T__44;
765 int _channel = DEFAULT_TOKEN_CHANNEL; 771 int _channel = DEFAULT_TOKEN_CHANNEL;
766 // InternalApplicationConfiguration.g:44:7: ( 'debug' ) 772 // InternalApplicationConfiguration.g:44:7: ( 'number' )
767 // InternalApplicationConfiguration.g:44:9: 'debug' 773 // InternalApplicationConfiguration.g:44:9: 'number'
768 { 774 {
769 match("debug"); 775 match("number");
770 776
771 777
772 } 778 }
@@ -784,10 +790,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
784 try { 790 try {
785 int _type = T__45; 791 int _type = T__45;
786 int _channel = DEFAULT_TOKEN_CHANNEL; 792 int _channel = DEFAULT_TOKEN_CHANNEL;
787 // InternalApplicationConfiguration.g:45:7: ( 'log' ) 793 // InternalApplicationConfiguration.g:45:7: ( 'runs' )
788 // InternalApplicationConfiguration.g:45:9: 'log' 794 // InternalApplicationConfiguration.g:45:9: 'runs'
789 { 795 {
790 match("log"); 796 match("runs");
791 797
792 798
793 } 799 }
@@ -805,10 +811,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
805 try { 811 try {
806 int _type = T__46; 812 int _type = T__46;
807 int _channel = DEFAULT_TOKEN_CHANNEL; 813 int _channel = DEFAULT_TOKEN_CHANNEL;
808 // InternalApplicationConfiguration.g:46:7: ( 'statistics' ) 814 // InternalApplicationConfiguration.g:46:7: ( 'solver' )
809 // InternalApplicationConfiguration.g:46:9: 'statistics' 815 // InternalApplicationConfiguration.g:46:9: 'solver'
810 { 816 {
811 match("statistics"); 817 match("solver");
812 818
813 819
814 } 820 }
@@ -826,10 +832,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
826 try { 832 try {
827 int _type = T__47; 833 int _type = T__47;
828 int _channel = DEFAULT_TOKEN_CHANNEL; 834 int _channel = DEFAULT_TOKEN_CHANNEL;
829 // InternalApplicationConfiguration.g:47:7: ( 'output' ) 835 // InternalApplicationConfiguration.g:47:7: ( 'debug' )
830 // InternalApplicationConfiguration.g:47:9: 'output' 836 // InternalApplicationConfiguration.g:47:9: 'debug'
831 { 837 {
832 match("output"); 838 match("debug");
833 839
834 840
835 } 841 }
@@ -847,10 +853,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
847 try { 853 try {
848 int _type = T__48; 854 int _type = T__48;
849 int _channel = DEFAULT_TOKEN_CHANNEL; 855 int _channel = DEFAULT_TOKEN_CHANNEL;
850 // InternalApplicationConfiguration.g:48:7: ( 'SMTSolver' ) 856 // InternalApplicationConfiguration.g:48:7: ( 'log' )
851 // InternalApplicationConfiguration.g:48:9: 'SMTSolver' 857 // InternalApplicationConfiguration.g:48:9: 'log'
852 { 858 {
853 match("SMTSolver"); 859 match("log");
854 860
855 861
856 } 862 }
@@ -868,10 +874,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
868 try { 874 try {
869 int _type = T__49; 875 int _type = T__49;
870 int _channel = DEFAULT_TOKEN_CHANNEL; 876 int _channel = DEFAULT_TOKEN_CHANNEL;
871 // InternalApplicationConfiguration.g:49:7: ( 'AlloySolver' ) 877 // InternalApplicationConfiguration.g:49:7: ( 'statistics' )
872 // InternalApplicationConfiguration.g:49:9: 'AlloySolver' 878 // InternalApplicationConfiguration.g:49:9: 'statistics'
873 { 879 {
874 match("AlloySolver"); 880 match("statistics");
875 881
876 882
877 } 883 }
@@ -889,10 +895,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
889 try { 895 try {
890 int _type = T__50; 896 int _type = T__50;
891 int _channel = DEFAULT_TOKEN_CHANNEL; 897 int _channel = DEFAULT_TOKEN_CHANNEL;
892 // InternalApplicationConfiguration.g:50:7: ( 'ViatraSolver' ) 898 // InternalApplicationConfiguration.g:50:7: ( 'output' )
893 // InternalApplicationConfiguration.g:50:9: 'ViatraSolver' 899 // InternalApplicationConfiguration.g:50:9: 'output'
894 { 900 {
895 match("ViatraSolver"); 901 match("output");
896 902
897 903
898 } 904 }
@@ -905,15 +911,141 @@ public class InternalApplicationConfigurationLexer extends Lexer {
905 } 911 }
906 // $ANTLR end "T__50" 912 // $ANTLR end "T__50"
907 913
914 // $ANTLR start "T__51"
915 public final void mT__51() throws RecognitionException {
916 try {
917 int _type = T__51;
918 int _channel = DEFAULT_TOKEN_CHANNEL;
919 // InternalApplicationConfiguration.g:51:7: ( 'none' )
920 // InternalApplicationConfiguration.g:51:9: 'none'
921 {
922 match("none");
923
924
925 }
926
927 state.type = _type;
928 state.channel = _channel;
929 }
930 finally {
931 }
932 }
933 // $ANTLR end "T__51"
934
935 // $ANTLR start "T__52"
936 public final void mT__52() throws RecognitionException {
937 try {
938 int _type = T__52;
939 int _channel = DEFAULT_TOKEN_CHANNEL;
940 // InternalApplicationConfiguration.g:52:7: ( 'normal' )
941 // InternalApplicationConfiguration.g:52:9: 'normal'
942 {
943 match("normal");
944
945
946 }
947
948 state.type = _type;
949 state.channel = _channel;
950 }
951 finally {
952 }
953 }
954 // $ANTLR end "T__52"
955
956 // $ANTLR start "T__53"
957 public final void mT__53() throws RecognitionException {
958 try {
959 int _type = T__53;
960 int _channel = DEFAULT_TOKEN_CHANNEL;
961 // InternalApplicationConfiguration.g:53:7: ( 'full' )
962 // InternalApplicationConfiguration.g:53:9: 'full'
963 {
964 match("full");
965
966
967 }
968
969 state.type = _type;
970 state.channel = _channel;
971 }
972 finally {
973 }
974 }
975 // $ANTLR end "T__53"
976
977 // $ANTLR start "T__54"
978 public final void mT__54() throws RecognitionException {
979 try {
980 int _type = T__54;
981 int _channel = DEFAULT_TOKEN_CHANNEL;
982 // InternalApplicationConfiguration.g:54:7: ( 'SMTSolver' )
983 // InternalApplicationConfiguration.g:54:9: 'SMTSolver'
984 {
985 match("SMTSolver");
986
987
988 }
989
990 state.type = _type;
991 state.channel = _channel;
992 }
993 finally {
994 }
995 }
996 // $ANTLR end "T__54"
997
998 // $ANTLR start "T__55"
999 public final void mT__55() throws RecognitionException {
1000 try {
1001 int _type = T__55;
1002 int _channel = DEFAULT_TOKEN_CHANNEL;
1003 // InternalApplicationConfiguration.g:55:7: ( 'AlloySolver' )
1004 // InternalApplicationConfiguration.g:55:9: 'AlloySolver'
1005 {
1006 match("AlloySolver");
1007
1008
1009 }
1010
1011 state.type = _type;
1012 state.channel = _channel;
1013 }
1014 finally {
1015 }
1016 }
1017 // $ANTLR end "T__55"
1018
1019 // $ANTLR start "T__56"
1020 public final void mT__56() throws RecognitionException {
1021 try {
1022 int _type = T__56;
1023 int _channel = DEFAULT_TOKEN_CHANNEL;
1024 // InternalApplicationConfiguration.g:56:7: ( 'ViatraSolver' )
1025 // InternalApplicationConfiguration.g:56:9: 'ViatraSolver'
1026 {
1027 match("ViatraSolver");
1028
1029
1030 }
1031
1032 state.type = _type;
1033 state.channel = _channel;
1034 }
1035 finally {
1036 }
1037 }
1038 // $ANTLR end "T__56"
1039
908 // $ANTLR start "RULE_ID" 1040 // $ANTLR start "RULE_ID"
909 public final void mRULE_ID() throws RecognitionException { 1041 public final void mRULE_ID() throws RecognitionException {
910 try { 1042 try {
911 int _type = RULE_ID; 1043 int _type = RULE_ID;
912 int _channel = DEFAULT_TOKEN_CHANNEL; 1044 int _channel = DEFAULT_TOKEN_CHANNEL;
913 // InternalApplicationConfiguration.g:3984:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 1045 // InternalApplicationConfiguration.g:4209:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
914 // InternalApplicationConfiguration.g:3984:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1046 // InternalApplicationConfiguration.g:4209:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
915 { 1047 {
916 // InternalApplicationConfiguration.g:3984:11: ( '^' )? 1048 // InternalApplicationConfiguration.g:4209:11: ( '^' )?
917 int alt1=2; 1049 int alt1=2;
918 int LA1_0 = input.LA(1); 1050 int LA1_0 = input.LA(1);
919 1051
@@ -922,7 +1054,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
922 } 1054 }
923 switch (alt1) { 1055 switch (alt1) {
924 case 1 : 1056 case 1 :
925 // InternalApplicationConfiguration.g:3984:11: '^' 1057 // InternalApplicationConfiguration.g:4209:11: '^'
926 { 1058 {
927 match('^'); 1059 match('^');
928 1060
@@ -940,7 +1072,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
940 recover(mse); 1072 recover(mse);
941 throw mse;} 1073 throw mse;}
942 1074
943 // InternalApplicationConfiguration.g:3984:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 1075 // InternalApplicationConfiguration.g:4209:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
944 loop2: 1076 loop2:
945 do { 1077 do {
946 int alt2=2; 1078 int alt2=2;
@@ -989,10 +1121,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
989 try { 1121 try {
990 int _type = RULE_INT; 1122 int _type = RULE_INT;
991 int _channel = DEFAULT_TOKEN_CHANNEL; 1123 int _channel = DEFAULT_TOKEN_CHANNEL;
992 // InternalApplicationConfiguration.g:3986:10: ( ( '0' .. '9' )+ ) 1124 // InternalApplicationConfiguration.g:4211:10: ( ( '0' .. '9' )+ )
993 // InternalApplicationConfiguration.g:3986:12: ( '0' .. '9' )+ 1125 // InternalApplicationConfiguration.g:4211:12: ( '0' .. '9' )+
994 { 1126 {
995 // InternalApplicationConfiguration.g:3986:12: ( '0' .. '9' )+ 1127 // InternalApplicationConfiguration.g:4211:12: ( '0' .. '9' )+
996 int cnt3=0; 1128 int cnt3=0;
997 loop3: 1129 loop3:
998 do { 1130 do {
@@ -1006,7 +1138,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1006 1138
1007 switch (alt3) { 1139 switch (alt3) {
1008 case 1 : 1140 case 1 :
1009 // InternalApplicationConfiguration.g:3986:13: '0' .. '9' 1141 // InternalApplicationConfiguration.g:4211:13: '0' .. '9'
1010 { 1142 {
1011 matchRange('0','9'); 1143 matchRange('0','9');
1012 1144
@@ -1038,10 +1170,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1038 try { 1170 try {
1039 int _type = RULE_STRING; 1171 int _type = RULE_STRING;
1040 int _channel = DEFAULT_TOKEN_CHANNEL; 1172 int _channel = DEFAULT_TOKEN_CHANNEL;
1041 // InternalApplicationConfiguration.g:3988:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) ) 1173 // InternalApplicationConfiguration.g:4213:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
1042 // InternalApplicationConfiguration.g:3988:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1174 // InternalApplicationConfiguration.g:4213:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1043 { 1175 {
1044 // InternalApplicationConfiguration.g:3988:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 1176 // InternalApplicationConfiguration.g:4213:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
1045 int alt6=2; 1177 int alt6=2;
1046 int LA6_0 = input.LA(1); 1178 int LA6_0 = input.LA(1);
1047 1179
@@ -1059,10 +1191,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1059 } 1191 }
1060 switch (alt6) { 1192 switch (alt6) {
1061 case 1 : 1193 case 1 :
1062 // InternalApplicationConfiguration.g:3988:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 1194 // InternalApplicationConfiguration.g:4213:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
1063 { 1195 {
1064 match('\"'); 1196 match('\"');
1065 // InternalApplicationConfiguration.g:3988:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 1197 // InternalApplicationConfiguration.g:4213:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
1066 loop4: 1198 loop4:
1067 do { 1199 do {
1068 int alt4=3; 1200 int alt4=3;
@@ -1078,7 +1210,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1078 1210
1079 switch (alt4) { 1211 switch (alt4) {
1080 case 1 : 1212 case 1 :
1081 // InternalApplicationConfiguration.g:3988:21: '\\\\' . 1213 // InternalApplicationConfiguration.g:4213:21: '\\\\' .
1082 { 1214 {
1083 match('\\'); 1215 match('\\');
1084 matchAny(); 1216 matchAny();
@@ -1086,7 +1218,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1086 } 1218 }
1087 break; 1219 break;
1088 case 2 : 1220 case 2 :
1089 // InternalApplicationConfiguration.g:3988:28: ~ ( ( '\\\\' | '\"' ) ) 1221 // InternalApplicationConfiguration.g:4213:28: ~ ( ( '\\\\' | '\"' ) )
1090 { 1222 {
1091 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1223 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1092 input.consume(); 1224 input.consume();
@@ -1111,10 +1243,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1111 } 1243 }
1112 break; 1244 break;
1113 case 2 : 1245 case 2 :
1114 // InternalApplicationConfiguration.g:3988:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 1246 // InternalApplicationConfiguration.g:4213:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
1115 { 1247 {
1116 match('\''); 1248 match('\'');
1117 // InternalApplicationConfiguration.g:3988:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 1249 // InternalApplicationConfiguration.g:4213:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
1118 loop5: 1250 loop5:
1119 do { 1251 do {
1120 int alt5=3; 1252 int alt5=3;
@@ -1130,7 +1262,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1130 1262
1131 switch (alt5) { 1263 switch (alt5) {
1132 case 1 : 1264 case 1 :
1133 // InternalApplicationConfiguration.g:3988:54: '\\\\' . 1265 // InternalApplicationConfiguration.g:4213:54: '\\\\' .
1134 { 1266 {
1135 match('\\'); 1267 match('\\');
1136 matchAny(); 1268 matchAny();
@@ -1138,7 +1270,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1138 } 1270 }
1139 break; 1271 break;
1140 case 2 : 1272 case 2 :
1141 // InternalApplicationConfiguration.g:3988:61: ~ ( ( '\\\\' | '\\'' ) ) 1273 // InternalApplicationConfiguration.g:4213:61: ~ ( ( '\\\\' | '\\'' ) )
1142 { 1274 {
1143 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 1275 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
1144 input.consume(); 1276 input.consume();
@@ -1181,12 +1313,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1181 try { 1313 try {
1182 int _type = RULE_ML_COMMENT; 1314 int _type = RULE_ML_COMMENT;
1183 int _channel = DEFAULT_TOKEN_CHANNEL; 1315 int _channel = DEFAULT_TOKEN_CHANNEL;
1184 // InternalApplicationConfiguration.g:3990:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1316 // InternalApplicationConfiguration.g:4215:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1185 // InternalApplicationConfiguration.g:3990:19: '/*' ( options {greedy=false; } : . )* '*/' 1317 // InternalApplicationConfiguration.g:4215:19: '/*' ( options {greedy=false; } : . )* '*/'
1186 { 1318 {
1187 match("/*"); 1319 match("/*");
1188 1320
1189 // InternalApplicationConfiguration.g:3990:24: ( options {greedy=false; } : . )* 1321 // InternalApplicationConfiguration.g:4215:24: ( options {greedy=false; } : . )*
1190 loop7: 1322 loop7:
1191 do { 1323 do {
1192 int alt7=2; 1324 int alt7=2;
@@ -1211,7 +1343,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1211 1343
1212 switch (alt7) { 1344 switch (alt7) {
1213 case 1 : 1345 case 1 :
1214 // InternalApplicationConfiguration.g:3990:52: . 1346 // InternalApplicationConfiguration.g:4215:52: .
1215 { 1347 {
1216 matchAny(); 1348 matchAny();
1217 1349
@@ -1241,12 +1373,12 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1241 try { 1373 try {
1242 int _type = RULE_SL_COMMENT; 1374 int _type = RULE_SL_COMMENT;
1243 int _channel = DEFAULT_TOKEN_CHANNEL; 1375 int _channel = DEFAULT_TOKEN_CHANNEL;
1244 // InternalApplicationConfiguration.g:3992:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1376 // InternalApplicationConfiguration.g:4217:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1245 // InternalApplicationConfiguration.g:3992:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1377 // InternalApplicationConfiguration.g:4217:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1246 { 1378 {
1247 match("//"); 1379 match("//");
1248 1380
1249 // InternalApplicationConfiguration.g:3992:24: (~ ( ( '\\n' | '\\r' ) ) )* 1381 // InternalApplicationConfiguration.g:4217:24: (~ ( ( '\\n' | '\\r' ) ) )*
1250 loop8: 1382 loop8:
1251 do { 1383 do {
1252 int alt8=2; 1384 int alt8=2;
@@ -1259,7 +1391,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1259 1391
1260 switch (alt8) { 1392 switch (alt8) {
1261 case 1 : 1393 case 1 :
1262 // InternalApplicationConfiguration.g:3992:24: ~ ( ( '\\n' | '\\r' ) ) 1394 // InternalApplicationConfiguration.g:4217:24: ~ ( ( '\\n' | '\\r' ) )
1263 { 1395 {
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') ) { 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') ) {
1265 input.consume(); 1397 input.consume();
@@ -1279,7 +1411,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1279 } 1411 }
1280 } while (true); 1412 } while (true);
1281 1413
1282 // InternalApplicationConfiguration.g:3992:40: ( ( '\\r' )? '\\n' )? 1414 // InternalApplicationConfiguration.g:4217:40: ( ( '\\r' )? '\\n' )?
1283 int alt10=2; 1415 int alt10=2;
1284 int LA10_0 = input.LA(1); 1416 int LA10_0 = input.LA(1);
1285 1417
@@ -1288,9 +1420,9 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1288 } 1420 }
1289 switch (alt10) { 1421 switch (alt10) {
1290 case 1 : 1422 case 1 :
1291 // InternalApplicationConfiguration.g:3992:41: ( '\\r' )? '\\n' 1423 // InternalApplicationConfiguration.g:4217:41: ( '\\r' )? '\\n'
1292 { 1424 {
1293 // InternalApplicationConfiguration.g:3992:41: ( '\\r' )? 1425 // InternalApplicationConfiguration.g:4217:41: ( '\\r' )?
1294 int alt9=2; 1426 int alt9=2;
1295 int LA9_0 = input.LA(1); 1427 int LA9_0 = input.LA(1);
1296 1428
@@ -1299,7 +1431,7 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1299 } 1431 }
1300 switch (alt9) { 1432 switch (alt9) {
1301 case 1 : 1433 case 1 :
1302 // InternalApplicationConfiguration.g:3992:41: '\\r' 1434 // InternalApplicationConfiguration.g:4217:41: '\\r'
1303 { 1435 {
1304 match('\r'); 1436 match('\r');
1305 1437
@@ -1331,10 +1463,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1331 try { 1463 try {
1332 int _type = RULE_WS; 1464 int _type = RULE_WS;
1333 int _channel = DEFAULT_TOKEN_CHANNEL; 1465 int _channel = DEFAULT_TOKEN_CHANNEL;
1334 // InternalApplicationConfiguration.g:3994:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1466 // InternalApplicationConfiguration.g:4219:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1335 // InternalApplicationConfiguration.g:3994:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1467 // InternalApplicationConfiguration.g:4219:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1336 { 1468 {
1337 // InternalApplicationConfiguration.g:3994:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1469 // InternalApplicationConfiguration.g:4219:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1338 int cnt11=0; 1470 int cnt11=0;
1339 loop11: 1471 loop11:
1340 do { 1472 do {
@@ -1388,8 +1520,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1388 try { 1520 try {
1389 int _type = RULE_ANY_OTHER; 1521 int _type = RULE_ANY_OTHER;
1390 int _channel = DEFAULT_TOKEN_CHANNEL; 1522 int _channel = DEFAULT_TOKEN_CHANNEL;
1391 // InternalApplicationConfiguration.g:3996:16: ( . ) 1523 // InternalApplicationConfiguration.g:4221:16: ( . )
1392 // InternalApplicationConfiguration.g:3996:18: . 1524 // InternalApplicationConfiguration.g:4221:18: .
1393 { 1525 {
1394 matchAny(); 1526 matchAny();
1395 1527
@@ -1404,8 +1536,8 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1404 // $ANTLR end "RULE_ANY_OTHER" 1536 // $ANTLR end "RULE_ANY_OTHER"
1405 1537
1406 public void mTokens() throws RecognitionException { 1538 public void mTokens() throws RecognitionException {
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 ) 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 )
1408 int alt12=47; 1540 int alt12=53;
1409 alt12 = dfa12.predict(input); 1541 alt12 = dfa12.predict(input);
1410 switch (alt12) { 1542 switch (alt12) {
1411 case 1 : 1543 case 1 :
@@ -1689,49 +1821,91 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1689 } 1821 }
1690 break; 1822 break;
1691 case 41 : 1823 case 41 :
1692 // InternalApplicationConfiguration.g:1:250: RULE_ID 1824 // InternalApplicationConfiguration.g:1:250: T__51
1693 { 1825 {
1694 mRULE_ID(); 1826 mT__51();
1695 1827
1696 } 1828 }
1697 break; 1829 break;
1698 case 42 : 1830 case 42 :
1699 // InternalApplicationConfiguration.g:1:258: RULE_INT 1831 // InternalApplicationConfiguration.g:1:256: T__52
1700 { 1832 {
1701 mRULE_INT(); 1833 mT__52();
1702 1834
1703 } 1835 }
1704 break; 1836 break;
1705 case 43 : 1837 case 43 :
1706 // InternalApplicationConfiguration.g:1:267: RULE_STRING 1838 // InternalApplicationConfiguration.g:1:262: T__53
1707 { 1839 {
1708 mRULE_STRING(); 1840 mT__53();
1709 1841
1710 } 1842 }
1711 break; 1843 break;
1712 case 44 : 1844 case 44 :
1713 // InternalApplicationConfiguration.g:1:279: RULE_ML_COMMENT 1845 // InternalApplicationConfiguration.g:1:268: T__54
1714 { 1846 {
1715 mRULE_ML_COMMENT(); 1847 mT__54();
1716 1848
1717 } 1849 }
1718 break; 1850 break;
1719 case 45 : 1851 case 45 :
1720 // InternalApplicationConfiguration.g:1:295: RULE_SL_COMMENT 1852 // InternalApplicationConfiguration.g:1:274: T__55
1721 { 1853 {
1722 mRULE_SL_COMMENT(); 1854 mT__55();
1723 1855
1724 } 1856 }
1725 break; 1857 break;
1726 case 46 : 1858 case 46 :
1727 // InternalApplicationConfiguration.g:1:311: RULE_WS 1859 // InternalApplicationConfiguration.g:1:280: T__56
1728 { 1860 {
1729 mRULE_WS(); 1861 mT__56();
1730 1862
1731 } 1863 }
1732 break; 1864 break;
1733 case 47 : 1865 case 47 :
1734 // InternalApplicationConfiguration.g:1:319: RULE_ANY_OTHER 1866 // InternalApplicationConfiguration.g:1:286: RULE_ID
1867 {
1868 mRULE_ID();
1869
1870 }
1871 break;
1872 case 48 :
1873 // InternalApplicationConfiguration.g:1:294: RULE_INT
1874 {
1875 mRULE_INT();
1876
1877 }
1878 break;
1879 case 49 :
1880 // InternalApplicationConfiguration.g:1:303: RULE_STRING
1881 {
1882 mRULE_STRING();
1883
1884 }
1885 break;
1886 case 50 :
1887 // InternalApplicationConfiguration.g:1:315: RULE_ML_COMMENT
1888 {
1889 mRULE_ML_COMMENT();
1890
1891 }
1892 break;
1893 case 51 :
1894 // InternalApplicationConfiguration.g:1:331: RULE_SL_COMMENT
1895 {
1896 mRULE_SL_COMMENT();
1897
1898 }
1899 break;
1900 case 52 :
1901 // InternalApplicationConfiguration.g:1:347: RULE_WS
1902 {
1903 mRULE_WS();
1904
1905 }
1906 break;
1907 case 53 :
1908 // InternalApplicationConfiguration.g:1:355: RULE_ANY_OTHER
1735 { 1909 {
1736 mRULE_ANY_OTHER(); 1910 mRULE_ANY_OTHER();
1737 1911
@@ -1745,107 +1919,102 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1745 1919
1746 protected DFA12 dfa12 = new DFA12(this); 1920 protected DFA12 dfa12 = new DFA12(this);
1747 static final String DFA12_eotS = 1921 static final String DFA12_eotS =
1748 "\1\uffff\1\46\4\51\4\uffff\1\51\1\44\2\51\1\uffff\1\44\2\uffff\3\51\1\uffff\7\51\1\44\2\uffff\3\44\4\uffff\2\51\1\uffff\5\51\4\uffff\1\51\1\uffff\3\51\4\uffff\7\51\1\uffff\7\51\5\uffff\1\51\1\155\25\51\1\u0083\5\51\1\uffff\3\51\1\u008c\7\51\1\u0094\1\51\1\u0096\1\u0097\6\51\1\uffff\10\51\1\uffff\7\51\1\uffff\1\51\2\uffff\2\51\1\u00b0\2\51\1\u00b3\4\51\1\u00b8\2\51\1\u00bb\1\u00bc\4\51\1\u00c1\1\u00c2\1\u00c3\1\u00c4\1\51\1\uffff\1\u00c6\1\51\1\uffff\1\u00c8\3\51\1\uffff\2\51\2\uffff\1\u00ce\3\51\4\uffff\1\51\1\uffff\1\51\1\uffff\3\51\1\u00d7\1\51\1\uffff\1\u00d9\1\uffff\2\51\1\u00dc\3\51\1\uffff\1\u00e0\1\uffff\1\u00e1\1\51\1\uffff\1\u00e3\2\51\2\uffff\1\u00e6\1\uffff\2\51\1\uffff\1\u00e9\1\51\1\uffff\1\u00eb\1\uffff"; 1922 "\1\uffff\1\46\4\51\4\uffff\1\51\1\44\4\51\1\uffff\1\44\2\uffff\2\51\1\uffff\6\51\1\44\2\uffff\3\44\4\uffff\2\51\1\uffff\6\51\4\uffff\1\51\1\uffff\7\51\4\uffff\5\51\1\uffff\6\51\5\uffff\1\51\1\164\32\51\1\u0090\5\51\1\uffff\3\51\1\u0099\1\51\1\u009b\12\51\1\u00a6\1\u00a7\1\u00a8\1\u00a9\7\51\1\uffff\10\51\1\uffff\1\51\1\uffff\10\51\1\u00c2\1\51\4\uffff\4\51\1\u00c8\6\51\1\u00cf\2\51\1\u00d2\1\u00d3\4\51\1\u00d8\1\u00d9\1\u00da\1\51\1\uffff\1\51\1\u00dd\1\u00de\1\u00df\1\51\1\uffff\1\u00e1\1\51\1\u00e3\3\51\1\uffff\2\51\2\uffff\1\u00e9\3\51\3\uffff\1\51\1\u00ee\3\uffff\1\51\1\uffff\1\51\1\uffff\3\51\1\u00f4\1\51\1\uffff\1\u00f6\1\uffff\2\51\1\uffff\1\51\1\u00fa\3\51\1\uffff\1\u00fe\1\uffff\1\u00ff\1\u0100\1\51\1\uffff\1\u0102\2\51\3\uffff\1\u0105\1\uffff\2\51\1\uffff\1\u0108\1\51\1\uffff\1\u010a\1\uffff";
1749 static final String DFA12_eofS = 1923 static final String DFA12_eofS =
1750 "\u00ec\uffff"; 1924 "\u010b\uffff";
1751 static final String DFA12_minS = 1925 static final String DFA12_minS =
1752 "\1\0\1\56\1\155\1\160\2\151\4\uffff\1\141\1\72\1\145\1\157\1\uffff\1\75\2\uffff\1\157\1\145\1\143\1\uffff\2\145\1\157\1\165\1\115\1\154\1\151\1\101\2\uffff\2\0\1\52\4\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\2\154\4\uffff\1\143\1\uffff\1\164\1\144\1\156\4\uffff\1\144\1\155\1\141\1\156\1\141\1\157\1\154\1\uffff\1\156\1\142\1\147\1\164\1\124\1\154\1\141\5\uffff\1\157\1\60\1\143\1\154\1\164\1\145\1\144\1\153\2\164\1\141\1\145\1\146\1\145\1\142\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\165\1\60\1\160\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\60\1\145\1\141\1\145\1\151\1\155\1\154\1\151\1\60\1\145\2\60\1\156\1\151\2\145\1\162\1\147\1\uffff\1\165\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\uffff\1\162\1\147\1\162\1\141\1\157\1\163\1\147\1\uffff\1\162\2\uffff\1\147\1\163\1\60\1\162\1\141\1\60\1\164\1\154\1\123\1\141\1\60\1\147\1\151\2\60\1\145\1\156\1\154\1\144\4\60\1\164\1\uffff\1\60\1\164\1\uffff\1\60\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\60\1\163\1\55\1\145\4\uffff\1\151\1\uffff\1\145\1\uffff\1\145\1\154\1\157\1\60\1\147\1\uffff\1\60\1\uffff\1\154\1\143\1\60\1\162\1\166\1\154\1\uffff\1\60\1\uffff\1\60\1\163\1\uffff\1\60\1\145\1\166\2\uffff\1\60\1\uffff\1\162\1\145\1\uffff\1\60\1\162\1\uffff\1\60\1\uffff"; 1926 "\1\0\1\56\1\155\1\160\2\151\4\uffff\1\141\1\72\1\145\1\157\2\145\1\uffff\1\75\2\uffff\1\157\1\143\1\uffff\1\145\1\157\1\165\1\115\1\154\1\151\1\101\2\uffff\2\0\1\52\4\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\3\154\4\uffff\1\143\1\uffff\1\155\1\144\1\156\1\143\1\142\1\156\1\141\4\uffff\1\144\1\155\1\141\1\157\1\154\1\uffff\1\156\1\147\1\164\1\124\1\154\1\141\5\uffff\1\157\1\60\1\143\1\154\1\164\1\145\1\144\1\154\1\153\2\164\1\141\1\157\1\145\1\146\2\165\1\163\1\154\2\145\1\155\1\142\1\151\1\164\1\160\1\166\1\145\1\60\1\160\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\60\1\145\1\60\1\141\1\145\1\151\1\155\1\162\1\154\1\151\1\155\1\147\1\151\4\60\1\141\1\145\1\156\1\151\2\145\1\162\1\uffff\1\165\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\uffff\1\162\1\uffff\1\147\1\162\1\141\1\157\1\171\1\163\1\147\1\145\1\60\1\155\4\uffff\1\154\1\162\1\147\1\163\1\60\1\162\1\141\1\164\1\154\1\123\1\141\1\60\1\147\1\151\2\60\1\145\1\156\1\154\1\144\3\60\1\156\1\uffff\1\145\3\60\1\164\1\uffff\1\60\1\164\1\60\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\60\1\163\1\55\1\145\3\uffff\1\164\1\60\3\uffff\1\151\1\uffff\1\145\1\uffff\1\145\1\154\1\157\1\60\1\147\1\uffff\1\60\1\uffff\1\154\1\163\1\uffff\1\143\1\60\1\162\1\166\1\154\1\uffff\1\60\1\uffff\2\60\1\163\1\uffff\1\60\1\145\1\166\3\uffff\1\60\1\uffff\1\162\1\145\1\uffff\1\60\1\162\1\uffff\1\60\1\uffff";
1753 static final String DFA12_maxS = 1927 static final String DFA12_maxS =
1754 "\1\uffff\1\56\1\156\1\170\1\151\1\157\4\uffff\1\141\1\72\2\157\1\uffff\1\75\2\uffff\2\165\1\164\1\uffff\2\145\1\157\1\165\1\115\1\154\1\151\1\172\2\uffff\2\uffff\1\57\4\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\2\154\4\uffff\1\164\1\uffff\1\164\1\144\1\156\4\uffff\1\144\1\155\1\141\1\156\1\162\1\157\1\154\1\uffff\1\156\1\142\1\147\1\164\1\124\1\154\1\141\5\uffff\1\157\1\172\1\143\1\154\1\164\1\145\1\144\1\153\2\164\1\141\1\145\1\146\1\145\1\142\1\154\1\163\1\151\1\164\1\160\1\166\1\145\1\165\1\172\1\160\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\172\1\145\1\141\1\145\1\151\1\155\1\154\1\151\1\172\1\145\2\172\1\156\1\151\2\145\1\162\1\147\1\uffff\1\165\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\uffff\1\162\1\147\1\162\1\141\1\157\1\163\1\147\1\uffff\1\162\2\uffff\1\147\1\163\1\172\1\162\1\141\1\172\1\164\1\154\1\123\1\141\1\172\1\147\1\151\2\172\1\145\1\156\1\154\1\144\4\172\1\164\1\uffff\1\172\1\164\1\uffff\1\172\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\172\1\163\1\55\1\145\4\uffff\1\151\1\uffff\1\145\1\uffff\1\145\1\154\1\157\1\172\1\147\1\uffff\1\172\1\uffff\1\154\1\143\1\172\1\162\1\166\1\154\1\uffff\1\172\1\uffff\1\172\1\163\1\uffff\1\172\1\145\1\166\2\uffff\1\172\1\uffff\1\162\1\145\1\uffff\1\172\1\162\1\uffff\1\172\1\uffff"; 1928 "\1\uffff\1\56\1\156\1\170\1\151\1\165\4\uffff\1\141\1\72\3\157\1\165\1\uffff\1\75\2\uffff\1\165\1\164\1\uffff\1\145\1\157\1\165\1\115\1\154\1\151\1\172\2\uffff\2\uffff\1\57\4\uffff\1\160\1\164\1\uffff\1\141\1\143\1\141\3\154\4\uffff\1\164\1\uffff\1\164\1\144\1\156\1\143\1\142\1\156\1\141\4\uffff\1\162\1\155\1\162\1\157\1\154\1\uffff\1\156\1\147\1\164\1\124\1\154\1\141\5\uffff\1\157\1\172\1\143\1\154\1\164\1\145\1\144\1\154\1\153\2\164\1\141\1\157\1\145\1\146\2\165\1\164\1\154\2\145\1\155\1\142\1\151\1\164\1\160\1\166\1\145\1\172\1\160\1\123\1\157\1\164\1\162\1\uffff\1\153\1\165\1\162\1\172\1\145\1\172\1\141\1\145\1\151\1\155\1\162\1\154\1\151\1\155\1\147\1\151\4\172\1\141\1\145\1\156\1\151\2\145\1\162\1\uffff\1\165\1\157\1\171\1\162\1\164\1\141\1\144\1\141\1\uffff\1\162\1\uffff\1\147\1\162\1\141\1\157\1\171\1\163\1\147\1\145\1\172\1\155\4\uffff\1\154\1\162\1\147\1\163\1\172\1\162\1\141\1\164\1\154\1\123\1\141\1\172\1\147\1\151\2\172\1\145\1\156\1\154\1\144\3\172\1\156\1\uffff\1\145\3\172\1\164\1\uffff\1\172\1\164\1\172\1\166\1\157\1\123\1\uffff\1\145\1\156\2\uffff\1\172\1\163\1\55\1\145\3\uffff\1\164\1\172\3\uffff\1\151\1\uffff\1\145\1\uffff\1\145\1\154\1\157\1\172\1\147\1\uffff\1\172\1\uffff\1\154\1\163\1\uffff\1\143\1\172\1\162\1\166\1\154\1\uffff\1\172\1\uffff\2\172\1\163\1\uffff\1\172\1\145\1\166\3\uffff\1\172\1\uffff\1\162\1\145\1\uffff\1\172\1\162\1\uffff\1\172\1\uffff";
1755 static final String DFA12_acceptS = 1929 static final String DFA12_acceptS =
1756 "\6\uffff\1\6\1\7\1\10\1\11\4\uffff\1\22\1\uffff\1\24\1\25\3\uffff\1\32\10\uffff\1\51\1\52\3\uffff\1\56\1\57\1\33\1\1\2\uffff\1\51\5\uffff\1\6\1\7\1\10\1\11\1\uffff\1\14\3\uffff\1\22\1\23\1\24\1\25\7\uffff\1\32\7\uffff\1\52\1\53\1\54\1\55\1\56\35\uffff\1\27\25\uffff\1\43\10\uffff\1\5\7\uffff\1\26\1\uffff\1\30\1\40\30\uffff\1\34\2\uffff\1\42\4\uffff\1\2\2\uffff\1\4\1\16\4\uffff\1\17\1\21\1\37\1\31\1\uffff\1\41\1\uffff\1\45\5\uffff\1\12\1\uffff\1\36\6\uffff\1\3\1\uffff\1\20\2\uffff\1\35\3\uffff\1\13\1\15\1\uffff\1\46\2\uffff\1\44\2\uffff\1\47\1\uffff\1\50"; 1930 "\6\uffff\1\6\1\7\1\10\1\11\6\uffff\1\25\1\uffff\1\27\1\30\2\uffff\1\35\7\uffff\1\57\1\60\3\uffff\1\64\1\65\1\36\1\1\2\uffff\1\57\6\uffff\1\6\1\7\1\10\1\11\1\uffff\1\14\7\uffff\1\25\1\26\1\27\1\30\5\uffff\1\35\6\uffff\1\60\1\61\1\62\1\63\1\64\42\uffff\1\32\33\uffff\1\46\10\uffff\1\5\1\uffff\1\53\12\uffff\1\43\1\33\1\31\1\51\30\uffff\1\45\5\uffff\1\37\6\uffff\1\2\2\uffff\1\4\1\16\4\uffff\1\24\1\17\1\21\2\uffff\1\52\1\42\1\34\1\uffff\1\44\1\uffff\1\50\5\uffff\1\12\1\uffff\1\41\2\uffff\1\23\5\uffff\1\3\1\uffff\1\20\3\uffff\1\40\3\uffff\1\13\1\15\1\22\1\uffff\1\54\2\uffff\1\47\2\uffff\1\55\1\uffff\1\56";
1757 static final String DFA12_specialS = 1931 static final String DFA12_specialS =
1758 "\1\1\37\uffff\1\0\1\2\u00ca\uffff}>"; 1932 "\1\1\37\uffff\1\2\1\0\u00e9\uffff}>";
1759 static final String[] DFA12_transitionS = { 1933 static final String[] DFA12_transitionS = {
1760 "\11\44\2\43\2\44\1\43\22\44\1\43\1\44\1\40\1\16\3\44\1\41\2\44\1\25\1\17\1\10\1\44\1\1\1\42\12\37\1\13\1\44\1\20\1\6\1\21\2\44\1\33\21\36\1\32\2\36\1\34\4\36\3\44\1\35\1\36\1\44\2\36\1\15\1\27\1\3\1\5\1\26\1\36\1\2\2\36\1\30\1\14\1\22\1\31\1\12\1\36\1\23\1\24\2\36\1\4\4\36\1\7\1\44\1\11\uff82\44", 1934 "\11\44\2\43\2\44\1\43\22\44\1\43\1\44\1\40\1\20\3\44\1\41\2\44\1\26\1\21\1\10\1\44\1\1\1\42\12\37\1\13\1\44\1\22\1\6\1\23\2\44\1\33\21\36\1\32\2\36\1\34\4\36\3\44\1\35\1\36\1\44\2\36\1\15\1\16\1\3\1\5\1\27\1\36\1\2\2\36\1\30\1\14\1\24\1\31\1\12\1\36\1\17\1\25\2\36\1\4\4\36\1\7\1\44\1\11\uff82\44",
1761 "\1\45", 1935 "\1\45",
1762 "\1\47\1\50", 1936 "\1\47\1\50",
1763 "\1\52\7\uffff\1\53", 1937 "\1\52\7\uffff\1\53",
1764 "\1\54", 1938 "\1\54",
1765 "\1\55\5\uffff\1\56", 1939 "\1\55\5\uffff\1\56\5\uffff\1\57",
1766 "", 1940 "",
1767 "", 1941 "",
1768 "", 1942 "",
1769 "", 1943 "",
1770 "\1\63",
1771 "\1\64", 1944 "\1\64",
1772 "\1\65\11\uffff\1\66", 1945 "\1\65",
1773 "\1\67", 1946 "\1\66\11\uffff\1\67",
1947 "\1\70",
1948 "\1\72\11\uffff\1\71",
1949 "\1\74\17\uffff\1\73",
1774 "", 1950 "",
1775 "\1\71", 1951 "\1\76",
1776 "", 1952 "",
1777 "", 1953 "",
1778 "\1\74\5\uffff\1\75", 1954 "\1\101\5\uffff\1\102",
1779 "\1\76\17\uffff\1\77", 1955 "\1\104\13\uffff\1\105\4\uffff\1\103",
1780 "\1\101\13\uffff\1\102\4\uffff\1\100",
1781 "", 1956 "",
1782 "\1\104",
1783 "\1\105",
1784 "\1\106",
1785 "\1\107", 1957 "\1\107",
1786 "\1\110", 1958 "\1\110",
1787 "\1\111", 1959 "\1\111",
1788 "\1\112", 1960 "\1\112",
1961 "\1\113",
1962 "\1\114",
1789 "\32\51\4\uffff\1\51\1\uffff\32\51", 1963 "\32\51\4\uffff\1\51\1\uffff\32\51",
1790 "", 1964 "",
1791 "", 1965 "",
1792 "\0\114", 1966 "\0\116",
1793 "\0\114", 1967 "\0\116",
1794 "\1\115\4\uffff\1\116", 1968 "\1\117\4\uffff\1\120",
1795 "", 1969 "",
1796 "", 1970 "",
1797 "", 1971 "",
1798 "", 1972 "",
1799 "\1\120",
1800 "\1\121",
1801 "",
1802 "\1\122", 1973 "\1\122",
1803 "\1\123", 1974 "\1\123",
1975 "",
1804 "\1\124", 1976 "\1\124",
1805 "\1\125", 1977 "\1\125",
1806 "\1\126", 1978 "\1\126",
1979 "\1\127",
1980 "\1\130",
1981 "\1\131",
1807 "", 1982 "",
1808 "", 1983 "",
1809 "", 1984 "",
1810 "", 1985 "",
1811 "\1\127\16\uffff\1\131\1\uffff\1\130", 1986 "\1\132\16\uffff\1\134\1\uffff\1\133",
1812 "", 1987 "",
1813 "\1\132", 1988 "\1\136\6\uffff\1\135",
1814 "\1\133",
1815 "\1\134",
1816 "",
1817 "",
1818 "",
1819 "",
1820 "\1\135",
1821 "\1\136",
1822 "\1\137", 1989 "\1\137",
1823 "\1\140", 1990 "\1\140",
1824 "\1\142\20\uffff\1\141", 1991 "\1\141",
1992 "\1\142",
1825 "\1\143", 1993 "\1\143",
1826 "\1\144", 1994 "\1\144",
1827 "", 1995 "",
1828 "\1\145",
1829 "\1\146",
1830 "\1\147",
1831 "\1\150",
1832 "\1\151",
1833 "\1\152",
1834 "\1\153",
1835 "",
1836 "",
1837 "", 1996 "",
1838 "", 1997 "",
1839 "", 1998 "",
1999 "\1\145\11\uffff\1\146\3\uffff\1\147",
2000 "\1\150",
2001 "\1\152\20\uffff\1\151",
2002 "\1\153",
1840 "\1\154", 2003 "\1\154",
1841 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2004 "",
2005 "\1\155",
1842 "\1\156", 2006 "\1\156",
1843 "\1\157", 2007 "\1\157",
1844 "\1\160", 2008 "\1\160",
1845 "\1\161", 2009 "\1\161",
1846 "\1\162", 2010 "\1\162",
2011 "",
2012 "",
2013 "",
2014 "",
2015 "",
1847 "\1\163", 2016 "\1\163",
1848 "\1\164", 2017 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1849 "\1\165", 2018 "\1\165",
1850 "\1\166", 2019 "\1\166",
1851 "\1\167", 2020 "\1\167",
@@ -1860,35 +2029,33 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1860 "\1\u0080", 2029 "\1\u0080",
1861 "\1\u0081", 2030 "\1\u0081",
1862 "\1\u0082", 2031 "\1\u0082",
1863 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2032 "\1\u0083",
1864 "\1\u0084", 2033 "\1\u0085\1\u0084",
1865 "\1\u0085",
1866 "\1\u0086", 2034 "\1\u0086",
1867 "\1\u0087", 2035 "\1\u0087",
1868 "\1\u0088", 2036 "\1\u0088",
1869 "",
1870 "\1\u0089", 2037 "\1\u0089",
1871 "\1\u008a", 2038 "\1\u008a",
1872 "\1\u008b", 2039 "\1\u008b",
1873 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2040 "\1\u008c",
1874 "\1\u008d", 2041 "\1\u008d",
1875 "\1\u008e", 2042 "\1\u008e",
1876 "\1\u008f", 2043 "\1\u008f",
1877 "\1\u0090", 2044 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1878 "\1\u0091", 2045 "\1\u0091",
1879 "\1\u0092", 2046 "\1\u0092",
1880 "\1\u0093", 2047 "\1\u0093",
1881 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2048 "\1\u0094",
1882 "\1\u0095", 2049 "\1\u0095",
1883 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2050 "",
1884 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2051 "\1\u0096",
2052 "\1\u0097",
1885 "\1\u0098", 2053 "\1\u0098",
1886 "\1\u0099", 2054 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1887 "\1\u009a", 2055 "\1\u009a",
1888 "\1\u009b", 2056 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1889 "\1\u009c", 2057 "\1\u009c",
1890 "\1\u009d", 2058 "\1\u009d",
1891 "",
1892 "\1\u009e", 2059 "\1\u009e",
1893 "\1\u009f", 2060 "\1\u009f",
1894 "\1\u00a0", 2061 "\1\u00a0",
@@ -1897,99 +2064,137 @@ public class InternalApplicationConfigurationLexer extends Lexer {
1897 "\1\u00a3", 2064 "\1\u00a3",
1898 "\1\u00a4", 2065 "\1\u00a4",
1899 "\1\u00a5", 2066 "\1\u00a5",
1900 "", 2067 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1901 "\1\u00a6", 2068 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1902 "\1\u00a7", 2069 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1903 "\1\u00a8", 2070 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1904 "\1\u00a9",
1905 "\1\u00aa", 2071 "\1\u00aa",
1906 "\1\u00ab", 2072 "\1\u00ab",
1907 "\1\u00ac", 2073 "\1\u00ac",
1908 "",
1909 "\1\u00ad", 2074 "\1\u00ad",
1910 "",
1911 "",
1912 "\1\u00ae", 2075 "\1\u00ae",
1913 "\1\u00af", 2076 "\1\u00af",
1914 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2077 "\1\u00b0",
2078 "",
1915 "\1\u00b1", 2079 "\1\u00b1",
1916 "\1\u00b2", 2080 "\1\u00b2",
1917 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2081 "\1\u00b3",
1918 "\1\u00b4", 2082 "\1\u00b4",
1919 "\1\u00b5", 2083 "\1\u00b5",
1920 "\1\u00b6", 2084 "\1\u00b6",
1921 "\1\u00b7", 2085 "\1\u00b7",
1922 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2086 "\1\u00b8",
2087 "",
1923 "\1\u00b9", 2088 "\1\u00b9",
2089 "",
1924 "\1\u00ba", 2090 "\1\u00ba",
1925 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2091 "\1\u00bb",
1926 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2092 "\1\u00bc",
1927 "\1\u00bd", 2093 "\1\u00bd",
1928 "\1\u00be", 2094 "\1\u00be",
1929 "\1\u00bf", 2095 "\1\u00bf",
1930 "\1\u00c0", 2096 "\1\u00c0",
2097 "\1\u00c1",
1931 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2098 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1932 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2099 "\1\u00c3",
1933 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2100 "",
1934 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2101 "",
1935 "\1\u00c5",
1936 "", 2102 "",
1937 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1938 "\1\u00c7",
1939 "", 2103 "",
2104 "\1\u00c4",
2105 "\1\u00c5",
2106 "\1\u00c6",
2107 "\1\u00c7",
1940 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2108 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1941 "\1\u00c9", 2109 "\1\u00c9",
1942 "\1\u00ca", 2110 "\1\u00ca",
1943 "\1\u00cb", 2111 "\1\u00cb",
1944 "",
1945 "\1\u00cc", 2112 "\1\u00cc",
1946 "\1\u00cd", 2113 "\1\u00cd",
1947 "", 2114 "\1\u00ce",
1948 "",
1949 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2115 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1950 "\1\u00cf",
1951 "\1\u00d0", 2116 "\1\u00d0",
1952 "\1\u00d1", 2117 "\1\u00d1",
2118 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2119 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2120 "\1\u00d4",
2121 "\1\u00d5",
2122 "\1\u00d6",
2123 "\1\u00d7",
2124 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2125 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2126 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2127 "\1\u00db",
1953 "", 2128 "",
2129 "\1\u00dc",
2130 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2131 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2132 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2133 "\1\u00e0",
1954 "", 2134 "",
2135 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2136 "\1\u00e2",
2137 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2138 "\1\u00e4",
2139 "\1\u00e5",
2140 "\1\u00e6",
1955 "", 2141 "",
2142 "\1\u00e7",
2143 "\1\u00e8",
1956 "", 2144 "",
1957 "\1\u00d2",
1958 "", 2145 "",
1959 "\1\u00d3", 2146 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2147 "\1\u00ea",
2148 "\1\u00eb",
2149 "\1\u00ec",
1960 "", 2150 "",
1961 "\1\u00d4", 2151 "",
1962 "\1\u00d5", 2152 "",
1963 "\1\u00d6", 2153 "\1\u00ed",
2154 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2155 "",
2156 "",
2157 "",
2158 "\1\u00ef",
2159 "",
2160 "\1\u00f0",
2161 "",
2162 "\1\u00f1",
2163 "\1\u00f2",
2164 "\1\u00f3",
1964 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2165 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1965 "\1\u00d8", 2166 "\1\u00f5",
1966 "", 2167 "",
1967 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2168 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1968 "", 2169 "",
1969 "\1\u00da", 2170 "\1\u00f7",
1970 "\1\u00db", 2171 "\1\u00f8",
2172 "",
2173 "\1\u00f9",
1971 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2174 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1972 "\1\u00dd", 2175 "\1\u00fb",
1973 "\1\u00de", 2176 "\1\u00fc",
1974 "\1\u00df", 2177 "\1\u00fd",
1975 "", 2178 "",
1976 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2179 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1977 "", 2180 "",
1978 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2181 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1979 "\1\u00e2", 2182 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
2183 "\1\u0101",
1980 "", 2184 "",
1981 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2185 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1982 "\1\u00e4", 2186 "\1\u0103",
1983 "\1\u00e5", 2187 "\1\u0104",
2188 "",
1984 "", 2189 "",
1985 "", 2190 "",
1986 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2191 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1987 "", 2192 "",
1988 "\1\u00e7", 2193 "\1\u0106",
1989 "\1\u00e8", 2194 "\1\u0107",
1990 "", 2195 "",
1991 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2196 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1992 "\1\u00ea", 2197 "\1\u0109",
1993 "", 2198 "",
1994 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51", 2199 "\12\51\7\uffff\32\51\4\uffff\1\51\1\uffff\32\51",
1995 "" 2200 ""
@@ -2025,17 +2230,17 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2025 this.transition = DFA12_transition; 2230 this.transition = DFA12_transition;
2026 } 2231 }
2027 public String getDescription() { 2232 public String getDescription() {
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 );"; 2233 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 );";
2029 } 2234 }
2030 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException { 2235 public int specialStateTransition(int s, IntStream _input) throws NoViableAltException {
2031 IntStream input = _input; 2236 IntStream input = _input;
2032 int _s = s; 2237 int _s = s;
2033 switch ( s ) { 2238 switch ( s ) {
2034 case 0 : 2239 case 0 :
2035 int LA12_32 = input.LA(1); 2240 int LA12_33 = input.LA(1);
2036 2241
2037 s = -1; 2242 s = -1;
2038 if ( ((LA12_32>='\u0000' && LA12_32<='\uFFFF')) ) {s = 76;} 2243 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 78;}
2039 2244
2040 else s = 36; 2245 else s = 36;
2041 2246
@@ -2071,25 +2276,25 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2071 2276
2072 else if ( (LA12_0=='c') ) {s = 13;} 2277 else if ( (LA12_0=='c') ) {s = 13;}
2073 2278
2074 else if ( (LA12_0=='#') ) {s = 14;} 2279 else if ( (LA12_0=='d') ) {s = 14;}
2075 2280
2076 else if ( (LA12_0=='+') ) {s = 15;} 2281 else if ( (LA12_0=='r') ) {s = 15;}
2077 2282
2078 else if ( (LA12_0=='<') ) {s = 16;} 2283 else if ( (LA12_0=='#') ) {s = 16;}
2079 2284
2080 else if ( (LA12_0=='>') ) {s = 17;} 2285 else if ( (LA12_0=='+') ) {s = 17;}
2081 2286
2082 else if ( (LA12_0=='n') ) {s = 18;} 2287 else if ( (LA12_0=='<') ) {s = 18;}
2083 2288
2084 else if ( (LA12_0=='r') ) {s = 19;} 2289 else if ( (LA12_0=='>') ) {s = 19;}
2085 2290
2086 else if ( (LA12_0=='s') ) {s = 20;} 2291 else if ( (LA12_0=='n') ) {s = 20;}
2087 2292
2088 else if ( (LA12_0=='*') ) {s = 21;} 2293 else if ( (LA12_0=='s') ) {s = 21;}
2089 2294
2090 else if ( (LA12_0=='g') ) {s = 22;} 2295 else if ( (LA12_0=='*') ) {s = 22;}
2091 2296
2092 else if ( (LA12_0=='d') ) {s = 23;} 2297 else if ( (LA12_0=='g') ) {s = 23;}
2093 2298
2094 else if ( (LA12_0=='l') ) {s = 24;} 2299 else if ( (LA12_0=='l') ) {s = 24;}
2095 2300
@@ -2120,10 +2325,10 @@ public class InternalApplicationConfigurationLexer extends Lexer {
2120 if ( s>=0 ) return s; 2325 if ( s>=0 ) return s;
2121 break; 2326 break;
2122 case 2 : 2327 case 2 :
2123 int LA12_33 = input.LA(1); 2328 int LA12_32 = input.LA(1);
2124 2329
2125 s = -1; 2330 s = -1;
2126 if ( ((LA12_33>='\u0000' && LA12_33<='\uFFFF')) ) {s = 76;} 2331 if ( ((LA12_32>='\u0000' && LA12_32<='\uFFFF')) ) {s = 78;}
2127 2332
2128 else s = 36; 2333 else s = 36;
2129 2334