aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-02-28 18:08:18 -0500
committerLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-02-28 18:08:18 -0500
commit890a50f2eaa1fc56e0514726b74f055c248e74d6 (patch)
treedbd10b1d970dd4d61e103a85bff73dcf95f97799 /Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
parentViatra Solver support for tasks with no partial model (diff)
downloadVIATRA-Generator-890a50f2eaa1fc56e0514726b74f055c248e74d6.tar.gz
VIATRA-Generator-890a50f2eaa1fc56e0514726b74f055c248e74d6.tar.zst
VIATRA-Generator-890a50f2eaa1fc56e0514726b74f055c248e74d6.zip
Grammar update
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g520
1 files changed, 492 insertions, 28 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g b/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
index a3f72367..72884c26 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
+++ b/Application/hu.bme.mit.inf.dslreasoner.application.ide/src-gen/hu/bme/mit/inf/dslreasoner/application/ide/contentassist/antlr/internal/InternalApplicationConfiguration.g
@@ -915,9 +915,109 @@ ruleConfigEntry
915 } 915 }
916 : 916 :
917 ( 917 (
918 { before(grammarAccess.getConfigEntryAccess().getGroup()); } 918 { before(grammarAccess.getConfigEntryAccess().getAlternatives()); }
919 (rule__ConfigEntry__Group__0) 919 (rule__ConfigEntry__Alternatives)
920 { after(grammarAccess.getConfigEntryAccess().getGroup()); } 920 { after(grammarAccess.getConfigEntryAccess().getAlternatives()); }
921 )
922;
923finally {
924 restoreStackSize(stackSize);
925}
926
927// Entry rule entryRuleDocumentationEntry
928entryRuleDocumentationEntry
929:
930{ before(grammarAccess.getDocumentationEntryRule()); }
931 ruleDocumentationEntry
932{ after(grammarAccess.getDocumentationEntryRule()); }
933 EOF
934;
935
936// Rule DocumentationEntry
937ruleDocumentationEntry
938 @init {
939 int stackSize = keepStackSize();
940 }
941 :
942 (
943 { before(grammarAccess.getDocumentationEntryAccess().getGroup()); }
944 (rule__DocumentationEntry__Group__0)
945 { after(grammarAccess.getDocumentationEntryAccess().getGroup()); }
946 )
947;
948finally {
949 restoreStackSize(stackSize);
950}
951
952// Entry rule entryRuleRuntimeEntry
953entryRuleRuntimeEntry
954:
955{ before(grammarAccess.getRuntimeEntryRule()); }
956 ruleRuntimeEntry
957{ after(grammarAccess.getRuntimeEntryRule()); }
958 EOF
959;
960
961// Rule RuntimeEntry
962ruleRuntimeEntry
963 @init {
964 int stackSize = keepStackSize();
965 }
966 :
967 (
968 { before(grammarAccess.getRuntimeEntryAccess().getGroup()); }
969 (rule__RuntimeEntry__Group__0)
970 { after(grammarAccess.getRuntimeEntryAccess().getGroup()); }
971 )
972;
973finally {
974 restoreStackSize(stackSize);
975}
976
977// Entry rule entryRuleMemoryEntry
978entryRuleMemoryEntry
979:
980{ before(grammarAccess.getMemoryEntryRule()); }
981 ruleMemoryEntry
982{ after(grammarAccess.getMemoryEntryRule()); }
983 EOF
984;
985
986// Rule MemoryEntry
987ruleMemoryEntry
988 @init {
989 int stackSize = keepStackSize();
990 }
991 :
992 (
993 { before(grammarAccess.getMemoryEntryAccess().getGroup()); }
994 (rule__MemoryEntry__Group__0)
995 { after(grammarAccess.getMemoryEntryAccess().getGroup()); }
996 )
997;
998finally {
999 restoreStackSize(stackSize);
1000}
1001
1002// Entry rule entryRuleCustomEntry
1003entryRuleCustomEntry
1004:
1005{ before(grammarAccess.getCustomEntryRule()); }
1006 ruleCustomEntry
1007{ after(grammarAccess.getCustomEntryRule()); }
1008 EOF
1009;
1010
1011// Rule CustomEntry
1012ruleCustomEntry
1013 @init {
1014 int stackSize = keepStackSize();
1015 }
1016 :
1017 (
1018 { before(grammarAccess.getCustomEntryAccess().getGroup()); }
1019 (rule__CustomEntry__Group__0)
1020 { after(grammarAccess.getCustomEntryAccess().getGroup()); }
921 ) 1021 )
922; 1022;
923finally { 1023finally {
@@ -1524,6 +1624,22 @@ finally {
1524 restoreStackSize(stackSize); 1624 restoreStackSize(stackSize);
1525} 1625}
1526 1626
1627// Rule DocumentLevelSpecification
1628ruleDocumentLevelSpecification
1629 @init {
1630 int stackSize = keepStackSize();
1631 }
1632:
1633 (
1634 { before(grammarAccess.getDocumentLevelSpecificationAccess().getAlternatives()); }
1635 (rule__DocumentLevelSpecification__Alternatives)
1636 { after(grammarAccess.getDocumentLevelSpecificationAccess().getAlternatives()); }
1637 )
1638;
1639finally {
1640 restoreStackSize(stackSize);
1641}
1642
1527// Rule Solver 1643// Rule Solver
1528ruleSolver 1644ruleSolver
1529 @init { 1645 @init {
@@ -1774,6 +1890,39 @@ finally {
1774 restoreStackSize(stackSize); 1890 restoreStackSize(stackSize);
1775} 1891}
1776 1892
1893rule__ConfigEntry__Alternatives
1894 @init {
1895 int stackSize = keepStackSize();
1896 }
1897:
1898 (
1899 { before(grammarAccess.getConfigEntryAccess().getDocumentationEntryParserRuleCall_0()); }
1900 ruleDocumentationEntry
1901 { after(grammarAccess.getConfigEntryAccess().getDocumentationEntryParserRuleCall_0()); }
1902 )
1903 |
1904 (
1905 { before(grammarAccess.getConfigEntryAccess().getRuntimeEntryParserRuleCall_1()); }
1906 ruleRuntimeEntry
1907 { after(grammarAccess.getConfigEntryAccess().getRuntimeEntryParserRuleCall_1()); }
1908 )
1909 |
1910 (
1911 { before(grammarAccess.getConfigEntryAccess().getMemoryEntryParserRuleCall_2()); }
1912 ruleMemoryEntry
1913 { after(grammarAccess.getConfigEntryAccess().getMemoryEntryParserRuleCall_2()); }
1914 )
1915 |
1916 (
1917 { before(grammarAccess.getConfigEntryAccess().getCustomEntryParserRuleCall_3()); }
1918 ruleCustomEntry
1919 { after(grammarAccess.getConfigEntryAccess().getCustomEntryParserRuleCall_3()); }
1920 )
1921;
1922finally {
1923 restoreStackSize(stackSize);
1924}
1925
1777rule__Config__Alternatives 1926rule__Config__Alternatives
1778 @init { 1927 @init {
1779 int stackSize = keepStackSize(); 1928 int stackSize = keepStackSize();
@@ -2125,6 +2274,33 @@ finally {
2125 restoreStackSize(stackSize); 2274 restoreStackSize(stackSize);
2126} 2275}
2127 2276
2277rule__DocumentLevelSpecification__Alternatives
2278 @init {
2279 int stackSize = keepStackSize();
2280 }
2281:
2282 (
2283 { before(grammarAccess.getDocumentLevelSpecificationAccess().getNoneEnumLiteralDeclaration_0()); }
2284 ('none')
2285 { after(grammarAccess.getDocumentLevelSpecificationAccess().getNoneEnumLiteralDeclaration_0()); }
2286 )
2287 |
2288 (
2289 { before(grammarAccess.getDocumentLevelSpecificationAccess().getNormalEnumLiteralDeclaration_1()); }
2290 ('normal')
2291 { after(grammarAccess.getDocumentLevelSpecificationAccess().getNormalEnumLiteralDeclaration_1()); }
2292 )
2293 |
2294 (
2295 { before(grammarAccess.getDocumentLevelSpecificationAccess().getFullEnumLiteralDeclaration_2()); }
2296 ('full')
2297 { after(grammarAccess.getDocumentLevelSpecificationAccess().getFullEnumLiteralDeclaration_2()); }
2298 )
2299;
2300finally {
2301 restoreStackSize(stackSize);
2302}
2303
2128rule__Solver__Alternatives 2304rule__Solver__Alternatives
2129 @init { 2305 @init {
2130 int stackSize = keepStackSize(); 2306 int stackSize = keepStackSize();
@@ -4717,80 +4893,323 @@ finally {
4717} 4893}
4718 4894
4719 4895
4720rule__ConfigEntry__Group__0 4896rule__DocumentationEntry__Group__0
4721 @init { 4897 @init {
4722 int stackSize = keepStackSize(); 4898 int stackSize = keepStackSize();
4723 } 4899 }
4724: 4900:
4725 rule__ConfigEntry__Group__0__Impl 4901 rule__DocumentationEntry__Group__0__Impl
4726 rule__ConfigEntry__Group__1 4902 rule__DocumentationEntry__Group__1
4727; 4903;
4728finally { 4904finally {
4729 restoreStackSize(stackSize); 4905 restoreStackSize(stackSize);
4730} 4906}
4731 4907
4732rule__ConfigEntry__Group__0__Impl 4908rule__DocumentationEntry__Group__0__Impl
4733 @init { 4909 @init {
4734 int stackSize = keepStackSize(); 4910 int stackSize = keepStackSize();
4735 } 4911 }
4736: 4912:
4737( 4913(
4738 { before(grammarAccess.getConfigEntryAccess().getKeyAssignment_0()); } 4914 { before(grammarAccess.getDocumentationEntryAccess().getLogLevelKeyword_0()); }
4739 (rule__ConfigEntry__KeyAssignment_0) 4915 'log-level'
4740 { after(grammarAccess.getConfigEntryAccess().getKeyAssignment_0()); } 4916 { after(grammarAccess.getDocumentationEntryAccess().getLogLevelKeyword_0()); }
4741) 4917)
4742; 4918;
4743finally { 4919finally {
4744 restoreStackSize(stackSize); 4920 restoreStackSize(stackSize);
4745} 4921}
4746 4922
4747rule__ConfigEntry__Group__1 4923rule__DocumentationEntry__Group__1
4748 @init { 4924 @init {
4749 int stackSize = keepStackSize(); 4925 int stackSize = keepStackSize();
4750 } 4926 }
4751: 4927:
4752 rule__ConfigEntry__Group__1__Impl 4928 rule__DocumentationEntry__Group__1__Impl
4753 rule__ConfigEntry__Group__2 4929 rule__DocumentationEntry__Group__2
4754; 4930;
4755finally { 4931finally {
4756 restoreStackSize(stackSize); 4932 restoreStackSize(stackSize);
4757} 4933}
4758 4934
4759rule__ConfigEntry__Group__1__Impl 4935rule__DocumentationEntry__Group__1__Impl
4760 @init { 4936 @init {
4761 int stackSize = keepStackSize(); 4937 int stackSize = keepStackSize();
4762 } 4938 }
4763: 4939:
4764( 4940(
4765 { before(grammarAccess.getConfigEntryAccess().getEqualsSignKeyword_1()); } 4941 { before(grammarAccess.getDocumentationEntryAccess().getEqualsSignKeyword_1()); }
4766 '=' 4942 '='
4767 { after(grammarAccess.getConfigEntryAccess().getEqualsSignKeyword_1()); } 4943 { after(grammarAccess.getDocumentationEntryAccess().getEqualsSignKeyword_1()); }
4944)
4945;
4946finally {
4947 restoreStackSize(stackSize);
4948}
4949
4950rule__DocumentationEntry__Group__2
4951 @init {
4952 int stackSize = keepStackSize();
4953 }
4954:
4955 rule__DocumentationEntry__Group__2__Impl
4956;
4957finally {
4958 restoreStackSize(stackSize);
4959}
4960
4961rule__DocumentationEntry__Group__2__Impl
4962 @init {
4963 int stackSize = keepStackSize();
4964 }
4965:
4966(
4967 { before(grammarAccess.getDocumentationEntryAccess().getLevelAssignment_2()); }
4968 (rule__DocumentationEntry__LevelAssignment_2)
4969 { after(grammarAccess.getDocumentationEntryAccess().getLevelAssignment_2()); }
4768) 4970)
4769; 4971;
4770finally { 4972finally {
4771 restoreStackSize(stackSize); 4973 restoreStackSize(stackSize);
4772} 4974}
4773 4975
4774rule__ConfigEntry__Group__2 4976
4977rule__RuntimeEntry__Group__0
4775 @init { 4978 @init {
4776 int stackSize = keepStackSize(); 4979 int stackSize = keepStackSize();
4777 } 4980 }
4778: 4981:
4779 rule__ConfigEntry__Group__2__Impl 4982 rule__RuntimeEntry__Group__0__Impl
4983 rule__RuntimeEntry__Group__1
4780; 4984;
4781finally { 4985finally {
4782 restoreStackSize(stackSize); 4986 restoreStackSize(stackSize);
4783} 4987}
4784 4988
4785rule__ConfigEntry__Group__2__Impl 4989rule__RuntimeEntry__Group__0__Impl
4786 @init { 4990 @init {
4787 int stackSize = keepStackSize(); 4991 int stackSize = keepStackSize();
4788 } 4992 }
4789: 4993:
4790( 4994(
4791 { before(grammarAccess.getConfigEntryAccess().getValueAssignment_2()); } 4995 { before(grammarAccess.getRuntimeEntryAccess().getRuntimeKeyword_0()); }
4792 (rule__ConfigEntry__ValueAssignment_2) 4996 'runtime'
4793 { after(grammarAccess.getConfigEntryAccess().getValueAssignment_2()); } 4997 { after(grammarAccess.getRuntimeEntryAccess().getRuntimeKeyword_0()); }
4998)
4999;
5000finally {
5001 restoreStackSize(stackSize);
5002}
5003
5004rule__RuntimeEntry__Group__1
5005 @init {
5006 int stackSize = keepStackSize();
5007 }
5008:
5009 rule__RuntimeEntry__Group__1__Impl
5010 rule__RuntimeEntry__Group__2
5011;
5012finally {
5013 restoreStackSize(stackSize);
5014}
5015
5016rule__RuntimeEntry__Group__1__Impl
5017 @init {
5018 int stackSize = keepStackSize();
5019 }
5020:
5021(
5022 { before(grammarAccess.getRuntimeEntryAccess().getEqualsSignKeyword_1()); }
5023 '='
5024 { after(grammarAccess.getRuntimeEntryAccess().getEqualsSignKeyword_1()); }
5025)
5026;
5027finally {
5028 restoreStackSize(stackSize);
5029}
5030
5031rule__RuntimeEntry__Group__2
5032 @init {
5033 int stackSize = keepStackSize();
5034 }
5035:
5036 rule__RuntimeEntry__Group__2__Impl
5037;
5038finally {
5039 restoreStackSize(stackSize);
5040}
5041
5042rule__RuntimeEntry__Group__2__Impl
5043 @init {
5044 int stackSize = keepStackSize();
5045 }
5046:
5047(
5048 { before(grammarAccess.getRuntimeEntryAccess().getMillisecLimitAssignment_2()); }
5049 (rule__RuntimeEntry__MillisecLimitAssignment_2)
5050 { after(grammarAccess.getRuntimeEntryAccess().getMillisecLimitAssignment_2()); }
5051)
5052;
5053finally {
5054 restoreStackSize(stackSize);
5055}
5056
5057
5058rule__MemoryEntry__Group__0
5059 @init {
5060 int stackSize = keepStackSize();
5061 }
5062:
5063 rule__MemoryEntry__Group__0__Impl
5064 rule__MemoryEntry__Group__1
5065;
5066finally {
5067 restoreStackSize(stackSize);
5068}
5069
5070rule__MemoryEntry__Group__0__Impl
5071 @init {
5072 int stackSize = keepStackSize();
5073 }
5074:
5075(
5076 { before(grammarAccess.getMemoryEntryAccess().getMemoryKeyword_0()); }
5077 'memory'
5078 { after(grammarAccess.getMemoryEntryAccess().getMemoryKeyword_0()); }
5079)
5080;
5081finally {
5082 restoreStackSize(stackSize);
5083}
5084
5085rule__MemoryEntry__Group__1
5086 @init {
5087 int stackSize = keepStackSize();
5088 }
5089:
5090 rule__MemoryEntry__Group__1__Impl
5091 rule__MemoryEntry__Group__2
5092;
5093finally {
5094 restoreStackSize(stackSize);
5095}
5096
5097rule__MemoryEntry__Group__1__Impl
5098 @init {
5099 int stackSize = keepStackSize();
5100 }
5101:
5102(
5103 { before(grammarAccess.getMemoryEntryAccess().getEqualsSignKeyword_1()); }
5104 '='
5105 { after(grammarAccess.getMemoryEntryAccess().getEqualsSignKeyword_1()); }
5106)
5107;
5108finally {
5109 restoreStackSize(stackSize);
5110}
5111
5112rule__MemoryEntry__Group__2
5113 @init {
5114 int stackSize = keepStackSize();
5115 }
5116:
5117 rule__MemoryEntry__Group__2__Impl
5118;
5119finally {
5120 restoreStackSize(stackSize);
5121}
5122
5123rule__MemoryEntry__Group__2__Impl
5124 @init {
5125 int stackSize = keepStackSize();
5126 }
5127:
5128(
5129 { before(grammarAccess.getMemoryEntryAccess().getMegabyteLimitAssignment_2()); }
5130 (rule__MemoryEntry__MegabyteLimitAssignment_2)
5131 { after(grammarAccess.getMemoryEntryAccess().getMegabyteLimitAssignment_2()); }
5132)
5133;
5134finally {
5135 restoreStackSize(stackSize);
5136}
5137
5138
5139rule__CustomEntry__Group__0
5140 @init {
5141 int stackSize = keepStackSize();
5142 }
5143:
5144 rule__CustomEntry__Group__0__Impl
5145 rule__CustomEntry__Group__1
5146;
5147finally {
5148 restoreStackSize(stackSize);
5149}
5150
5151rule__CustomEntry__Group__0__Impl
5152 @init {
5153 int stackSize = keepStackSize();
5154 }
5155:
5156(
5157 { before(grammarAccess.getCustomEntryAccess().getKeyAssignment_0()); }
5158 (rule__CustomEntry__KeyAssignment_0)
5159 { after(grammarAccess.getCustomEntryAccess().getKeyAssignment_0()); }
5160)
5161;
5162finally {
5163 restoreStackSize(stackSize);
5164}
5165
5166rule__CustomEntry__Group__1
5167 @init {
5168 int stackSize = keepStackSize();
5169 }
5170:
5171 rule__CustomEntry__Group__1__Impl
5172 rule__CustomEntry__Group__2
5173;
5174finally {
5175 restoreStackSize(stackSize);
5176}
5177
5178rule__CustomEntry__Group__1__Impl
5179 @init {
5180 int stackSize = keepStackSize();
5181 }
5182:
5183(
5184 { before(grammarAccess.getCustomEntryAccess().getEqualsSignKeyword_1()); }
5185 '='
5186 { after(grammarAccess.getCustomEntryAccess().getEqualsSignKeyword_1()); }
5187)
5188;
5189finally {
5190 restoreStackSize(stackSize);
5191}
5192
5193rule__CustomEntry__Group__2
5194 @init {
5195 int stackSize = keepStackSize();
5196 }
5197:
5198 rule__CustomEntry__Group__2__Impl
5199;
5200finally {
5201 restoreStackSize(stackSize);
5202}
5203
5204rule__CustomEntry__Group__2__Impl
5205 @init {
5206 int stackSize = keepStackSize();
5207 }
5208:
5209(
5210 { before(grammarAccess.getCustomEntryAccess().getValueAssignment_2()); }
5211 (rule__CustomEntry__ValueAssignment_2)
5212 { after(grammarAccess.getCustomEntryAccess().getValueAssignment_2()); }
4794) 5213)
4795; 5214;
4796finally { 5215finally {
@@ -8803,30 +9222,75 @@ finally {
8803 restoreStackSize(stackSize); 9222 restoreStackSize(stackSize);
8804} 9223}
8805 9224
8806rule__ConfigEntry__KeyAssignment_0 9225rule__DocumentationEntry__LevelAssignment_2
9226 @init {
9227 int stackSize = keepStackSize();
9228 }
9229:
9230 (
9231 { before(grammarAccess.getDocumentationEntryAccess().getLevelDocumentLevelSpecificationEnumRuleCall_2_0()); }
9232 ruleDocumentLevelSpecification
9233 { after(grammarAccess.getDocumentationEntryAccess().getLevelDocumentLevelSpecificationEnumRuleCall_2_0()); }
9234 )
9235;
9236finally {
9237 restoreStackSize(stackSize);
9238}
9239
9240rule__RuntimeEntry__MillisecLimitAssignment_2
9241 @init {
9242 int stackSize = keepStackSize();
9243 }
9244:
9245 (
9246 { before(grammarAccess.getRuntimeEntryAccess().getMillisecLimitINTTerminalRuleCall_2_0()); }
9247 RULE_INT
9248 { after(grammarAccess.getRuntimeEntryAccess().getMillisecLimitINTTerminalRuleCall_2_0()); }
9249 )
9250;
9251finally {
9252 restoreStackSize(stackSize);
9253}
9254
9255rule__MemoryEntry__MegabyteLimitAssignment_2
9256 @init {
9257 int stackSize = keepStackSize();
9258 }
9259:
9260 (
9261 { before(grammarAccess.getMemoryEntryAccess().getMegabyteLimitINTTerminalRuleCall_2_0()); }
9262 RULE_INT
9263 { after(grammarAccess.getMemoryEntryAccess().getMegabyteLimitINTTerminalRuleCall_2_0()); }
9264 )
9265;
9266finally {
9267 restoreStackSize(stackSize);
9268}
9269
9270rule__CustomEntry__KeyAssignment_0
8807 @init { 9271 @init {
8808 int stackSize = keepStackSize(); 9272 int stackSize = keepStackSize();
8809 } 9273 }
8810: 9274:
8811 ( 9275 (
8812 { before(grammarAccess.getConfigEntryAccess().getKeySTRINGTerminalRuleCall_0_0()); } 9276 { before(grammarAccess.getCustomEntryAccess().getKeySTRINGTerminalRuleCall_0_0()); }
8813 RULE_STRING 9277 RULE_STRING
8814 { after(grammarAccess.getConfigEntryAccess().getKeySTRINGTerminalRuleCall_0_0()); } 9278 { after(grammarAccess.getCustomEntryAccess().getKeySTRINGTerminalRuleCall_0_0()); }
8815 ) 9279 )
8816; 9280;
8817finally { 9281finally {
8818 restoreStackSize(stackSize); 9282 restoreStackSize(stackSize);
8819} 9283}
8820 9284
8821rule__ConfigEntry__ValueAssignment_2 9285rule__CustomEntry__ValueAssignment_2
8822 @init { 9286 @init {
8823 int stackSize = keepStackSize(); 9287 int stackSize = keepStackSize();
8824 } 9288 }
8825: 9289:
8826 ( 9290 (
8827 { before(grammarAccess.getConfigEntryAccess().getValueSTRINGTerminalRuleCall_2_0()); } 9291 { before(grammarAccess.getCustomEntryAccess().getValueSTRINGTerminalRuleCall_2_0()); }
8828 RULE_STRING 9292 RULE_STRING
8829 { after(grammarAccess.getConfigEntryAccess().getValueSTRINGTerminalRuleCall_2_0()); } 9293 { after(grammarAccess.getCustomEntryAccess().getValueSTRINGTerminalRuleCall_2_0()); }
8830 ) 9294 )
8831; 9295;
8832finally { 9296finally {