aboutsummaryrefslogtreecommitdiffstats
path: root/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblem.g
diff options
context:
space:
mode:
Diffstat (limited to 'language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblem.g')
-rw-r--r--language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblem.g133
1 files changed, 3 insertions, 130 deletions
diff --git a/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblem.g b/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblem.g
index a1504042..bec0e050 100644
--- a/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblem.g
+++ b/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblem.g
@@ -849,31 +849,6 @@ finally {
849 restoreStackSize(stackSize); 849 restoreStackSize(stackSize);
850} 850}
851 851
852// Entry rule entryRuleQuotedOrUnquotedId
853entryRuleQuotedOrUnquotedId
854:
855{ before(grammarAccess.getQuotedOrUnquotedIdRule()); }
856 ruleQuotedOrUnquotedId
857{ after(grammarAccess.getQuotedOrUnquotedIdRule()); }
858 EOF
859;
860
861// Rule QuotedOrUnquotedId
862ruleQuotedOrUnquotedId
863 @init {
864 int stackSize = keepStackSize();
865 }
866 :
867 (
868 { before(grammarAccess.getQuotedOrUnquotedIdAccess().getAlternatives()); }
869 (rule__QuotedOrUnquotedId__Alternatives)
870 { after(grammarAccess.getQuotedOrUnquotedIdAccess().getAlternatives()); }
871 )
872;
873finally {
874 restoreStackSize(stackSize);
875}
876
877// Entry rule entryRuleQualifiedName 852// Entry rule entryRuleQualifiedName
878entryRuleQualifiedName 853entryRuleQualifiedName
879@init { 854@init {
@@ -1375,27 +1350,6 @@ finally {
1375 restoreStackSize(stackSize); 1350 restoreStackSize(stackSize);
1376} 1351}
1377 1352
1378rule__QuotedOrUnquotedId__Alternatives
1379 @init {
1380 int stackSize = keepStackSize();
1381 }
1382:
1383 (
1384 { before(grammarAccess.getQuotedOrUnquotedIdAccess().getQUOTED_IDTerminalRuleCall_0()); }
1385 RULE_QUOTED_ID
1386 { after(grammarAccess.getQuotedOrUnquotedIdAccess().getQUOTED_IDTerminalRuleCall_0()); }
1387 )
1388 |
1389 (
1390 { before(grammarAccess.getQuotedOrUnquotedIdAccess().getIdentifierParserRuleCall_1()); }
1391 ruleIdentifier
1392 { after(grammarAccess.getQuotedOrUnquotedIdAccess().getIdentifierParserRuleCall_1()); }
1393 )
1394;
1395finally {
1396 restoreStackSize(stackSize);
1397}
1398
1399rule__QualifiedName__Alternatives 1353rule__QualifiedName__Alternatives
1400 @init { 1354 @init {
1401 int stackSize = keepStackSize(); 1355 int stackSize = keepStackSize();
@@ -4651,7 +4605,6 @@ rule__QualifiedName__Group_1__1
4651 } 4605 }
4652: 4606:
4653 rule__QualifiedName__Group_1__1__Impl 4607 rule__QualifiedName__Group_1__1__Impl
4654 rule__QualifiedName__Group_1__2
4655; 4608;
4656finally { 4609finally {
4657 restoreStackSize(stackSize); 4610 restoreStackSize(stackSize);
@@ -4672,32 +4625,6 @@ finally {
4672 restoreStackSize(stackSize); 4625 restoreStackSize(stackSize);
4673} 4626}
4674 4627
4675rule__QualifiedName__Group_1__2
4676 @init {
4677 int stackSize = keepStackSize();
4678 }
4679:
4680 rule__QualifiedName__Group_1__2__Impl
4681;
4682finally {
4683 restoreStackSize(stackSize);
4684}
4685
4686rule__QualifiedName__Group_1__2__Impl
4687 @init {
4688 int stackSize = keepStackSize();
4689 }
4690:
4691(
4692 { before(grammarAccess.getQualifiedNameAccess().getGroup_1_2()); }
4693 (rule__QualifiedName__Group_1_2__0)?
4694 { after(grammarAccess.getQualifiedNameAccess().getGroup_1_2()); }
4695)
4696;
4697finally {
4698 restoreStackSize(stackSize);
4699}
4700
4701 4628
4702rule__QualifiedName__Group_1_1__0 4629rule__QualifiedName__Group_1_1__0
4703 @init { 4630 @init {
@@ -4753,60 +4680,6 @@ finally {
4753} 4680}
4754 4681
4755 4682
4756rule__QualifiedName__Group_1_2__0
4757 @init {
4758 int stackSize = keepStackSize();
4759 }
4760:
4761 rule__QualifiedName__Group_1_2__0__Impl
4762 rule__QualifiedName__Group_1_2__1
4763;
4764finally {
4765 restoreStackSize(stackSize);
4766}
4767
4768rule__QualifiedName__Group_1_2__0__Impl
4769 @init {
4770 int stackSize = keepStackSize();
4771 }
4772:
4773(
4774 { before(grammarAccess.getQualifiedNameAccess().getColonColonKeyword_1_2_0()); }
4775 '::'
4776 { after(grammarAccess.getQualifiedNameAccess().getColonColonKeyword_1_2_0()); }
4777)
4778;
4779finally {
4780 restoreStackSize(stackSize);
4781}
4782
4783rule__QualifiedName__Group_1_2__1
4784 @init {
4785 int stackSize = keepStackSize();
4786 }
4787:
4788 rule__QualifiedName__Group_1_2__1__Impl
4789;
4790finally {
4791 restoreStackSize(stackSize);
4792}
4793
4794rule__QualifiedName__Group_1_2__1__Impl
4795 @init {
4796 int stackSize = keepStackSize();
4797 }
4798:
4799(
4800 { before(grammarAccess.getQualifiedNameAccess().getQUOTED_IDTerminalRuleCall_1_2_1()); }
4801 RULE_QUOTED_ID
4802 { after(grammarAccess.getQualifiedNameAccess().getQUOTED_IDTerminalRuleCall_1_2_1()); }
4803)
4804;
4805finally {
4806 restoreStackSize(stackSize);
4807}
4808
4809
4810rule__Integer__Group__0 4683rule__Integer__Group__0
4811 @init { 4684 @init {
4812 int stackSize = keepStackSize(); 4685 int stackSize = keepStackSize();
@@ -5326,9 +5199,9 @@ rule__EnumLiteral__NameAssignment
5326 } 5199 }
5327: 5200:
5328 ( 5201 (
5329 { before(grammarAccess.getEnumLiteralAccess().getNameQuotedOrUnquotedIdParserRuleCall_0()); } 5202 { before(grammarAccess.getEnumLiteralAccess().getNameIdentifierParserRuleCall_0()); }
5330 ruleQuotedOrUnquotedId 5203 ruleIdentifier
5331 { after(grammarAccess.getEnumLiteralAccess().getNameQuotedOrUnquotedIdParserRuleCall_0()); } 5204 { after(grammarAccess.getEnumLiteralAccess().getNameIdentifierParserRuleCall_0()); }
5332 ) 5205 )
5333; 5206;
5334finally { 5207finally {