aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language.ide/src-gen/ca/mcgill/ecse/dslreasoner/ide/contentassist/antlr/internal/InternalVampireLanguage.g
diff options
context:
space:
mode:
Diffstat (limited to 'Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language.ide/src-gen/ca/mcgill/ecse/dslreasoner/ide/contentassist/antlr/internal/InternalVampireLanguage.g')
-rw-r--r--Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language.ide/src-gen/ca/mcgill/ecse/dslreasoner/ide/contentassist/antlr/internal/InternalVampireLanguage.g166
1 files changed, 83 insertions, 83 deletions
diff --git a/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language.ide/src-gen/ca/mcgill/ecse/dslreasoner/ide/contentassist/antlr/internal/InternalVampireLanguage.g b/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language.ide/src-gen/ca/mcgill/ecse/dslreasoner/ide/contentassist/antlr/internal/InternalVampireLanguage.g
index 24768ec3..c5f2bcd0 100644
--- a/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language.ide/src-gen/ca/mcgill/ecse/dslreasoner/ide/contentassist/antlr/internal/InternalVampireLanguage.g
+++ b/Solvers/Vampire-Solver/ca.mcgill.ecse.dslreasoner.vampire.language.ide/src-gen/ca/mcgill/ecse/dslreasoner/ide/contentassist/antlr/internal/InternalVampireLanguage.g
@@ -1,5 +1,5 @@
1/* 1/*
2 * generated by Xtext 2.12.0 2 * generated by Xtext 2.14.0
3 */ 3 */
4grammar InternalVampireLanguage; 4grammar InternalVampireLanguage;
5 5
@@ -624,25 +624,25 @@ finally {
624 restoreStackSize(stackSize); 624 restoreStackSize(stackSize);
625} 625}
626 626
627// Entry rule entryRuleVLSFunctionFof 627// Entry rule entryRuleVLSFunctionAsTerm
628entryRuleVLSFunctionFof 628entryRuleVLSFunctionAsTerm
629: 629:
630{ before(grammarAccess.getVLSFunctionFofRule()); } 630{ before(grammarAccess.getVLSFunctionAsTermRule()); }
631 ruleVLSFunctionFof 631 ruleVLSFunctionAsTerm
632{ after(grammarAccess.getVLSFunctionFofRule()); } 632{ after(grammarAccess.getVLSFunctionAsTermRule()); }
633 EOF 633 EOF
634; 634;
635 635
636// Rule VLSFunctionFof 636// Rule VLSFunctionAsTerm
637ruleVLSFunctionFof 637ruleVLSFunctionAsTerm
638 @init { 638 @init {
639 int stackSize = keepStackSize(); 639 int stackSize = keepStackSize();
640 } 640 }
641 : 641 :
642 ( 642 (
643 { before(grammarAccess.getVLSFunctionFofAccess().getGroup()); } 643 { before(grammarAccess.getVLSFunctionAsTermAccess().getGroup()); }
644 (rule__VLSFunctionFof__Group__0) 644 (rule__VLSFunctionAsTerm__Group__0)
645 { after(grammarAccess.getVLSFunctionFofAccess().getGroup()); } 645 { after(grammarAccess.getVLSFunctionAsTermAccess().getGroup()); }
646 ) 646 )
647; 647;
648finally { 648finally {
@@ -1249,9 +1249,9 @@ rule__VLSFofTerm__Alternatives
1249 ) 1249 )
1250 | 1250 |
1251 ( 1251 (
1252 { before(grammarAccess.getVLSFofTermAccess().getVLSFunctionFofParserRuleCall_1()); } 1252 { before(grammarAccess.getVLSFofTermAccess().getVLSFunctionAsTermParserRuleCall_1()); }
1253 ruleVLSFunctionFof 1253 ruleVLSFunctionAsTerm
1254 { after(grammarAccess.getVLSFofTermAccess().getVLSFunctionFofParserRuleCall_1()); } 1254 { after(grammarAccess.getVLSFofTermAccess().getVLSFunctionAsTermParserRuleCall_1()); }
1255 ) 1255 )
1256 | 1256 |
1257 ( 1257 (
@@ -1264,33 +1264,33 @@ finally {
1264 restoreStackSize(stackSize); 1264 restoreStackSize(stackSize);
1265} 1265}
1266 1266
1267rule__VLSFunctionFof__FunctorAlternatives_0_0 1267rule__VLSFunctionAsTerm__FunctorAlternatives_0_0
1268 @init { 1268 @init {
1269 int stackSize = keepStackSize(); 1269 int stackSize = keepStackSize();
1270 } 1270 }
1271: 1271:
1272 ( 1272 (
1273 { before(grammarAccess.getVLSFunctionFofAccess().getFunctorLOWER_WORD_IDTerminalRuleCall_0_0_0()); } 1273 { before(grammarAccess.getVLSFunctionAsTermAccess().getFunctorLOWER_WORD_IDTerminalRuleCall_0_0_0()); }
1274 RULE_LOWER_WORD_ID 1274 RULE_LOWER_WORD_ID
1275 { after(grammarAccess.getVLSFunctionFofAccess().getFunctorLOWER_WORD_IDTerminalRuleCall_0_0_0()); } 1275 { after(grammarAccess.getVLSFunctionAsTermAccess().getFunctorLOWER_WORD_IDTerminalRuleCall_0_0_0()); }
1276 ) 1276 )
1277 | 1277 |
1278 ( 1278 (
1279 { before(grammarAccess.getVLSFunctionFofAccess().getFunctorSINGLE_QUOTETerminalRuleCall_0_0_1()); } 1279 { before(grammarAccess.getVLSFunctionAsTermAccess().getFunctorSINGLE_QUOTETerminalRuleCall_0_0_1()); }
1280 RULE_SINGLE_QUOTE 1280 RULE_SINGLE_QUOTE
1281 { after(grammarAccess.getVLSFunctionFofAccess().getFunctorSINGLE_QUOTETerminalRuleCall_0_0_1()); } 1281 { after(grammarAccess.getVLSFunctionAsTermAccess().getFunctorSINGLE_QUOTETerminalRuleCall_0_0_1()); }
1282 ) 1282 )
1283 | 1283 |
1284 ( 1284 (
1285 { before(grammarAccess.getVLSFunctionFofAccess().getFunctorDOLLAR_IDTerminalRuleCall_0_0_2()); } 1285 { before(grammarAccess.getVLSFunctionAsTermAccess().getFunctorDOLLAR_IDTerminalRuleCall_0_0_2()); }
1286 RULE_DOLLAR_ID 1286 RULE_DOLLAR_ID
1287 { after(grammarAccess.getVLSFunctionFofAccess().getFunctorDOLLAR_IDTerminalRuleCall_0_0_2()); } 1287 { after(grammarAccess.getVLSFunctionAsTermAccess().getFunctorDOLLAR_IDTerminalRuleCall_0_0_2()); }
1288 ) 1288 )
1289 | 1289 |
1290 ( 1290 (
1291 { before(grammarAccess.getVLSFunctionFofAccess().getFunctorDOUBLE_DOLLAR_IDTerminalRuleCall_0_0_3()); } 1291 { before(grammarAccess.getVLSFunctionAsTermAccess().getFunctorDOUBLE_DOLLAR_IDTerminalRuleCall_0_0_3()); }
1292 RULE_DOUBLE_DOLLAR_ID 1292 RULE_DOUBLE_DOLLAR_ID
1293 { after(grammarAccess.getVLSFunctionFofAccess().getFunctorDOUBLE_DOLLAR_IDTerminalRuleCall_0_0_3()); } 1293 { after(grammarAccess.getVLSFunctionAsTermAccess().getFunctorDOUBLE_DOLLAR_IDTerminalRuleCall_0_0_3()); }
1294 ) 1294 )
1295; 1295;
1296finally { 1296finally {
@@ -4840,53 +4840,53 @@ finally {
4840} 4840}
4841 4841
4842 4842
4843rule__VLSFunctionFof__Group__0 4843rule__VLSFunctionAsTerm__Group__0
4844 @init { 4844 @init {
4845 int stackSize = keepStackSize(); 4845 int stackSize = keepStackSize();
4846 } 4846 }
4847: 4847:
4848 rule__VLSFunctionFof__Group__0__Impl 4848 rule__VLSFunctionAsTerm__Group__0__Impl
4849 rule__VLSFunctionFof__Group__1 4849 rule__VLSFunctionAsTerm__Group__1
4850; 4850;
4851finally { 4851finally {
4852 restoreStackSize(stackSize); 4852 restoreStackSize(stackSize);
4853} 4853}
4854 4854
4855rule__VLSFunctionFof__Group__0__Impl 4855rule__VLSFunctionAsTerm__Group__0__Impl
4856 @init { 4856 @init {
4857 int stackSize = keepStackSize(); 4857 int stackSize = keepStackSize();
4858 } 4858 }
4859: 4859:
4860( 4860(
4861 { before(grammarAccess.getVLSFunctionFofAccess().getFunctorAssignment_0()); } 4861 { before(grammarAccess.getVLSFunctionAsTermAccess().getFunctorAssignment_0()); }
4862 (rule__VLSFunctionFof__FunctorAssignment_0) 4862 (rule__VLSFunctionAsTerm__FunctorAssignment_0)
4863 { after(grammarAccess.getVLSFunctionFofAccess().getFunctorAssignment_0()); } 4863 { after(grammarAccess.getVLSFunctionAsTermAccess().getFunctorAssignment_0()); }
4864) 4864)
4865; 4865;
4866finally { 4866finally {
4867 restoreStackSize(stackSize); 4867 restoreStackSize(stackSize);
4868} 4868}
4869 4869
4870rule__VLSFunctionFof__Group__1 4870rule__VLSFunctionAsTerm__Group__1
4871 @init { 4871 @init {
4872 int stackSize = keepStackSize(); 4872 int stackSize = keepStackSize();
4873 } 4873 }
4874: 4874:
4875 rule__VLSFunctionFof__Group__1__Impl 4875 rule__VLSFunctionAsTerm__Group__1__Impl
4876; 4876;
4877finally { 4877finally {
4878 restoreStackSize(stackSize); 4878 restoreStackSize(stackSize);
4879} 4879}
4880 4880
4881rule__VLSFunctionFof__Group__1__Impl 4881rule__VLSFunctionAsTerm__Group__1__Impl
4882 @init { 4882 @init {
4883 int stackSize = keepStackSize(); 4883 int stackSize = keepStackSize();
4884 } 4884 }
4885: 4885:
4886( 4886(
4887 { before(grammarAccess.getVLSFunctionFofAccess().getGroup_1()); } 4887 { before(grammarAccess.getVLSFunctionAsTermAccess().getGroup_1()); }
4888 (rule__VLSFunctionFof__Group_1__0)? 4888 (rule__VLSFunctionAsTerm__Group_1__0)?
4889 { after(grammarAccess.getVLSFunctionFofAccess().getGroup_1()); } 4889 { after(grammarAccess.getVLSFunctionAsTermAccess().getGroup_1()); }
4890) 4890)
4891; 4891;
4892finally { 4892finally {
@@ -4894,107 +4894,107 @@ finally {
4894} 4894}
4895 4895
4896 4896
4897rule__VLSFunctionFof__Group_1__0 4897rule__VLSFunctionAsTerm__Group_1__0
4898 @init { 4898 @init {
4899 int stackSize = keepStackSize(); 4899 int stackSize = keepStackSize();
4900 } 4900 }
4901: 4901:
4902 rule__VLSFunctionFof__Group_1__0__Impl 4902 rule__VLSFunctionAsTerm__Group_1__0__Impl
4903 rule__VLSFunctionFof__Group_1__1 4903 rule__VLSFunctionAsTerm__Group_1__1
4904; 4904;
4905finally { 4905finally {
4906 restoreStackSize(stackSize); 4906 restoreStackSize(stackSize);
4907} 4907}
4908 4908
4909rule__VLSFunctionFof__Group_1__0__Impl 4909rule__VLSFunctionAsTerm__Group_1__0__Impl
4910 @init { 4910 @init {
4911 int stackSize = keepStackSize(); 4911 int stackSize = keepStackSize();
4912 } 4912 }
4913: 4913:
4914( 4914(
4915 { before(grammarAccess.getVLSFunctionFofAccess().getLeftParenthesisKeyword_1_0()); } 4915 { before(grammarAccess.getVLSFunctionAsTermAccess().getLeftParenthesisKeyword_1_0()); }
4916 '(' 4916 '('
4917 { after(grammarAccess.getVLSFunctionFofAccess().getLeftParenthesisKeyword_1_0()); } 4917 { after(grammarAccess.getVLSFunctionAsTermAccess().getLeftParenthesisKeyword_1_0()); }
4918) 4918)
4919; 4919;
4920finally { 4920finally {
4921 restoreStackSize(stackSize); 4921 restoreStackSize(stackSize);
4922} 4922}
4923 4923
4924rule__VLSFunctionFof__Group_1__1 4924rule__VLSFunctionAsTerm__Group_1__1
4925 @init { 4925 @init {
4926 int stackSize = keepStackSize(); 4926 int stackSize = keepStackSize();
4927 } 4927 }
4928: 4928:
4929 rule__VLSFunctionFof__Group_1__1__Impl 4929 rule__VLSFunctionAsTerm__Group_1__1__Impl
4930 rule__VLSFunctionFof__Group_1__2 4930 rule__VLSFunctionAsTerm__Group_1__2
4931; 4931;
4932finally { 4932finally {
4933 restoreStackSize(stackSize); 4933 restoreStackSize(stackSize);
4934} 4934}
4935 4935
4936rule__VLSFunctionFof__Group_1__1__Impl 4936rule__VLSFunctionAsTerm__Group_1__1__Impl
4937 @init { 4937 @init {
4938 int stackSize = keepStackSize(); 4938 int stackSize = keepStackSize();
4939 } 4939 }
4940: 4940:
4941( 4941(
4942 { before(grammarAccess.getVLSFunctionFofAccess().getTermsAssignment_1_1()); } 4942 { before(grammarAccess.getVLSFunctionAsTermAccess().getTermsAssignment_1_1()); }
4943 (rule__VLSFunctionFof__TermsAssignment_1_1) 4943 (rule__VLSFunctionAsTerm__TermsAssignment_1_1)
4944 { after(grammarAccess.getVLSFunctionFofAccess().getTermsAssignment_1_1()); } 4944 { after(grammarAccess.getVLSFunctionAsTermAccess().getTermsAssignment_1_1()); }
4945) 4945)
4946; 4946;
4947finally { 4947finally {
4948 restoreStackSize(stackSize); 4948 restoreStackSize(stackSize);
4949} 4949}
4950 4950
4951rule__VLSFunctionFof__Group_1__2 4951rule__VLSFunctionAsTerm__Group_1__2
4952 @init { 4952 @init {
4953 int stackSize = keepStackSize(); 4953 int stackSize = keepStackSize();
4954 } 4954 }
4955: 4955:
4956 rule__VLSFunctionFof__Group_1__2__Impl 4956 rule__VLSFunctionAsTerm__Group_1__2__Impl
4957 rule__VLSFunctionFof__Group_1__3 4957 rule__VLSFunctionAsTerm__Group_1__3
4958; 4958;
4959finally { 4959finally {
4960 restoreStackSize(stackSize); 4960 restoreStackSize(stackSize);
4961} 4961}
4962 4962
4963rule__VLSFunctionFof__Group_1__2__Impl 4963rule__VLSFunctionAsTerm__Group_1__2__Impl
4964 @init { 4964 @init {
4965 int stackSize = keepStackSize(); 4965 int stackSize = keepStackSize();
4966 } 4966 }
4967: 4967:
4968( 4968(
4969 { before(grammarAccess.getVLSFunctionFofAccess().getGroup_1_2()); } 4969 { before(grammarAccess.getVLSFunctionAsTermAccess().getGroup_1_2()); }
4970 (rule__VLSFunctionFof__Group_1_2__0)* 4970 (rule__VLSFunctionAsTerm__Group_1_2__0)*
4971 { after(grammarAccess.getVLSFunctionFofAccess().getGroup_1_2()); } 4971 { after(grammarAccess.getVLSFunctionAsTermAccess().getGroup_1_2()); }
4972) 4972)
4973; 4973;
4974finally { 4974finally {
4975 restoreStackSize(stackSize); 4975 restoreStackSize(stackSize);
4976} 4976}
4977 4977
4978rule__VLSFunctionFof__Group_1__3 4978rule__VLSFunctionAsTerm__Group_1__3
4979 @init { 4979 @init {
4980 int stackSize = keepStackSize(); 4980 int stackSize = keepStackSize();
4981 } 4981 }
4982: 4982:
4983 rule__VLSFunctionFof__Group_1__3__Impl 4983 rule__VLSFunctionAsTerm__Group_1__3__Impl
4984; 4984;
4985finally { 4985finally {
4986 restoreStackSize(stackSize); 4986 restoreStackSize(stackSize);
4987} 4987}
4988 4988
4989rule__VLSFunctionFof__Group_1__3__Impl 4989rule__VLSFunctionAsTerm__Group_1__3__Impl
4990 @init { 4990 @init {
4991 int stackSize = keepStackSize(); 4991 int stackSize = keepStackSize();
4992 } 4992 }
4993: 4993:
4994( 4994(
4995 { before(grammarAccess.getVLSFunctionFofAccess().getRightParenthesisKeyword_1_3()); } 4995 { before(grammarAccess.getVLSFunctionAsTermAccess().getRightParenthesisKeyword_1_3()); }
4996 ')' 4996 ')'
4997 { after(grammarAccess.getVLSFunctionFofAccess().getRightParenthesisKeyword_1_3()); } 4997 { after(grammarAccess.getVLSFunctionAsTermAccess().getRightParenthesisKeyword_1_3()); }
4998) 4998)
4999; 4999;
5000finally { 5000finally {
@@ -5002,53 +5002,53 @@ finally {
5002} 5002}
5003 5003
5004 5004
5005rule__VLSFunctionFof__Group_1_2__0 5005rule__VLSFunctionAsTerm__Group_1_2__0
5006 @init { 5006 @init {
5007 int stackSize = keepStackSize(); 5007 int stackSize = keepStackSize();
5008 } 5008 }
5009: 5009:
5010 rule__VLSFunctionFof__Group_1_2__0__Impl 5010 rule__VLSFunctionAsTerm__Group_1_2__0__Impl
5011 rule__VLSFunctionFof__Group_1_2__1 5011 rule__VLSFunctionAsTerm__Group_1_2__1
5012; 5012;
5013finally { 5013finally {
5014 restoreStackSize(stackSize); 5014 restoreStackSize(stackSize);
5015} 5015}
5016 5016
5017rule__VLSFunctionFof__Group_1_2__0__Impl 5017rule__VLSFunctionAsTerm__Group_1_2__0__Impl
5018 @init { 5018 @init {
5019 int stackSize = keepStackSize(); 5019 int stackSize = keepStackSize();
5020 } 5020 }
5021: 5021:
5022( 5022(
5023 { before(grammarAccess.getVLSFunctionFofAccess().getCommaKeyword_1_2_0()); } 5023 { before(grammarAccess.getVLSFunctionAsTermAccess().getCommaKeyword_1_2_0()); }
5024 ',' 5024 ','
5025 { after(grammarAccess.getVLSFunctionFofAccess().getCommaKeyword_1_2_0()); } 5025 { after(grammarAccess.getVLSFunctionAsTermAccess().getCommaKeyword_1_2_0()); }
5026) 5026)
5027; 5027;
5028finally { 5028finally {
5029 restoreStackSize(stackSize); 5029 restoreStackSize(stackSize);
5030} 5030}
5031 5031
5032rule__VLSFunctionFof__Group_1_2__1 5032rule__VLSFunctionAsTerm__Group_1_2__1
5033 @init { 5033 @init {
5034 int stackSize = keepStackSize(); 5034 int stackSize = keepStackSize();
5035 } 5035 }
5036: 5036:
5037 rule__VLSFunctionFof__Group_1_2__1__Impl 5037 rule__VLSFunctionAsTerm__Group_1_2__1__Impl
5038; 5038;
5039finally { 5039finally {
5040 restoreStackSize(stackSize); 5040 restoreStackSize(stackSize);
5041} 5041}
5042 5042
5043rule__VLSFunctionFof__Group_1_2__1__Impl 5043rule__VLSFunctionAsTerm__Group_1_2__1__Impl
5044 @init { 5044 @init {
5045 int stackSize = keepStackSize(); 5045 int stackSize = keepStackSize();
5046 } 5046 }
5047: 5047:
5048( 5048(
5049 { before(grammarAccess.getVLSFunctionFofAccess().getTermsAssignment_1_2_1()); } 5049 { before(grammarAccess.getVLSFunctionAsTermAccess().getTermsAssignment_1_2_1()); }
5050 (rule__VLSFunctionFof__TermsAssignment_1_2_1) 5050 (rule__VLSFunctionAsTerm__TermsAssignment_1_2_1)
5051 { after(grammarAccess.getVLSFunctionFofAccess().getTermsAssignment_1_2_1()); } 5051 { after(grammarAccess.getVLSFunctionAsTermAccess().getTermsAssignment_1_2_1()); }
5052) 5052)
5053; 5053;
5054finally { 5054finally {
@@ -5891,45 +5891,45 @@ finally {
5891 restoreStackSize(stackSize); 5891 restoreStackSize(stackSize);
5892} 5892}
5893 5893
5894rule__VLSFunctionFof__FunctorAssignment_0 5894rule__VLSFunctionAsTerm__FunctorAssignment_0
5895 @init { 5895 @init {
5896 int stackSize = keepStackSize(); 5896 int stackSize = keepStackSize();
5897 } 5897 }
5898: 5898:
5899 ( 5899 (
5900 { before(grammarAccess.getVLSFunctionFofAccess().getFunctorAlternatives_0_0()); } 5900 { before(grammarAccess.getVLSFunctionAsTermAccess().getFunctorAlternatives_0_0()); }
5901 (rule__VLSFunctionFof__FunctorAlternatives_0_0) 5901 (rule__VLSFunctionAsTerm__FunctorAlternatives_0_0)
5902 { after(grammarAccess.getVLSFunctionFofAccess().getFunctorAlternatives_0_0()); } 5902 { after(grammarAccess.getVLSFunctionAsTermAccess().getFunctorAlternatives_0_0()); }
5903 ) 5903 )
5904; 5904;
5905finally { 5905finally {
5906 restoreStackSize(stackSize); 5906 restoreStackSize(stackSize);
5907} 5907}
5908 5908
5909rule__VLSFunctionFof__TermsAssignment_1_1 5909rule__VLSFunctionAsTerm__TermsAssignment_1_1
5910 @init { 5910 @init {
5911 int stackSize = keepStackSize(); 5911 int stackSize = keepStackSize();
5912 } 5912 }
5913: 5913:
5914 ( 5914 (
5915 { before(grammarAccess.getVLSFunctionFofAccess().getTermsVLSFofTermParserRuleCall_1_1_0()); } 5915 { before(grammarAccess.getVLSFunctionAsTermAccess().getTermsVLSFofTermParserRuleCall_1_1_0()); }
5916 ruleVLSFofTerm 5916 ruleVLSFofTerm
5917 { after(grammarAccess.getVLSFunctionFofAccess().getTermsVLSFofTermParserRuleCall_1_1_0()); } 5917 { after(grammarAccess.getVLSFunctionAsTermAccess().getTermsVLSFofTermParserRuleCall_1_1_0()); }
5918 ) 5918 )
5919; 5919;
5920finally { 5920finally {
5921 restoreStackSize(stackSize); 5921 restoreStackSize(stackSize);
5922} 5922}
5923 5923
5924rule__VLSFunctionFof__TermsAssignment_1_2_1 5924rule__VLSFunctionAsTerm__TermsAssignment_1_2_1
5925 @init { 5925 @init {
5926 int stackSize = keepStackSize(); 5926 int stackSize = keepStackSize();
5927 } 5927 }
5928: 5928:
5929 ( 5929 (
5930 { before(grammarAccess.getVLSFunctionFofAccess().getTermsVLSFofTermParserRuleCall_1_2_1_0()); } 5930 { before(grammarAccess.getVLSFunctionAsTermAccess().getTermsVLSFofTermParserRuleCall_1_2_1_0()); }
5931 ruleVLSFofTerm 5931 ruleVLSFofTerm
5932 { after(grammarAccess.getVLSFunctionFofAccess().getTermsVLSFofTermParserRuleCall_1_2_1_0()); } 5932 { after(grammarAccess.getVLSFunctionAsTermAccess().getTermsVLSFofTermParserRuleCall_1_2_1_0()); }
5933 ) 5933 )
5934; 5934;
5935finally { 5935finally {